index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
youku.py
Age
Commit message (
Expand
)
Author
2016-03-26
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
Sergey M․
2016-02-14
[refactor] Single quotes consistency
Sergey 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 variable
remitamine
2015-12-12
[youku] Put the missing item to get_hd
Yen Chi Hsuan
2015-12-12
[youku] Reorder format items
Yen Chi Hsuan
2015-12-12
[youku] Simplify
Yen Chi Hsuan
2015-12-12
[youku] Fix tests
Yen Chi Hsuan
2015-12-12
[youku] MD5 is unstable
Yen Chi Hsuan
2015-12-12
[youku] Cleanup and PEP8
Yen Chi Hsuan
2015-12-12
merge data1 and data2
Celthi
2015-12-12
add support to video protected by password
Celthi
2015-12-12
fix the keyerror(mp4hd), todo support download the video protected by password
Celthi
2015-12-11
According the blog and you-get fixed the issues #7627.
Celthi
2015-12-11
fix some not important codesnips
Celthi
2015-12-11
able to download first part of the video, but fail in the left part
Celthi
2015-12-10
add cookie and referer in headers, change the video url
Celthi
2015-11-23
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-09-01
[youku] Fix videopassword test
Sergey M․
2015-09-01
[youku] Simplify (Closes #6717)
Sergey M․
2015-09-01
Fix coding styple in YouKuIE.
PSJay
2015-09-01
Support video-password on Youku.
PSJay
2015-07-11
[youku] Add localized name
Yen Chi Hsuan
2015-06-16
[youku] Simplify a bit the 'entries' construction
Jaime Marquínez Ferrándiz
2015-06-16
[youku] Coding style
Yen Chi Hsuan
2015-06-16
[youku] Add cn_verification_proxy support and add a georestricted test case
Yen Chi Hsuan
2015-06-15
[youku] Better error handling
Yen Chi Hsuan
2015-06-15
[youku] Change video_id and add a multipart test case
Yen Chi Hsuan
2015-06-15
[youku] Add a v.swf test case
Yen Chi Hsuan
2015-06-15
[youku] Use _match_id
Yen Chi Hsuan
2015-06-15
[youku] Better handling for Python 2/3 compatibility
Yen Chi Hsuan
2015-06-15
[youku] PEP8
Yen Chi Hsuan
2015-05-30
[youku] change format_id
PeterDing
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.7
PeterDing
2015-05-28
[youku] update youku
PeterDing
2014-11-23
PEP8: applied even more rules
Jouke Waleson
2014-11-23
PEP8: more applied
Jouke Waleson
2014-11-23
PEP8 applied
Jouke Waleson
2014-09-28
Remove unused imports
Philipp Hagemeister
2014-09-25
[youku] Modernize somewhat
Philipp Hagemeister
2013-11-03
Style 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 handling
tewe
2013-07-19
Add WeiboIE (closes #1039)
Jaime Marquínez Ferrándiz
2013-06-27
Tests: Add coding to files
Philipp Hagemeister
2013-06-27
[youku] move tests
Philipp Hagemeister
2013-06-23
Move Youku IE into its own file
Philipp Hagemeister