Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-23 | Extract original URL from next_url parameter of verify_age page, before ↵ | Witold Baryluk | |
actual extract | |||
2012-03-23 | Ignore leading spaces (and trailing also) in all URL from url list or ↵ | Witold Baryluk | |
command line | |||
2012-03-18 | added support for HTTP redirects. Closes #315 | Filippo Valsorda | |
2012-03-15 | Clean up superfluous whitespace | Philipp Hagemeister | |
2012-03-15 | Credit Filippo Valsorda | Philipp Hagemeister | |
2012-03-15 | added --srt-lang; updated README; extended the -g FAQ | Filippo Valsorda | |
2012-03-15 | Merge branch 'master' of git://github.com/rg3/youtube-dl into closed-captions | Filippo Valsorda | |
2012-03-15 | transplant gist of 7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5 | Philipp Hagemeister | |
2012-03-15 | Merge commit '7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5' | Philipp Hagemeister | |
2012-03-15 | transplant 2934c2ce43412be2fbb28ee5fa8d6cd227203036 and ↵ | Philipp Hagemeister | |
afbaa80b8bb31b8949987c8a6a8e71ca75a500f6 | |||
2012-03-15 | transplant 0f6e296a8ec97bce781b722bbaf4cff95642d253 | Philipp Hagemeister | |
2012-03-14 | switched ytsearch to more robust Youtube Data API (fixes #307) | Filippo Valsorda | |
2012-03-13 | added youtube closed captions .srt support (see #90) | Filippo Valsorda | |
2012-03-09 | Fixed downloading of unrelated videos when downloading a YouTube playlist | cryzed | |
2012-03-07 | Vimeo: Added support for flv only videos | Filippo Valsorda | |
2012-03-05 | Switch Vimeo to scraping: fixes #285 | Filippo Valsorda | |
2012-03-02 | Fixed gvsearch | Filippo Valsorda | |
2012-02-27 | release 2012.02.272012.02.27 | Philipp Hagemeister | |
2012-02-27 | Always determine youtube description | Philipp Hagemeister | |
2012-02-27 | release 2012.02.262012.02.26 | Philipp Hagemeister | |
2012-02-27 | Output RTMP command line if verbose is set | Philipp Hagemeister | |
2012-02-26 | Move imports to top (Closes #283) | Philipp Hagemeister | |
2012-02-26 | Set default continue behavior to true, no breakage observed in the wild | Philipp Hagemeister | |
2012-02-26 | verbose flag, and output proxies if it is set | Philipp Hagemeister | |
2012-02-26 | Merge pull request #292 from rbrito/fixes/vimeo-ie | Philipp Hagemeister | |
VimeoIE: Allow matches taken from embedded videos. | |||
2012-02-24 | VimeoIE: Allow matches taken from embedded videos. | Rogério Brito | |
With this change, I can directly cut and paste URLs embedded in 3rd-party pages as `youtube-dl`'s arguments. Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | |||
2012-01-16 | Merge pull request #275 from grawity/winnt-unicode | Philipp Hagemeister | |
Support Unicode in file names on Windows NT |