Commit Graph

14 Commits (c4949c50f97e1f8f9eaa6b9af4b998592c4a4975)

Author SHA1 Message Date
Philipp Hagemeister f38de77f6e Use unescapeHTML for OpenGraph properties
These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
Philipp Hagemeister b9d3e1635f Strip hash info from URL when making requests (Fixes )
Philipp Hagemeister 3c4e6d8337 Improve OpenGraph property matching
Jaime Marquínez Ferrándiz 44dbe89035 Use re.DOTALL by default when searching OpenGraph properties
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info
Philipp Hagemeister 690e872c51 Remove video_result helper method
Calling it was more complex then actually including the type in the video info
Philipp Hagemeister d93e4dcbb7 Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister 73e79f2a1b [3sat] Add support (Fixes )
Jaime Marquínez Ferrándiz fc79158de2 VimeoIE: authentication support (closes ) and add a method in the base InfoExtractor to get the login info
Philipp Hagemeister 0f81866329 Add --list-extractor-descriptions (human-readable list of IEs)
Philipp Hagemeister f3d294617f Document view_count (Closes )
Filippo Valsorda 98bcd2834a improve generic and encrypted signature error messages
Philipp Hagemeister 3c25b9abae Remove useless headers
Philipp Hagemeister d6983cb460 Fix generic class move (add all files)