Commit Graph

71 Commits (c0071885987b3737d2c586133007c61ab513a477)

Author SHA1 Message Date
Yen Chi Hsuan f1e66cb2eb [youku] Change video_id and add a multipart test case
Yen Chi Hsuan ee69799262 [youku] Add a v.swf test case
Yen Chi Hsuan 9383e66f94 [youku] Use _match_id
Yen Chi Hsuan c203be3fb4 [youku] Better handling for Python 2/3 compatibility
Yen Chi Hsuan aed473ccf9 [youku] PEP8
PeterDing 08f7db20c1 [youku] change format_id
PeterDing 1498940b10 [youku] compare bytes and str for compatible; use compat_urllib_parse for making video_url
PeterDing ca45246627 [youku] compatible for python > 3.3 or > 2.7
PeterDing f9355dc989 [youku] update youku
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