Filippo Valsorda
1ac3e3315e
Merge pull request #395 from thesues/master
12 years ago
Filippo Valsorda
0e4dc2fc74
Merge 'rbrito/support-tube.majestyc.net' (PR #391 ) with small fix
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
392105265c
Merge branch 'master' of github.com:thesues/youtube-dl
...
Conflicts:
youtube-dl
youtube_dl/InfoExtractors.py
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
dce1088450
A more "make-esque" Makefile with file targets and dependencies
12 years ago
Philipp Hagemeister
a171dbfc27
Merge pull request #386 from FiloSottile/blip
...
Blip.tv
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
7a7c093ab0
added one-step realese script 'make release version=nn' - closes #158
12 years ago
Filippo Valsorda
ce7b2a40d0
added automatically generated bash-completion; closes #191
12 years ago
Filippo Valsorda
cfcec69331
auto-generating manpage from README.md ( closes #151 ); redesigned Makefile
12 years ago
Filippo Valsorda
91645066e2
Merge branch 'joehillen/master' - pull request #381
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
joehillen
ef0c08cdfe
Added install target to Makefile.
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
Filippo Valsorda
65dc7d0272
Merge pull request #363 from chalet16/master
...
Change a number of subtitle sequence to begin with one - closes #362
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
Filippo Valsorda
3187e42a23
Merge pull requests #356 #357 #358 by jcarlosgarciasegovia
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
17f3c40a31
Merge pull request #353 from FiloSottile/avconv
...
check for avconv and ffmpeg, use as available; closes #344
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
Philipp Hagemeister
a047951477
Merge pull request #352 from chocolateboy/decontaminate_stdout
...
don't corrupt stdout (-o -) in verbose mode
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
668d975039
quiet zip in make compile
13 years ago
Philipp Hagemeister
9ab3406ddb
Fix Escapist IE
13 years ago
Philipp Hagemeister
1b91a2e2cf
Merge pull request #342 from FiloSottile/master
...
Re-organized code and a lot of other stuff.
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
3fe294e4ef
merge upstream
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