Commit Graph

648 Commits (7a7c093ab011ea94de52d90500cb90c7a39ea0a2)
 

Author SHA1 Message Date
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 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 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/'
Filippo Valsorda 58ca755f40 moved increment_downloads and process_info calls from IEs to FD.download () (follows current doclines); a small step towards importability
Filippo Valsorda 770234afa2 Added py2exe script
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip
Filippo Valsorda c23d8a74dc Merge branch 'next-url'
Filippo Valsorda 74a5ff5f43 transplant ceba827e9a, d891ff9fd9, 69d3b2d824, 071940680f
Filippo Valsorda 071940680f Always extract original URL from next_url ()
Witold Baryluk 69d3b2d824 Extract original URL from next_url parameter of verify_age page, before actual extract
Witold Baryluk d891ff9fd9 Ignore leading spaces (and trailing also) in all URL from url list or command line
Filippo Valsorda 6af22cf0ef added support for HTTP redirects. Closes