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
/
tudou.py
Age
Commit message (
Expand
)
Author
2017-05-26
[tudou] Merge into youku extractor (fixes #12214)
Yen Chi Hsuan
2017-01-06
Fix "invalid escape sequences" error on Python 3.6
Yen Chi Hsuan
2016-04-16
[tudou] Improve error detection (closes #9175)
Yen Chi Hsuan
2016-04-01
[tudou] Improve error handling (closes #8988)
Yen Chi Hsuan
2016-03-20
[tudou] Use InAdvancePagedList (closes #8884)
Yen Chi Hsuan
2016-02-14
[refactor] Single quotes consistency
Sergey M․
2016-01-13
[tudou] Add support for Albums and Playlists and extract more metadata
remitamine
2015-09-13
[tudou] Use single quotes and compat_str
Yen Chi Hsuan
2015-09-13
[tudou] Improve regexs
Yen Chi Hsuan
2015-09-13
[tudou] Use _download_xml
Yen Chi Hsuan
2015-09-12
[tudou] Avoid shadowing builtin names
Yen Chi Hsuan
2015-09-12
[tudou] Modernize
Yen Chi Hsuan
2015-09-12
[tudou] A more comprehensive _VALID_URL
Yen Chi Hsuan
2015-09-12
[tudou] Add the test case (#6273)
Yen Chi Hsuan
2015-09-12
Merge branch 'master' of https://github.com/linhua55/youtube-dl into linhua55...
Yen Chi Hsuan
2015-08-05
[tudou] Extract player URL from the webpage
Sergey M․
2015-08-05
[tudou] Fix extracion
Delon
2015-07-18
fix extraction
linhua55
2015-01-08
[tudou] Fix extraction
Philipp Hagemeister
2014-11-26
Remove useless u prefixes
Philipp Hagemeister
2014-11-23
Fix all PEP8 issues except E501
Philipp Hagemeister
2014-11-23
PEP8: E225,E227
Jouke Waleson
2014-11-23
PEP8: more applied
Jouke Waleson
2014-11-23
PEP8 applied
Jouke Waleson
2014-09-01
[tudou] Add test case for #3643
Philipp Hagemeister
2014-09-01
Merge remote-tracking branch 'naglis/tudou_fix'
Philipp Hagemeister
2014-09-01
[tudou] Modernize
Philipp Hagemeister
2014-08-31
[tudou] Sort qualities by numeric value
Naglis Jonaitis
2014-08-31
[tudou] Fix #3643 - filter non-number qualities
Naglis Jonaitis
2013-10-18
[tudou] Fix title regex (Fixes #1614)
Philipp Hagemeister
2013-10-15
[tudou] Add support for youku links (Closes #1571)
Philipp Hagemeister
2013-07-02
TudouIE: extract all the segments of the video and download the best quality ...
Jaime Marquínez Ferrándiz
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-25
Added an IE for todou
M.Yasoob Khalid