aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/facebook.py
AgeCommit message (Collapse)Author
2014-08-27[facebook] Match video.php URLsPhilipp Hagemeister
2014-08-10[facebook] Allow '?' before '#!' (fixes #3477)Jaime Marquínez Ferrándiz
2014-04-21[facebook] Correct login (Fixes #2743)Philipp Hagemeister
2014-03-09[facebook] ModernizeJaime Marquínez Ferrándiz
2014-03-07[facebook] Fix login processJaime Marquínez Ferrándiz
It was broken and didn't work in python 3. And use `_download_webpage` instead of `compat_urllib_request.urlopen`.
2014-03-04[facebook] Use consistent quotesPhilipp Hagemeister
2014-03-04[facebook] Correct regexpPhilipp Hagemeister
2014-03-04[facebook] Fix login detection (#2505)Philipp Hagemeister
2014-03-04[facebook] ModernizePhilipp Hagemeister
2014-01-21[facebook] Add support for embedsPhilipp Hagemeister
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
2013-12-16[facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister
2013-11-20Clean up unused imports and other minor mistakesPhilipp Hagemeister
2013-10-27[facebook] Don't recommend to report the issue if the video is private.Jaime Marquínez Ferrándiz
2013-10-27[facebook] Report a more meaningful message if the video cannot be accessed ↵Jaime Marquínez Ferrándiz
(closes #1658)
2013-10-27[facebook] Fix the login process (fixes #1244)Jaime Marquínez Ferrándiz
2013-09-23[facebook] Allow untitled videos (Fixes #1484)Philipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23Move Facebook into its own filePhilipp Hagemeister