Commit Graph

15 Commits (865cbf4fc513bc4954cd32a64a4ed4c40c74f90a)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 9d9d70c462 [facebook] Modernize
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`.
Philipp Hagemeister ab24f4f3be [facebook] Use consistent quotes
Philipp Hagemeister d0ff838433 [facebook] Correct regexp
Philipp Hagemeister b37b94501c [facebook] Fix login detection ()
Philipp Hagemeister cb3bb2cfef [facebook] Modernize
Philipp Hagemeister 9834872bf6 [facebook] Add support for embeds
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
Philipp Hagemeister 8c8e3eec79 [facebook] Recognize #! URLs (Fixes )
Philipp Hagemeister f3682997d7 Clean up unused imports and other minor mistakes
Jaime Marquínez Ferrándiz 749a4fd2fd [facebook] Don't recommend to report the issue if the video is private.
Jaime Marquínez Ferrándiz 6f71ef580c [facebook] Report a more meaningful message if the video cannot be accessed (closes )
Jaime Marquínez Ferrándiz 67874aeffa [facebook] Fix the login process (fixes )
Philipp Hagemeister 81ec7c7901 [facebook] Allow untitled videos (Fixes )
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 9eae41ddef Move Facebook into its own file