summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/facebook.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [facebook] Use compat_urllib_parse_unquoteSergey M․2015-07-171-2/+2
|
* [facebook] Improve title regex (Closes #5816)Sergey M․2015-05-271-1/+1
|
* [facebook] Move the title extraction warning below (fixes #5820)Yen Chi Hsuan2015-05-261-3/+6
|
* [facebook] Extend _VALID_URL take 2 (#5120)Yen Chi Hsuan2015-04-181-1/+4
|
* [facebook] Extend _VALID_URLYen Chi Hsuan2015-04-181-2/+9
|
* [facebook] Extract all the formats (closes #5037)Jaime Marquínez Ferrándiz2015-02-231-6/+12
|
* [facebook] Make thumbnail and duration optionalPhilipp Hagemeister2014-12-101-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 E501Philipp Hagemeister2014-11-231-1/+1
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-4/+4
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-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 casePhilipp Hagemeister2014-09-291-1/+1
|
* [facebook] Fix support for untitled videos (Fixes #3757)Philipp Hagemeister2014-09-151-3/+10
|
* [facebook] Fix and caption if title is emptyPhilipp Hagemeister2014-09-131-6/+15
|
* [facebook] Fix login (Fixes #3667)Philipp Hagemeister2014-09-031-1/+2
|
* [facebook] Match video.php URLsPhilipp Hagemeister2014-08-271-3/+6
|
* [facebook] Allow '?' before '#!' (fixes #3477)Jaime Marquínez Ferrándiz2014-08-101-1/+1
|
* [facebook] Correct login (Fixes #2743)Philipp Hagemeister2014-04-211-2/+1
|
* [facebook] ModernizeJaime Marquínez Ferrándiz2014-03-091-17/+5
|
* [facebook] Fix login processJaime Marquínez Ferrándiz2014-03-071-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 quotesPhilipp Hagemeister2014-03-041-2/+2
|
* [facebook] Correct regexpPhilipp Hagemeister2014-03-041-1/+1
|
* [facebook] Fix login detection (#2505)Philipp Hagemeister2014-03-041-1/+3
|
* [facebook] ModernizePhilipp Hagemeister2014-03-041-20/+23
|
* [facebook] Add support for embedsPhilipp Hagemeister2014-01-211-2/+7
| | | | Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
* [facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister2013-12-161-2/+2
|
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+0
|
* [facebook] Don't recommend to report the issue if the video is private.Jaime Marquínez Ferrándiz2013-10-271-3/+4
|
* [facebook] Report a more meaningful message if the video cannot be accessed ↵Jaime Marquínez Ferrándiz2013-10-271-1/+6
| | | | (closes #1658)
* [facebook] Fix the login process (fixes #1244)Jaime Marquínez Ferrándiz2013-10-271-28/+35
|
* [facebook] Allow untitled videos (Fixes #1484)Philipp Hagemeister2013-09-231-2/+2
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* Move Facebook into its own filePhilipp Hagemeister2013-06-231-0/+111