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 |
|