Commit Graph

818 Commits (717b1f72ed6070212a72ac823547cb3c776a6264)
 

Author SHA1 Message Date
Filippo Valsorda 0e4dc2fc74 Merge 'rbrito/support-tube.majestyc.net' (PR ) with small fix
Filippo Valsorda 9bb8dc8e42 Python 2.6 compatibility fix. Thanks @Jamesc359 - closes
tempname 154b55dae3 added InfoExtractor for XNXX
tempname 6de7ef9b8d added InfoExtractor for XNXX
dongmao zhang 392105265c Merge branch 'master' of github.com:thesues/youtube-dl
Conflicts:
	youtube-dl
	youtube_dl/InfoExtractors.py
dongmao zhang 51661d8600 add www.youku.com support
dongmao zhang b5809a68bf merge
dongmao zhang 7733d455c8 fix 0a->0A bug
dongmao zhang 0a98b09bc2 youku default to download hd2 video
dongmao zhang 302efc19ea add youku support
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>
Filippo Valsorda dce1088450 A more "make-esque" Makefile with file targets and dependencies
Philipp Hagemeister a171dbfc27 Merge pull request from FiloSottile/blip
Blip.tv
Filippo Valsorda 11a141dec9 BlipTVUserIE fix
Filippo Valsorda 818282710b moved the User-Agent workaround to the BlipTV IE
Filippo Valsorda 7a7c093ab0 added one-step realese script 'make release version=nn' - closes
Filippo Valsorda ce7b2a40d0 added automatically generated bash-completion; closes
Filippo Valsorda cfcec69331 auto-generating manpage from README.md (closes ); redesigned Makefile
Filippo Valsorda 91645066e2 Merge branch 'joehillen/master' - pull request
Filippo Valsorda dee5d76923 changed YouTube closed captions URL; closes
Filippo Valsorda 363a4e1114 xvideos patch by @pocoimporta - closes
joehillen ef0c08cdfe Added install target to Makefile.
Philipp Hagemeister 3210735c49 Fix EscapistMagazine IE
Filippo Valsorda b24676ce88 changed --audio-quality behaviour to support both CBR and VBR
Filippo Valsorda cca4828ac9 fixed a logic bug in post-processing
Filippo Valsorda d4e16d3e97 YouTube playlist fix; closes and
Filippo Valsorda 65dc7d0272 Merge pull request from chalet16/master
Change a number of subtitle sequence to begin with one - closes 
Witchakorn Kamolpornwijit 5404179338 Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility
Filippo Valsorda 7df97fb59f display a meaningful error message on rental videos ()
Filippo Valsorda 3187e42a23 Merge pull requests by jcarlosgarciasegovia
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
Juan Carlos Garcia Segovia eeeb4daabc Information Extractor for blip.tv users
Juan Carlos Garcia Segovia 3c4fc580bb Use an User-Agent that will allow downloading from blip.tv fixes
Filippo Valsorda 17f3c40a31 Merge pull request from FiloSottile/avconv
check for avconv and ffmpeg, use as available; closes 
Filippo Valsorda 505ed3088f normalize ffmpeg/avconv names printing
Filippo Valsorda 0b976545c7 check for avconv and ffmpeg, use as available; closes
Philipp Hagemeister a047951477 Merge pull request from chocolateboy/decontaminate_stdout
don't corrupt stdout (-o -) in verbose mode
chocolateboy 6ab92c8b62 don't corrupt stdout (-o -) in verbose mode
Filippo Valsorda f36cd07685 fixed a couple of Windows exe update bugs
Philipp Hagemeister 668d975039 quiet zip in make compile
Philipp Hagemeister 9ab3406ddb Fix Escapist IE
Philipp Hagemeister 1b91a2e2cf Merge pull request from FiloSottile/master
Re-organized code and a lot of other stuff.
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 
Filippo Valsorda 0b8c922da9 Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda 3fe294e4ef merge upstream
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.
Philipp Hagemeister 0c24eed73a merge
Philipp Hagemeister 29ce2c1201 Merge git://git.jankratochvil.net/youtube-dl
Jan Kratochvil 532c74ae86 Add format - WebM 1920x1080.
Filippo Valsorda 9beb5af82e some HTMLParser bugfixes