Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | add PREFIX option to make install | Filippo Valsorda | |
2012-09-25 | moved make release to devscripts/release.sh | Filippo Valsorda | |
2012-08-03 | A more "make-esque" Makefile with file targets and dependencies | Filippo Valsorda | |
2012-08-01 | added one-step realese script 'make release version=nn' - closes #158 | Filippo Valsorda | |
2012-08-01 | added automatically generated bash-completion; closes #191 | Filippo Valsorda | |
2012-08-01 | auto-generating manpage from README.md (closes #151); redesigned Makefile | Filippo Valsorda | |
2012-08-01 | Merge branch 'joehillen/master' - pull request #381 | Filippo Valsorda | |
2012-07-31 | changed YouTube closed captions URL; closes #382 | Filippo Valsorda | |
2012-07-31 | xvideos patch by @pocoimporta - closes #370 | Filippo Valsorda | |
2012-07-22 | Added install target to Makefile. | joehillen | |
2012-07-18 | Fix EscapistMagazine IE | Philipp Hagemeister | |
2012-07-14 | fixed a logic bug in post-processing | Filippo Valsorda | |
2012-06-30 | YouTube playlist fix; closes #365 and #331 | Filippo Valsorda | |
2012-06-26 | Merge pull request #363 from chalet16/master | Filippo Valsorda | |
Change a number of subtitle sequence to begin with one - closes #362 | |||
2012-06-26 | Change a number of subtitle sequence to begin with one (instead of zero) for ↵ | Witchakorn Kamolpornwijit | |
ffmpeg,avcodec, and Matroska compatibility | |||
2012-06-22 | display a meaningful error message on rental videos (#359) | Filippo Valsorda | |
2012-06-03 | Merge pull request #353 from FiloSottile/avconv | Filippo Valsorda | |
check for avconv and ffmpeg, use as available; closes #344 | |||
2012-06-03 | normalize ffmpeg/avconv names printing | Filippo Valsorda | |
2012-06-03 | check for avconv and ffmpeg, use as available; closes #344 | Filippo Valsorda | |
2012-05-31 | Merge pull request #352 from chocolateboy/decontaminate_stdout | Philipp Hagemeister | |
don't corrupt stdout (-o -) in verbose mode | |||
2012-05-30 | don't corrupt stdout (-o -) in verbose mode | chocolateboy | |
2012-05-27 | fixed a couple of Windows exe update bugs | Filippo Valsorda | |
2012-05-23 | quiet zip in make compile | Philipp Hagemeister | |
2012-05-23 | Fix Escapist IE | Philipp Hagemeister | |
2012-05-22 | Merge pull request #342 from FiloSottile/master | Philipp Hagemeister | |
Re-organized code and a lot of other stuff. | |||
2012-05-09 | reorganized the titles sanitizing: now title is the untouched title | Filippo Valsorda | |
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164 | |||
2012-05-09 | Introduced Trouble(Exception) for more elegant non-fatal errors handling | Filippo Valsorda | |
2012-05-01 | merge upstream | Filippo Valsorda | |
2012-05-01 | dropped the support for Python 2.5 | Filippo 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-19 | merge #336 | Philipp Hagemeister | |
2012-04-19 | Merge git://git.jankratochvil.net/youtube-dl | Philipp Hagemeister | |
2012-04-16 | Add format #46 - WebM 1920x1080. | Jan Kratochvil | |
2012-04-13 | some HTMLParser bugfixes | Filippo Valsorda | |
2012-04-11 | merged unescapeHTML branch; removed lxml dependency | Filippo Valsorda | |
2012-04-10 | ignore parsing errors in get_element_by_id() | Filippo Valsorda | |
2012-04-10 | removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; ↵ | Filippo Valsorda - Campagna | |
fixed a bug in the use of _unescapeHTML (missing _, from d6a96153471ae7e93693cb4dee46cbec1492af7b) | |||
2012-04-10 | removed dependency from lxml: added IDParser | Filippo Valsorda - Campagna | |
2012-04-10 | better naming for the sub-modules | Filippo Valsorda - Campagna | |
2012-04-10 | moved trivialjson to a separate file | Filippo Valsorda - Campagna | |
2012-04-10 | standardized the use of unescapeHTML; added clean_html() | Filippo Valsorda - Campagna | |
2012-04-07 | wine-py2exe.sh to create the exe under linux (!!) | Filippo Valsorda - Campagna | |
2012-03-31 | py2exe -U fix for Windows XP | Filippo Valsorda | |
2012-03-31 | corrected -U to support new zipfile and exe (#153) formats | Filippo Valsorda | |
2012-03-30 | 's/ /\t/' | Filippo Valsorda | |
2012-03-30 | moved 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-25 | Added py2exe script | Filippo Valsorda | |
2012-03-25 | Split code as a package, compiled into an executable zip | Filippo Valsorda | |
2012-03-25 | Merge branch 'next-url' | Filippo Valsorda | |
2012-03-24 | transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵ | Filippo Valsorda | |
d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031 | |||
2012-03-24 | Always extract original URL from next_url (#318) | Filippo Valsorda | |