24 Commits (27f8b0994e9924724c974f46435552d401f5fc08)

Author SHA1 Message Date
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
Philipp Hagemeister 5e4f06197f [facebook] Fix test case 10 years ago
Philipp Hagemeister a020a0dc20 [facebook] Fix support for untitled videos (Fixes #3757) 10 years ago
Philipp Hagemeister 50317dbbad [facebook] Fix and caption if title is empty 10 years ago
Philipp Hagemeister 7d4d5f25ed [facebook] Fix login (Fixes #3667) 10 years ago
Philipp Hagemeister 60ac04e57c [facebook] Match video.php URLs 10 years ago
Jaime Marquínez Ferrándiz a6da7b6b96 [facebook] Allow '?' before '#!' (fixes #3477) 10 years ago
Philipp Hagemeister 24b8924b46 [facebook] Correct login (Fixes #2743) 10 years ago
Jaime Marquínez Ferrándiz 9d9d70c462 [facebook] Modernize 10 years ago
Jaime Marquínez Ferrándiz b74fa8cd2c [facebook] Fix login process
It was broken and didn't work in python 3.
And use `_download_webpage` instead of `compat_urllib_request.urlopen`.
10 years ago
Philipp Hagemeister ab24f4f3be [facebook] Use consistent quotes 10 years ago
Philipp Hagemeister d0ff838433 [facebook] Correct regexp 10 years ago
Philipp Hagemeister b37b94501c [facebook] Fix login detection (#2505) 10 years ago
Philipp Hagemeister cb3bb2cfef [facebook] Modernize 10 years ago
Philipp Hagemeister 9834872bf6 [facebook] Add support for embeds
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
10 years ago
Philipp Hagemeister 8c8e3eec79 [facebook] Recognize #! URLs (Fixes #1988) 11 years ago
Philipp Hagemeister f3682997d7 Clean up unused imports and other minor mistakes 11 years ago
Jaime Marquínez Ferrándiz 749a4fd2fd [facebook] Don't recommend to report the issue if the video is private. 11 years ago
Jaime Marquínez Ferrándiz 6f71ef580c [facebook] Report a more meaningful message if the video cannot be accessed (closes #1658) 11 years ago
Jaime Marquínez Ferrándiz 67874aeffa [facebook] Fix the login process (fixes #1244) 11 years ago
Philipp Hagemeister 81ec7c7901 [facebook] Allow untitled videos (Fixes #1484) 11 years ago
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions 11 years ago
Philipp Hagemeister 9eae41ddef Move Facebook into its own file 11 years ago