39 Commits

Author SHA1 Message Date
Mark Lee
01c0a5f619 Merge remote-tracking branch 'upstream/master' into multipart_videos 2016-03-24 18:53:03 -07:00
Yen Chi Hsuan
664bcd80b9 [tudou] Use InAdvancePagedList (closes #8884) 2016-03-20 15:45:31 +08:00
Mark Lee
8725b5d3c7 Merge branch 'master' into multipart_videos
Conflicts:
	youtube_dl/YoutubeDL.py
	youtube_dl/extractor/mtv.py
2016-03-15 08:36:22 -07:00
Sergey M․
611c1dd96e [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
remitamine
40cf7fcbd2 [tudou] Add support for Albums and Playlists and extract more metadata 2016-01-13 13:29:00 +01:00
Yen Chi Hsuan
b264c21302 [tudou] Use single quotes and compat_str 2015-09-13 02:59:43 +08:00
Yen Chi Hsuan
349b3a2ea0 [tudou] Improve regexs 2015-09-13 02:51:20 +08:00
Yen Chi Hsuan
87813a8570 [tudou] Use _download_xml 2015-09-13 02:36:51 +08:00
Yen Chi Hsuan
aab135516b [tudou] Avoid shadowing builtin names 2015-09-12 22:52:51 +08:00
Yen Chi Hsuan
141ba36996 [tudou] Modernize 2015-09-12 22:51:49 +08:00
Yen Chi Hsuan
94e507aea7 [tudou] A more comprehensive _VALID_URL 2015-09-12 22:45:09 +08:00
Yen Chi Hsuan
41ebd6530b [tudou] Add the test case (#6273) 2015-09-12 22:42:57 +08:00
Yen Chi Hsuan
2ec7b7b79b Merge branch 'master' of https://github.com/linhua55/youtube-dl into linhua55-master 2015-09-12 22:41:51 +08:00
Mark Lee
3bbd930bcb Merge branch 'master' into multipart_videos
Conflicts:
	test/helper.py
	youtube_dl/YoutubeDL.py
	youtube_dl/__init__.py
	youtube_dl/extractor/common.py
	youtube_dl/postprocessor/ffmpeg.py
2015-08-10 19:09:55 -07:00
Sergey M․
238755752f [tudou] Extract player URL from the webpage 2015-08-05 23:07:52 +06:00
Delon
c71a3195af [tudou] Fix extracion 2015-08-05 23:04:49 +06:00
linhua55
bfed4813b2 fix extraction
for http://www.tudou.com/albumplay/cJAHGih4yYg.html
2015-07-18 23:33:42 +08:00
Mark Lee
9bcd7ddecf Remove unicode markers (inconsistent with rest of file) 2015-03-01 10:49:03 -08:00
Mark Lee
b01fa6bdbc Merge branch 'master' of https://github.com/rg3/youtube-dl into multipart_videos
Conflicts:
	youtube_dl/YoutubeDL.py
	youtube_dl/__init__.py
	youtube_dl/extractor/common.py
	youtube_dl/extractor/mtv.py
	youtube_dl/extractor/tudou.py
	youtube_dl/postprocessor/__init__.py
	youtube_dl/postprocessor/ffmpeg.py
2015-02-20 21:50:44 -08:00
Philipp Hagemeister
92b065dc53 [tudou] Fix extraction 2015-01-08 18:03:29 +01:00
Mark Lee
1037943c8f Merge branch 'master' into multipart_videos
Conflicts:
	youtube_dl/extractor/common.py
	youtube_dl/extractor/mtv.py
	youtube_dl/options.py
	youtube_dl/postprocessor/__init__.py
	youtube_dl/postprocessor/ffmpeg.py
2014-11-29 19:07:46 -08:00
Philipp Hagemeister
8865bdeb37 Remove useless u prefixes 2014-11-26 13:06:02 +01:00
Philipp Hagemeister
b74e86f48a Fix all PEP8 issues except E501 2014-11-23 22:21:46 +01:00
Jouke Waleson
2514d2635e PEP8: E225,E227 2014-11-23 21:23:05 +01:00
Jouke Waleson
8bcc875676 PEP8: more applied 2014-11-23 21:20:46 +01:00
Jouke Waleson
5f6a1245ff PEP8 applied 2014-11-23 20:41:03 +01:00
Mark Lee
46fcc42c55 Merge branch 'master' into multipart_videos
Conflicts:
	test/helper.py
	youtube_dl/__init__.py
	youtube_dl/extractor/common.py
	youtube_dl/extractor/tudou.py
2014-09-16 07:43:21 -07:00
Philipp Hagemeister
a8be56ce3d [tudou] Add test case for #3643 2014-09-01 00:20:12 +02:00
Philipp Hagemeister
329818484c Merge remote-tracking branch 'naglis/tudou_fix' 2014-09-01 00:17:01 +02:00
Philipp Hagemeister
8bdfddf641 [tudou] Modernize 2014-09-01 00:16:26 +02:00
Naglis Jonaitis
f931e25959 [tudou] Sort qualities by numeric value 2014-08-31 23:14:35 +03:00
Naglis Jonaitis
ca9cd290c7 [tudou] Fix #3643 - filter non-number qualities 2014-08-31 23:11:52 +03:00
Jaime Marquínez Ferrándiz
776020147c Use a dictionary for each of the parts in the parts field of the info_dict
Some multipart videos may requires rtmpdump, they would need additional fields.
2013-11-26 00:23:15 +01:00
Jaime Marquínez Ferrándiz
1e705ca327 TudouIE: implement the parts field in the info_dict 2013-11-25 23:36:25 +01:00
Philipp Hagemeister
7c58ef3275 [tudou] Fix title regex (Fixes #1614) 2013-10-18 11:16:20 +02:00
Philipp Hagemeister
9ed3bdc64d [tudou] Add support for youku links (Closes #1571) 2013-10-15 01:20:04 +02:00
Jaime Marquínez Ferrándiz
24a267b562 TudouIE: extract all the segments of the video and download the best quality (closes #975)
Also simplify a bit the extraction of the id from the url and write directly the title for the test video
2013-07-02 12:38:24 +02:00
Philipp Hagemeister
6f5ac90cf3 Move tests to the IE definitions 2013-06-27 20:46:46 +02:00
M.Yasoob Khalid
9caa687d81 Added an IE for todou 2013-06-25 22:48:08 +05:00