aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-01added automatically generated bash-completion; closes #191Filippo Valsorda
2012-08-01auto-generating manpage from README.md (closes #151); redesigned MakefileFilippo Valsorda
2012-08-01Merge branch 'joehillen/master' - pull request #381Filippo Valsorda
2012-07-31changed YouTube closed captions URL; closes #382Filippo Valsorda
2012-07-31xvideos patch by @pocoimporta - closes #370Filippo Valsorda
2012-07-22Added install target to Makefile.joehillen
2012-07-18Fix EscapistMagazine IEPhilipp Hagemeister
2012-07-14fixed a logic bug in post-processingFilippo Valsorda
2012-06-30YouTube playlist fix; closes #365 and #331Filippo Valsorda
2012-06-26Merge pull request #363 from chalet16/masterFilippo Valsorda
Change a number of subtitle sequence to begin with one - closes #362
2012-06-26Change a number of subtitle sequence to begin with one (instead of zero) for ↵Witchakorn Kamolpornwijit
ffmpeg,avcodec, and Matroska compatibility
2012-06-22display a meaningful error message on rental videos (#359)Filippo Valsorda
2012-06-03Merge pull request #353 from FiloSottile/avconvFilippo Valsorda
check for avconv and ffmpeg, use as available; closes #344
2012-06-03normalize ffmpeg/avconv names printingFilippo Valsorda
2012-06-03check for avconv and ffmpeg, use as available; closes #344Filippo Valsorda
2012-05-31Merge pull request #352 from chocolateboy/decontaminate_stdoutPhilipp Hagemeister
don't corrupt stdout (-o -) in verbose mode
2012-05-30don't corrupt stdout (-o -) in verbose modechocolateboy
2012-05-27fixed a couple of Windows exe update bugsFilippo Valsorda
2012-05-23quiet zip in make compilePhilipp Hagemeister
2012-05-23Fix Escapist IEPhilipp Hagemeister
2012-05-22Merge pull request #342 from FiloSottile/masterPhilipp Hagemeister
Re-organized code and a lot of other stuff.
2012-05-09reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
2012-05-09Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda
2012-05-01merge upstreamFilippo Valsorda
2012-05-01dropped the support for Python 2.5Filippo Valsorda
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.
2012-04-19merge #336Philipp Hagemeister
2012-04-19Merge git://git.jankratochvil.net/youtube-dlPhilipp Hagemeister
2012-04-16Add format #46 - WebM 1920x1080.Jan Kratochvil
2012-04-13some HTMLParser bugfixesFilippo Valsorda
2012-04-11merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda
2012-04-10ignore parsing errors in get_element_by_id()Filippo Valsorda
2012-04-10removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; ↵Filippo Valsorda - Campagna
fixed a bug in the use of _unescapeHTML (missing _, from d6a96153471ae7e93693cb4dee46cbec1492af7b)
2012-04-10removed dependency from lxml: added IDParserFilippo Valsorda - Campagna
2012-04-10better naming for the sub-modulesFilippo Valsorda - Campagna
2012-04-10moved trivialjson to a separate fileFilippo Valsorda - Campagna
2012-04-10standardized the use of unescapeHTML; added clean_html()Filippo Valsorda - Campagna
2012-04-07wine-py2exe.sh to create the exe under linux (!!)Filippo Valsorda - Campagna
2012-03-31py2exe -U fix for Windows XPFilippo Valsorda
2012-03-31corrected -U to support new zipfile and exe (#153) formatsFilippo Valsorda
2012-03-30's/ /\t/'Filippo Valsorda
2012-03-30moved increment_downloads and process_info calls from IEs to FD.download ↵Filippo Valsorda
(#296) (follows current doclines); a small step towards importability #217
2012-03-25Added py2exe scriptFilippo Valsorda
2012-03-25Split code as a package, compiled into an executable zipFilippo Valsorda
2012-03-25Merge branch 'next-url'Filippo Valsorda
2012-03-24transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵Filippo Valsorda
d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031
2012-03-24Always extract original URL from next_url (#318)Filippo Valsorda
2012-03-23Extract original URL from next_url parameter of verify_age page, before ↵Witold Baryluk
actual extract
2012-03-23Ignore leading spaces (and trailing also) in all URL from url list or ↵Witold Baryluk
command line
2012-03-18added support for HTTP redirects. Closes #315Filippo Valsorda
2012-03-15Clean up superfluous whitespacePhilipp Hagemeister