Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | YouTube playlist fix; closes #365 and #331 | Filippo Valsorda | 2012-06-30 | 1 | -3/+3 | |
| | | ||||||
* | | Change a number of subtitle sequence to begin with one (instead of zero) for ↵ | Witchakorn Kamolpornwijit | 2012-06-26 | 1 | -1/+1 | |
| | | | | | | | | ffmpeg,avcodec, and Matroska compatibility | |||||
* | | display a meaningful error message on rental videos (#359) | Filippo Valsorda | 2012-06-22 | 1 | -0/+5 | |
|/ | ||||||
* | normalize ffmpeg/avconv names printing | Filippo Valsorda | 2012-06-03 | 2 | -5/+5 | |
| | ||||||
* | check for avconv and ffmpeg, use as available; closes #344 | Filippo Valsorda | 2012-06-03 | 1 | -19/+25 | |
| | ||||||
* | don't corrupt stdout (-o -) in verbose mode | chocolateboy | 2012-05-30 | 3 | -6/+7 | |
| | ||||||
* | fixed a couple of Windows exe update bugs | Filippo Valsorda | 2012-05-27 | 1 | -6/+8 | |
| | ||||||
* | Fix Escapist IE | Philipp Hagemeister | 2012-05-23 | 1 | -1/+2 | |
| | ||||||
* | reorganized the titles sanitizing: now title is the untouched title | Filippo Valsorda | 2012-05-09 | 3 | -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 handling | Filippo Valsorda | 2012-05-09 | 2 | -24/+30 | |
| | ||||||
* | merge upstream | Filippo Valsorda | 2012-05-01 | 1 | -7/+8 | |
|\ | ||||||
| * | merge #336 | Philipp Hagemeister | 2012-04-19 | 1 | -2/+4 | |
| | | ||||||
| * | Clean up superfluous whitespace | Philipp Hagemeister | 2012-03-15 | 1 | -6/+5 | |
| | | ||||||
* | | dropped the support for Python 2.5 | Filippo Valsorda | 2012-05-01 | 3 | -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 bugfixes | Filippo Valsorda | 2012-04-13 | 2 | -5/+14 | |
| | | ||||||
* | | merged unescapeHTML branch; removed lxml dependency | Filippo Valsorda | 2012-04-11 | 2 | -52/+92 | |
|\ \ | ||||||
| * | | ignore parsing errors in get_element_by_id() | Filippo Valsorda | 2012-04-10 | 1 | -1/+4 | |
| | | | ||||||
| * | | removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; ↵ | Filippo Valsorda - Campagna | 2012-04-10 | 1 | -14/+14 | |
| | | | | | | | | | | | | fixed a bug in the use of _unescapeHTML (missing _, from d6a96153471ae7e93693cb4dee46cbec1492af7b) | |||||
| * | | removed dependency from lxml: added IDParser | Filippo Valsorda - Campagna | 2012-04-10 | 1 | -30/+70 | |
| | | | ||||||
| * | | standardized the use of unescapeHTML; added clean_html() | Filippo Valsorda - Campagna | 2012-04-10 | 1 | -17/+15 | |
| |/ | ||||||
* | | better naming for the sub-modules | Filippo Valsorda - Campagna | 2012-04-10 | 5 | -5/+5 | |
| | | ||||||
* | | moved trivialjson to a separate file | Filippo Valsorda - Campagna | 2012-04-10 | 2 | -113/+114 | |
| | | ||||||
* | | py2exe -U fix for Windows XP | Filippo Valsorda | 2012-03-31 | 1 | -1/+1 | |
| | | ||||||
* | | corrected -U to support new zipfile and exe (#153) formats | Filippo Valsorda | 2012-03-31 | 1 | -16/+47 | |
| | | ||||||
* | | 's/ /\t/' | Filippo Valsorda | 2012-03-30 | 1 | -15/+15 | |
| | | ||||||
* | | moved increment_downloads and process_info calls from IEs to FD.download ↵ | Filippo Valsorda | 2012-03-30 | 3 | -336/+208 | |
| | | | | | | | | (#296) (follows current doclines); a small step towards importability #217 | |||||
* | | Split code as a package, compiled into an executable zip | Filippo Valsorda | 2012-03-25 | 6 | -4283/+4329 | |
| | | ||||||
* | | Merge branch 'next-url' | Filippo Valsorda | 2012-03-25 | 1 | -0/+7 | |
|\ \ | ||||||
| * | | transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵ | Filippo Valsorda | 2012-03-24 | 1 | -0/+7 | |
| |/ | | | | | | | d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031 | |||||
* / | added support for HTTP redirects. Closes #315 | Filippo Valsorda | 2012-03-18 | 1 | -0/+60 | |
|/ | ||||||
* | Credit Filippo Valsorda | Philipp Hagemeister | 2012-03-15 | 1 | -0/+1 | |
| | ||||||
* | added --srt-lang; updated README; extended the -g FAQ | Filippo Valsorda | 2012-03-15 | 1 | -0/+82 | |
| | ||||||
* | transplant gist of 7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5 | Philipp Hagemeister | 2012-03-15 | 1 | -3/+6 | |
| | ||||||
* | transplant 2934c2ce43412be2fbb28ee5fa8d6cd227203036 and ↵ | Philipp Hagemeister | 2012-03-15 | 1 | -79/+69 | |
| | | | | afbaa80b8bb31b8949987c8a6a8e71ca75a500f6 | |||||
* | transplant 0f6e296a8ec97bce781b722bbaf4cff95642d253 | Philipp Hagemeister | 2012-03-15 | 1 | -7/+5 | |
| | ||||||
* | release 2012.02.27 | Philipp Hagemeister | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Always determine youtube description | Philipp Hagemeister | 2012-02-27 | 1 | -5/+4 | |
| | ||||||
* | release 2012.02.26 | Philipp Hagemeister | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Output RTMP command line if verbose is set | Philipp Hagemeister | 2012-02-27 | 1 | -2/+11 | |
| | ||||||
* | Move imports to top (Closes #283) | Philipp Hagemeister | 2012-02-26 | 1 | -5/+4 | |
| | ||||||
* | Set default continue behavior to true, no breakage observed in the wild | Philipp Hagemeister | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | verbose flag, and output proxies if it is set | Philipp Hagemeister | 2012-02-26 | 1 | -1/+7 | |
| | ||||||
* | Support Unicode in file names on Windows NT | Mantas Mikulėnas | 2012-01-16 | 1 | -1/+8 | |
| | ||||||
* | Release 2012.01.08b | Philipp Hagemeister | 2012-01-08 | 1 | -1/+1 | |
| | ||||||
* | correct to_screen prints | Philipp Hagemeister | 2012-01-08 | 1 | -4/+4 | |
| | ||||||
* | Release 2012.01.08 | Philipp Hagemeister | 2012-01-08 | 1 | -1/+1 | |
| | ||||||
* | Leave out characters the filesystem cannot encode (Closes: #264) | Philipp Hagemeister | 2012-01-08 | 1 | -146/+155 | |
| | ||||||
* | MTV IE | Philipp Hagemeister | 2012-01-07 | 1 | -0/+95 | |
| | ||||||
* | release 2012.01.05 | Philipp Hagemeister | 2012-01-05 | 1 | -1/+1 | |
| | ||||||
* | Correct distinction between unicode and bytes (Closes: #257) | Philipp Hagemeister | 2012-01-05 | 1 | -3/+10 | |
| |