Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | [facebook] Improve title regex (Closes #5816) | Sergey M․ | |
2015-05-26 | [facebook] Move the title extraction warning below (fixes #5820) | Yen Chi Hsuan | |
2015-04-18 | [facebook] Extend _VALID_URL take 2 (#5120) | Yen Chi Hsuan | |
2015-04-18 | [facebook] Extend _VALID_URL | Yen Chi Hsuan | |
2015-02-23 | [facebook] Extract all the formats (closes #5037) | Jaime Marquínez Ferrándiz | |
2014-12-10 | [facebook] Make thumbnail and duration optional | Philipp Hagemeister | |
Fixes #4425. Looks like both properties aren't given to us anymore. For now, just fall back to not returning them. | |||
2014-11-23 | Fix all PEP8 issues except E501 | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||
2014-09-29 | [facebook] Fix test case | Philipp Hagemeister | |
2014-09-15 | [facebook] Fix support for untitled videos (Fixes #3757) | Philipp Hagemeister | |
2014-09-13 | [facebook] Fix and caption if title is empty | Philipp Hagemeister | |
2014-09-03 | [facebook] Fix login (Fixes #3667) | Philipp Hagemeister | |
2014-08-27 | [facebook] Match video.php URLs | Philipp 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] Modernize | Jaime Marquínez Ferrándiz | |
2014-03-07 | [facebook] Fix login process | Jaime 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 quotes | Philipp Hagemeister | |
2014-03-04 | [facebook] Correct regexp | Philipp Hagemeister | |
2014-03-04 | [facebook] Fix login detection (#2505) | Philipp Hagemeister | |
2014-03-04 | [facebook] Modernize | Philipp Hagemeister | |
2014-01-21 | [facebook] Add support for embeds | Philipp 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-20 | Clean up unused imports and other minor mistakes | Philipp 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-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-23 | Move Facebook into its own file | Philipp Hagemeister | |