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
Filippo Valsorda
202e76cfb0
Made the YouTubeIE regex verbose/commented
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
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
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
chocolateboy
6ab92c8b62
don't corrupt stdout (-o -) in verbose mode
13 years ago
Philipp Hagemeister
9ab3406ddb
Fix Escapist IE
13 years ago
Filippo Valsorda
2c288bda42
reorganized the titles sanitizing: now title is the untouched title
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
closes #164
13 years ago
Filippo Valsorda
0b8c922da9
Introduced Trouble(Exception) for more elegant non-fatal errors handling
13 years ago
Filippo Valsorda
921a145592
dropped the support for Python 2.5
let's elaborate the decision: Python 2.5 is a 6 years old release
and "under the current release policy, no security issues in Python
2.5 will be fixed anymore" (!!); also, it doesn't support the new
zipfile distribution format.
13 years ago
Filippo Valsorda
9beb5af82e
some HTMLParser bugfixes
13 years ago
Filippo Valsorda - Campagna
d11d05d07a
better naming for the sub-modules
13 years ago
Filippo Valsorda
303692b5ed
's/ /\t/'
13 years ago
Filippo Valsorda
58ca755f40
moved increment_downloads and process_info calls from IEs to FD.download ( #296 ) (follows current doclines); a small step towards importability #217
13 years ago
Filippo Valsorda
d77c3dfd02
Split code as a package, compiled into an executable zip
13 years ago
Filippo Valsorda
74a5ff5f43
transplant ceba827e9a
, d891ff9fd9
, 69d3b2d824
, 071940680f
13 years ago
Filippo Valsorda
071940680f
Always extract original URL from next_url ( #318 )
13 years ago
Witold Baryluk
69d3b2d824
Extract original URL from next_url parameter of verify_age page, before actual extract
13 years ago
Witold Baryluk
d891ff9fd9
Ignore leading spaces (and trailing also) in all URL from url list or command line
13 years ago
Filippo Valsorda
6af22cf0ef
added support for HTTP redirects. Closes #315
13 years ago
Philipp Hagemeister
fff24d5e35
Clean up superfluous whitespace
13 years ago
Filippo Valsorda
a0432a1e80
added --srt-lang; updated README; extended the -g FAQ
13 years ago
Philipp Hagemeister
a67bdc34fa
transplant gist of 7151f63a5f
13 years ago
Filippo Valsorda
afbaa80b8b
switched ytsearch to more robust Youtube Data API ( fixes #307 )
13 years ago
Filippo Valsorda
115d243428
added youtube closed captions .srt support (see #90 )
13 years ago
cryzed
7151f63a5f
Fixed downloading of unrelated videos when downloading a YouTube playlist
13 years ago
Filippo Valsorda
597e7b1805
Vimeo: Added support for flv only videos
13 years ago
Filippo Valsorda
2934c2ce43
Switch Vimeo to scraping: fixes #285
13 years ago
Filippo Valsorda
0f6e296a8e
Fixed gvsearch
13 years ago
Philipp Hagemeister
9c228928b6
release 2012.02.27
13 years ago
Philipp Hagemeister
c4105fa035
release 2012.02.26
13 years ago
Rogério Brito
d85448f3bb
VimeoIE: Allow matches taken from embedded videos.
With this change, I can directly cut and paste URLs embedded in 3rd-party
pages as `youtube-dl`'s arguments.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
13 years ago