Commit Graph

7 Commits (0a120f74b2556f3569d285993c1a0f3dc654f07a)

Author SHA1 Message Date
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