Cyril Roelandt
7b6d7001d8
DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" keywords. In this case, the "video_url" keyword should be looked for.
12 years ago
Filippo Valsorda
3c4d6c9eba
Not all Dailymotion videos have an hqURL, now downloads highest quality available
12 years ago
Filippo Valsorda
349e2e3e21
Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)
12 years ago
Filippo Valsorda
551fa9dfbf
adding new --output replacements. Thanks @danut007ro ( closes #442 )
12 years ago
Philipp Hagemeister
38612b4edc
update default UA string ( Closes #390 )
12 years ago
Philipp Hagemeister
5a5523698d
Add new field "extractor" to the info dictionary
12 years ago
Philipp Hagemeister
5d534e2fe6
Improve option definitions
12 years ago
cryzed
3af2f7656c
Fixed YouTube playlist parsing
12 years ago
Philipp Hagemeister
b5de8af234
Release 2012.09.27
12 years ago
Danko Alexeyev
9ca667065e
Add 'signature' to YouTube URLs, fixes #427
12 years ago
danut007ro
ae16f68f4a
Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s
This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers.
12 years ago
danut007ro
3cd98c7894
Removed provider (mistake) and add provider parameter to process_info
12 years ago
danut007ro
be8786a6a4
Every extractor also return it's name.
12 years ago
Kevin Kwan
d443aca863
Add InfoExtractor for Google Plus video
12 years ago
Christian Albrecht
f2ad10a97d
Add arte.tv Info Extractor
12 years ago
hdclark
ea46fe2dd4
Added support for custom user agents.
Added a few simple lines to add support for the flag "--user-agent" to pass a custom string to std_header['User-Agent'].
12 years ago
Filippo Valsorda
202e76cfb0
Made the YouTubeIE regex verbose/commented
12 years ago
Filippo Valsorda
3a68d7b467
tweaked the --audio-quality input validation/specification
12 years ago
Filippo Valsorda
795cc5059a
Re-engineered XNXXIE to actually exit on ERRORs even with -i
12 years ago
Filippo Valsorda
d5c4c4c10e
bugfix and standarize the youku.com support
12 years ago
Filippo Valsorda
9bb8dc8e42
Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400
12 years ago
tempname
154b55dae3
added InfoExtractor for XNXX
12 years ago
tempname
6de7ef9b8d
added InfoExtractor for XNXX
12 years ago
dongmao zhang
51661d8600
add www.youku.com support
12 years ago
dongmao zhang
b5809a68bf
merge
12 years ago
dongmao zhang
7733d455c8
fix 0a->0A bug
12 years ago
dongmao zhang
0a98b09bc2
youku default to download hd2 video
12 years ago
dongmao zhang
302efc19ea
add youku support
12 years ago
Rogério Brito
55a1fa8a56
Support downloading Youtube videos via tube.majestyc.net
A user requested (in Debian's bug tracking system) that support for
tube.majestyc.net, a frontend for Youtube with accessibility functions
(and other support for other assistive technologies), be added.
This patch adds support for this.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
12 years ago
Filippo Valsorda
11a141dec9
BlipTVUserIE fix
12 years ago
Filippo Valsorda
818282710b
moved the User-Agent workaround to the BlipTV IE
12 years ago
Filippo Valsorda
dee5d76923
changed YouTube closed captions URL; closes #382
12 years ago
Filippo Valsorda
363a4e1114
xvideos patch by @pocoimporta - closes #370
12 years ago
Philipp Hagemeister
3210735c49
Fix EscapistMagazine IE
12 years ago
Joel Verhagen
aab4fca422
Updated --no-resize-buffer docs, removed -b option
12 years ago
Joel Verhagen
891d7f2329
Added options to set download buffer size and disable automatic buffer resizing.
12 years ago
Filippo Valsorda
b24676ce88
changed --audio-quality behaviour to support both CBR and VBR
12 years ago
Filippo Valsorda
cca4828ac9
fixed a logic bug in post-processing
12 years ago
Arvydas Sidorenko
bae611f216
Simplified preferredencoding()
Not sure what is the point to use yield to return encoding, thus
it will simplify the whole function.
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
13 years ago
Filippo Valsorda
d4e16d3e97
YouTube playlist fix; closes #365 and #331
13 years ago
Witchakorn Kamolpornwijit
5404179338
Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility
13 years ago
Filippo Valsorda
7df97fb59f
display a meaningful error message on rental videos ( #359 )
13 years ago
Juan Carlos Garcia Segovia
f1927d71e4
Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a Unicode string. it needs a UTF-8 byte buffer
13 years ago
Juan Carlos Garcia Segovia
eeeb4daabc
Information Extractor for blip.tv users
13 years ago
Juan Carlos Garcia Segovia
3c4fc580bb
Use an User-Agent that will allow downloading from blip.tv fixes #325
13 years ago
Filippo Valsorda
505ed3088f
normalize ffmpeg/avconv names printing
13 years ago
Filippo Valsorda
0b976545c7
check for avconv and ffmpeg, use as available; closes #344
13 years ago
chocolateboy
6ab92c8b62
don't corrupt stdout (-o -) in verbose mode
13 years ago
Filippo Valsorda
f36cd07685
fixed a couple of Windows exe update bugs
13 years ago
Philipp Hagemeister
9ab3406ddb
Fix Escapist IE
13 years ago