aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youku.py
AgeCommit message (Expand)Author
2016-02-14[refactor] Single quotes consistencySergey M․
2016-02-14[refactor] Do not specify redundant None as second argument in dict.get()Sergey M․
2016-02-10[youku] Report private videos (Closes #8498)Sergey M․
2016-01-01[youku] Fix extraction (#8068)Yen Chi Hsuan
2015-12-17[youku] check for the correct variableremitamine
2015-12-12[youku] Put the missing item to get_hdYen Chi Hsuan
2015-12-12[youku] Reorder format itemsYen Chi Hsuan
2015-12-12[youku] SimplifyYen Chi Hsuan
2015-12-12[youku] Fix testsYen Chi Hsuan
2015-12-12[youku] MD5 is unstableYen Chi Hsuan
2015-12-12[youku] Cleanup and PEP8Yen Chi Hsuan
2015-12-12merge data1 and data2Celthi
2015-12-12add support to video protected by passwordCelthi
2015-12-12fix the keyerror(mp4hd), todo support download the video protected by passwordCelthi
2015-12-11According the blog and you-get fixed the issues #7627.Celthi
2015-12-11fix some not important codesnipsCelthi
2015-12-11able to download first part of the video, but fail in the left partCelthi
2015-12-10add cookie and referer in headers, change the video urlCelthi
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
2015-09-01[youku] Fix videopassword testSergey M․
2015-09-01[youku] Simplify (Closes #6717)Sergey M․
2015-09-01Fix coding styple in YouKuIE.PSJay
2015-09-01Support video-password on Youku.PSJay
2015-07-11[youku] Add localized nameYen Chi Hsuan
2015-06-16[youku] Simplify a bit the 'entries' constructionJaime Marquínez Ferrándiz
2015-06-16[youku] Coding styleYen Chi Hsuan
2015-06-16[youku] Add cn_verification_proxy support and add a georestricted test caseYen Chi Hsuan
2015-06-15[youku] Better error handlingYen Chi Hsuan
2015-06-15[youku] Change video_id and add a multipart test caseYen Chi Hsuan
2015-06-15[youku] Add a v.swf test caseYen Chi Hsuan
2015-06-15[youku] Use _match_idYen Chi Hsuan
2015-06-15[youku] Better handling for Python 2/3 compatibilityYen Chi Hsuan
2015-06-15[youku] PEP8Yen Chi Hsuan
2015-05-30[youku] change format_idPeterDing
2015-05-29[youku] compare bytes and str for compatible; use compat_urllib_parse for mak...PeterDing
2015-05-28[youku] compatible for python > 3.3 or > 2.7PeterDing
2015-05-28[youku] update youkuPeterDing
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-09-28Remove unused importsPhilipp Hagemeister
2014-09-25[youku] Modernize somewhatPhilipp Hagemeister
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 (#1...Philipp Hagemeister
2013-09-21[youku] better error handlingtewe
2013-07-19Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz
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