Commit Graph

15457 Commits (9e71f88105e546573b8615d49f9d0c064496d6e6)
 

Author SHA1 Message Date
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
Joel Verhagen aab4fca422 Updated --no-resize-buffer docs, removed -b option
Joel Verhagen 891d7f2329 Added options to set download buffer size and disable automatic buffer resizing.
Filippo Valsorda b24676ce88 changed --audio-quality behaviour to support both CBR and VBR
Filippo Valsorda cca4828ac9 fixed a logic bug in post-processing
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>
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
Filippo Valsorda 9e6dd23876 merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda 7a8501e307 ignore parsing errors in get_element_by_id()
Filippo Valsorda - Campagna 781cc523af removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fixed a bug in the use of _unescapeHTML (missing _, from d6a9615347)
Filippo Valsorda - Campagna c6f45d4314 removed dependency from lxml: added IDParser
Filippo Valsorda - Campagna d11d05d07a better naming for the sub-modules
Filippo Valsorda - Campagna e179aadfdf moved trivialjson to a separate file
Filippo Valsorda - Campagna d6a9615347 standardized the use of unescapeHTML; added clean_html()
Filippo Valsorda - Campagna c6306eb798 wine-py2exe.sh to create the exe under linux (!!)
Filippo Valsorda bcfde70d73 py2exe -U fix for Windows XP
Filippo Valsorda 53e893615d corrected -U to support new zipfile and exe () formats
Filippo Valsorda 303692b5ed 's/ /\t/'