Commit Graph

7 Commits (2688176c776a2d80c6a4ba85f6e2d07dfd8dba24)

Author SHA1 Message Date
Sergey M․ 0459432d96 [shared] Fix for python 3.2
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
Sergey M․ bd1f325b42 [tutv] Replace 404 test and modernize
Jaime Marquínez Ferrándiz d4a21e0b49 [tutv] Simplify and use unicode_literals
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info
Philipp Hagemeister 6ffe72835a [tutv] Fix URL type (for Python 3)
Philipp Hagemeister 9afb1afcc6 [tutv] Add IE (Fixes )