Yen Chi Hsuan
53faa3ca5f
[facebook] Extend _VALID_URL take 2 ( #5120 )
10 years ago
Yen Chi Hsuan
c62566971f
[facebook] Extend _VALID_URL
10 years ago
Jaime Marquínez Ferrándiz
ffdf972b91
[facebook] Extract all the formats ( closes #5037 )
10 years ago
Philipp Hagemeister
2fc9f2b41d
[facebook] Make thumbnail and duration optional
...
Fixes #4425 .
Looks like both properties aren't given to us anymore. For now, just fall back to not returning them.
10 years ago
Philipp Hagemeister
b74e86f48a
Fix all PEP8 issues except E501
10 years ago
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 )
11 years ago
Jaime Marquínez Ferrándiz
9d9d70c462
[facebook] Modernize
11 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`.
11 years ago
Philipp Hagemeister
ab24f4f3be
[facebook] Use consistent quotes
11 years ago
Philipp Hagemeister
d0ff838433
[facebook] Correct regexp
11 years ago
Philipp Hagemeister
b37b94501c
[facebook] Fix login detection ( #2505 )
11 years ago
Philipp Hagemeister
cb3bb2cfef
[facebook] Modernize
11 years ago
Philipp Hagemeister
9834872bf6
[facebook] Add support for embeds
...
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
11 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
12 years ago
Philipp Hagemeister
9eae41ddef
Move Facebook into its own file
12 years ago