Commit Graph

62 Commits (ee093a0ea04d973cc6dbd0d53b57c976a9e68dad)

Author SHA1 Message Date
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 8bcc875676 PEP8: more applied
Jouke Waleson 5f6a1245ff PEP8 applied
Philipp Hagemeister 51ee08c4bb Remove unused imports
Philipp Hagemeister 8a32b82e46 [youku] Modernize somewhat
Jaime Marquínez Ferrándiz a56f9de156 Style fixes for extractors: remove spaces around (,),{ and }
Philipp Hagemeister 9378ae6e1d [youku] Allow shortcut youku:ID and make non-matching groups non-matching ()
tewe 4a2080e407 [youku] better error handling
blocked videos used to cause death by TypeError, now we report what the
server says
Jaime Marquínez Ferrándiz c364f15ff1 Add WeiboIE (closes )
It just embed video from other sites.
Modified the _VALID_URL of Youku to catch embed urls.
Philipp Hagemeister ddbd903576 Tests: Add coding to files
Philipp Hagemeister 67f51b3d8c [youku] move tests
Philipp Hagemeister 9c286cfa00 Move Youku IE into its own file