aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youku.py
AgeCommit message (Collapse)Author
2013-11-03Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz
2013-10-13[youku] Allow shortcut youku:ID and make non-matching groups non-matching ↵Philipp Hagemeister
(#1571)
2013-09-21[youku] better error handlingtewe
blocked videos used to cause death by TypeError, now we report what the server says
2013-07-19Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.
2013-06-27Tests: Add coding to filesPhilipp Hagemeister
2013-06-27[youku] move testsPhilipp Hagemeister
2013-06-23Move Youku IE into its own filePhilipp Hagemeister