summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | fix 0a->0A bugdongmao zhang2012-08-091-3/+3
| | | | | | | |
| | * | | | | | youku default to download hd2 videodongmao zhang2012-08-091-4/+20
| | | | | | | |
| | * | | | | | add youku supportdongmao zhang2012-08-092-0/+119
| | |/ / / / /
| * | | | | | Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fixFilippo Valsorda2012-08-191-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge xnxx.com Support (NSFW). Test URL (SFW): ↵Philipp Hagemeister2012-09-272-0/+71
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | http://video.xnxx.com/video1443330/youtube-dl_testvid_a_and_9829_._and_amp_and_38_
| * | | | | | added InfoExtractor for XNXXtempname2012-08-151-0/+1
| | | | | | |
| * | | | | | added InfoExtractor for XNXXtempname2012-08-151-0/+70
| | |_|/ / / | |/| | | |
* | | | | | Release 2012.09.27Philipp Hagemeister2012-09-271-1/+1
| | | | | |
* | | | | | Add 'signature' to YouTube URLs, fixes #427Danko Alexeyev2012-09-271-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #391 from rbrito/support-tube.majestyc.netPhilipp Hagemeister2012-09-251-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | Support downloading Youtube videos via tube.majestyc.net
| * | | Support downloading Youtube videos via tube.majestyc.netRogério Brito2012-08-051-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda2012-08-191-1/+1
|/ /
* | Merge pull request #386 from FiloSottile/blipPhilipp Hagemeister2012-08-012-1/+95
|\ \ | | | | | | Blip.tv
| * | BlipTVUserIE fixFilippo Valsorda2012-08-011-8/+8
| | |
| * | moved the User-Agent workaround to the BlipTV IEFilippo Valsorda2012-08-012-1/+2
| | |
| * | Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda2012-06-063-1/+94
| |\ \
| | * | Information Extractor for blip.tv usersJuan Carlos Garcia Segovia2012-06-062-0/+93
| | | |
| | * | Use an User-Agent that will allow downloading from blip.tv fixes #325Juan Carlos Garcia Segovia2012-06-061-1/+1
| | | |
| * | | Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵Juan Carlos Garcia Segovia2012-06-061-1/+1
| |/ / | | | | | | | | | Unicode string. it needs a UTF-8 byte buffer
* | | changed YouTube closed captions URL; closes #382Filippo Valsorda2012-07-311-3/+6
| | |
* | | xvideos patch by @pocoimporta - closes #370Filippo Valsorda2012-07-311-2/+2
| | |
* | | Fix EscapistMagazine IEPhilipp Hagemeister2012-07-181-2/+4
| |/ |/|
* | fixed a logic bug in post-processingFilippo Valsorda2012-07-141-2/+2
| |
* | YouTube playlist fix; closes #365 and #331Filippo Valsorda2012-06-301-3/+3
| |
* | Change a number of subtitle sequence to begin with one (instead of zero) for ↵Witchakorn Kamolpornwijit2012-06-261-1/+1
| | | | | | | | ffmpeg,avcodec, and Matroska compatibility
* | display a meaningful error message on rental videos (#359)Filippo Valsorda2012-06-221-0/+5
|/
* normalize ffmpeg/avconv names printingFilippo Valsorda2012-06-032-5/+5
|
* check for avconv and ffmpeg, use as available; closes #344Filippo Valsorda2012-06-031-19/+25
|
* don't corrupt stdout (-o -) in verbose modechocolateboy2012-05-303-6/+7
|
* fixed a couple of Windows exe update bugsFilippo Valsorda2012-05-271-6/+8
|
* Fix Escapist IEPhilipp Hagemeister2012-05-231-1/+2
|
* reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda2012-05-093-63/+17
| | | | | and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
* Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda2012-05-092-24/+30
|
* merge upstreamFilippo Valsorda2012-05-011-7/+8
|\
| * merge #336Philipp Hagemeister2012-04-191-2/+4
| |
| * Clean up superfluous whitespacePhilipp Hagemeister2012-03-151-6/+5
| |
* | dropped the support for Python 2.5Filippo Valsorda2012-05-013-125/+3
| | | | | | | | | | | | | | 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.
* | some HTMLParser bugfixesFilippo Valsorda2012-04-132-5/+14
| |
* | merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda2012-04-112-52/+92
|\ \
| * | ignore parsing errors in get_element_by_id()Filippo Valsorda2012-04-101-1/+4
| | |
| * | removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; ↵Filippo Valsorda - Campagna2012-04-101-14/+14
| | | | | | | | | | | | fixed a bug in the use of _unescapeHTML (missing _, from d6a96153471ae7e93693cb4dee46cbec1492af7b)
| * | removed dependency from lxml: added IDParserFilippo Valsorda - Campagna2012-04-101-30/+70
| | |
| * | standardized the use of unescapeHTML; added clean_html()Filippo Valsorda - Campagna2012-04-101-17/+15
| |/
* | better naming for the sub-modulesFilippo Valsorda - Campagna2012-04-105-5/+5
| |
* | moved trivialjson to a separate fileFilippo Valsorda - Campagna2012-04-102-113/+114
| |
* | py2exe -U fix for Windows XPFilippo Valsorda2012-03-311-1/+1
| |
* | corrected -U to support new zipfile and exe (#153) formatsFilippo Valsorda2012-03-311-16/+47
| |
* | 's/ /\t/'Filippo Valsorda2012-03-301-15/+15
| |
* | moved increment_downloads and process_info calls from IEs to FD.download ↵Filippo Valsorda2012-03-303-336/+208
| | | | | | | | (#296) (follows current doclines); a small step towards importability #217
* | Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-256-4283/+4329
| |