aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-27Release 2012.09.272012.09.27Philipp Hagemeister
2012-09-27Compile updated youtube-dlPhilipp Hagemeister
2012-09-27Merge pull request #428 from virtulis/masterPhilipp Hagemeister
A quick fix to #427
2012-09-27Add 'signature' to YouTube URLs, fixes #427Danko Alexeyev
2012-09-25Merge pull request #391 from rbrito/support-tube.majestyc.netPhilipp Hagemeister
Support downloading Youtube videos via tube.majestyc.net
2012-08-19Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda
2012-08-05Support downloading Youtube videos via tube.majestyc.netRogério Brito
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>
2012-08-01Merge pull request #386 from FiloSottile/blipPhilipp Hagemeister
Blip.tv
2012-08-01BlipTVUserIE fixFilippo Valsorda
2012-08-01moved the User-Agent workaround to the BlipTV IEFilippo Valsorda
2012-07-31changed YouTube closed captions URL; closes #382Filippo Valsorda
2012-07-31xvideos patch by @pocoimporta - closes #370Filippo Valsorda
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-06Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda
2012-06-06Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵Juan Carlos Garcia Segovia
Unicode string. it needs a UTF-8 byte buffer
2012-06-06Information Extractor for blip.tv usersJuan Carlos Garcia Segovia
2012-06-06Use an User-Agent that will allow downloading from blip.tv fixes #325Juan Carlos Garcia Segovia
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