summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Merge branch 'next-url'Filippo Valsorda2012-03-251-0/+7
|\ \
| * | transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵Filippo Valsorda2012-03-241-0/+7
| |/ | | | | | | d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031
* / added support for HTTP redirects. Closes #315Filippo Valsorda2012-03-181-0/+60
|/
* Credit Filippo ValsordaPhilipp Hagemeister2012-03-151-0/+1
|
* added --srt-lang; updated README; extended the -g FAQFilippo Valsorda2012-03-151-0/+82
|
* transplant gist of 7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5Philipp Hagemeister2012-03-151-3/+6
|
* transplant 2934c2ce43412be2fbb28ee5fa8d6cd227203036 and ↵Philipp Hagemeister2012-03-151-79/+69
| | | | afbaa80b8bb31b8949987c8a6a8e71ca75a500f6
* transplant 0f6e296a8ec97bce781b722bbaf4cff95642d253Philipp Hagemeister2012-03-151-7/+5
|
* release 2012.02.27Philipp Hagemeister2012-02-271-1/+1
|
* Always determine youtube descriptionPhilipp Hagemeister2012-02-271-5/+4
|
* release 2012.02.26Philipp Hagemeister2012-02-271-1/+1
|
* Output RTMP command line if verbose is setPhilipp Hagemeister2012-02-271-2/+11
|
* Move imports to top (Closes #283)Philipp Hagemeister2012-02-261-5/+4
|
* Set default continue behavior to true, no breakage observed in the wildPhilipp Hagemeister2012-02-261-1/+1
|
* verbose flag, and output proxies if it is setPhilipp Hagemeister2012-02-261-1/+7
|
* Support Unicode in file names on Windows NTMantas Mikulėnas2012-01-161-1/+8
|
* Release 2012.01.08bPhilipp Hagemeister2012-01-081-1/+1
|
* correct to_screen printsPhilipp Hagemeister2012-01-081-4/+4
|
* Release 2012.01.08Philipp Hagemeister2012-01-081-1/+1
|
* Leave out characters the filesystem cannot encode (Closes: #264)Philipp Hagemeister2012-01-081-146/+155
|
* MTV IEPhilipp Hagemeister2012-01-071-0/+95
|
* release 2012.01.05Philipp Hagemeister2012-01-051-1/+1
|
* Correct distinction between unicode and bytes (Closes: #257)Philipp Hagemeister2012-01-051-3/+10
|