summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youku.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [youku] Better handling for Python 2/3 compatibilityYen Chi Hsuan2015-06-151-24/+13
|
* [youku] PEP8Yen Chi Hsuan2015-06-151-40/+40
|
* [youku] change format_idPeterDing2015-05-301-13/+24
|
* [youku] compare bytes and str for compatible; use compat_urllib_parse for ↵PeterDing2015-05-291-17/+21
| | | | making video_url
* [youku] compatible for python > 3.3 or > 2.7PeterDing2015-05-281-5/+21
|
* [youku] update youkuPeterDing2015-05-281-94/+170
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-231-2/+2
|
* PEP8 appliedJouke Waleson2014-11-231-7/+7
|
* Remove unused importsPhilipp Hagemeister2014-09-281-1/+0
|
* [youku] Modernize somewhatPhilipp Hagemeister2014-09-251-49/+50
|
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-3/+3
|
* [youku] Allow shortcut youku:ID and make non-matching groups non-matching ↵Philipp Hagemeister2013-10-131-1/+1
| | | | (#1571)
* [youku] better error handlingtewe2013-09-211-0/+7
| | | | | blocked videos used to cause death by TypeError, now we report what the server says
* Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz2013-07-191-1/+1
| | | | | It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.
* Tests: Add coding to filesPhilipp Hagemeister2013-06-271-1/+3
|
* [youku] move testsPhilipp Hagemeister2013-06-271-0/+10
|
* Move Youku IE into its own filePhilipp Hagemeister2013-06-231-0/+104