Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [facebook] Use compat_urllib_parse_unquote | Sergey M․ | 2015-07-17 | 1 | -2/+2 | |
| | ||||||
* | [facebook] Improve title regex (Closes #5816) | Sergey M․ | 2015-05-27 | 1 | -1/+1 | |
| | ||||||
* | [facebook] Move the title extraction warning below (fixes #5820) | Yen Chi Hsuan | 2015-05-26 | 1 | -3/+6 | |
| | ||||||
* | [facebook] Extend _VALID_URL take 2 (#5120) | Yen Chi Hsuan | 2015-04-18 | 1 | -1/+4 | |
| | ||||||
* | [facebook] Extend _VALID_URL | Yen Chi Hsuan | 2015-04-18 | 1 | -2/+9 | |
| | ||||||
* | [facebook] Extract all the formats (closes #5037) | Jaime Marquínez Ferrándiz | 2015-02-23 | 1 | -6/+12 | |
| | ||||||
* | [facebook] Make thumbnail and duration optional | Philipp Hagemeister | 2014-12-10 | 1 | -7/+5 | |
| | | | | | Fixes #4425. Looks like both properties aren't given to us anymore. For now, just fall back to not returning them. | |||||
* | Fix all PEP8 issues except E501 | Philipp Hagemeister | 2014-11-23 | 1 | -1/+1 | |
| | ||||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -4/+4 | |
| | ||||||
* | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -1/+3 | |
| | | | | | | | 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 . | |||||
* | [facebook] Fix test case | Philipp Hagemeister | 2014-09-29 | 1 | -1/+1 | |
| | ||||||
* | [facebook] Fix support for untitled videos (Fixes #3757) | Philipp Hagemeister | 2014-09-15 | 1 | -3/+10 | |
| | ||||||
* | [facebook] Fix and caption if title is empty | Philipp Hagemeister | 2014-09-13 | 1 | -6/+15 | |
| | ||||||
* | [facebook] Fix login (Fixes #3667) | Philipp Hagemeister | 2014-09-03 | 1 | -1/+2 | |
| | ||||||
* | [facebook] Match video.php URLs | Philipp Hagemeister | 2014-08-27 | 1 | -3/+6 | |
| | ||||||
* | [facebook] Allow '?' before '#!' (fixes #3477) | Jaime Marquínez Ferrándiz | 2014-08-10 | 1 | -1/+1 | |
| | ||||||
* | [facebook] Correct login (Fixes #2743) | Philipp Hagemeister | 2014-04-21 | 1 | -2/+1 | |
| | ||||||
* | [facebook] Modernize | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -17/+5 | |
| | ||||||
* | [facebook] Fix login process | Jaime Marquínez Ferrándiz | 2014-03-07 | 1 | -8/+11 | |
| | | | | | It was broken and didn't work in python 3. And use `_download_webpage` instead of `compat_urllib_request.urlopen`. | |||||
* | [facebook] Use consistent quotes | Philipp Hagemeister | 2014-03-04 | 1 | -2/+2 | |
| | ||||||
* | [facebook] Correct regexp | Philipp Hagemeister | 2014-03-04 | 1 | -1/+1 | |
| | ||||||
* | [facebook] Fix login detection (#2505) | Philipp Hagemeister | 2014-03-04 | 1 | -1/+3 | |
| | ||||||
* | [facebook] Modernize | Philipp Hagemeister | 2014-03-04 | 1 | -20/+23 | |
| | ||||||
* | [facebook] Add support for embeds | Philipp Hagemeister | 2014-01-21 | 1 | -2/+7 | |
| | | | | Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html | |||||
* | [facebook] Recognize #! URLs (Fixes #1988) | Philipp Hagemeister | 2013-12-16 | 1 | -2/+2 | |
| | ||||||
* | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -1/+0 | |
| | ||||||
* | [facebook] Don't recommend to report the issue if the video is private. | Jaime Marquínez Ferrándiz | 2013-10-27 | 1 | -3/+4 | |
| | ||||||
* | [facebook] Report a more meaningful message if the video cannot be accessed ↵ | Jaime Marquínez Ferrándiz | 2013-10-27 | 1 | -1/+6 | |
| | | | | (closes #1658) | |||||
* | [facebook] Fix the login process (fixes #1244) | Jaime Marquínez Ferrándiz | 2013-10-27 | 1 | -28/+35 | |
| | ||||||
* | [facebook] Allow untitled videos (Fixes #1484) | Philipp Hagemeister | 2013-09-23 | 1 | -2/+2 | |
| | ||||||
* | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 1 | -0/+9 | |
| | ||||||
* | Move Facebook into its own file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+111 | |