Commit Graph

18826 Commits (master)
 

Author SHA1 Message Date
Filippo Valsorda 2c288bda42 reorganized the titles sanitizing: now title is the untouched title
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
closes #164
12 years ago
Filippo Valsorda 0b8c922da9 Introduced Trouble(Exception) for more elegant non-fatal errors handling 12 years ago
Filippo Valsorda 3fe294e4ef merge upstream 12 years ago
Filippo Valsorda 921a145592 dropped the support for Python 2.5
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.
12 years ago
Philipp Hagemeister 0c24eed73a merge #336 12 years ago
Philipp Hagemeister 29ce2c1201 Merge git://git.jankratochvil.net/youtube-dl 12 years ago
Jan Kratochvil 532c74ae86 Add format #46 - WebM 1920x1080. 12 years ago
Filippo Valsorda 9beb5af82e some HTMLParser bugfixes 12 years ago
Filippo Valsorda 9e6dd23876 merged unescapeHTML branch; removed lxml dependency 12 years ago
Filippo Valsorda 7a8501e307 ignore parsing errors in get_element_by_id() 12 years ago
Filippo Valsorda - Campagna 781cc523af removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fixed a bug in the use of _unescapeHTML (missing _, from d6a9615347) 12 years ago
Filippo Valsorda - Campagna c6f45d4314 removed dependency from lxml: added IDParser 12 years ago
Filippo Valsorda - Campagna d11d05d07a better naming for the sub-modules 12 years ago
Filippo Valsorda - Campagna e179aadfdf moved trivialjson to a separate file 12 years ago
Filippo Valsorda - Campagna d6a9615347 standardized the use of unescapeHTML; added clean_html() 12 years ago
Filippo Valsorda - Campagna c6306eb798 wine-py2exe.sh to create the exe under linux (!!) 12 years ago
Filippo Valsorda bcfde70d73 py2exe -U fix for Windows XP 12 years ago
Filippo Valsorda 53e893615d corrected -U to support new zipfile and exe (#153) formats 12 years ago
Filippo Valsorda 303692b5ed 's/ /\t/' 12 years ago
Filippo Valsorda 58ca755f40 moved increment_downloads and process_info calls from IEs to FD.download (#296) (follows current doclines); a small step towards importability #217 12 years ago
Filippo Valsorda 770234afa2 Added py2exe script 12 years ago
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip 12 years ago
Filippo Valsorda c23d8a74dc Merge branch 'next-url' 12 years ago
Filippo Valsorda 74a5ff5f43 transplant ceba827e9a, d891ff9fd9, 69d3b2d824, 071940680f 12 years ago
Filippo Valsorda 071940680f Always extract original URL from next_url (#318) 12 years ago
Witold Baryluk 69d3b2d824 Extract original URL from next_url parameter of verify_age page, before actual extract 12 years ago
Witold Baryluk d891ff9fd9 Ignore leading spaces (and trailing also) in all URL from url list or command line 12 years ago
Filippo Valsorda 6af22cf0ef added support for HTTP redirects. Closes #315 12 years ago
Philipp Hagemeister fff24d5e35 Clean up superfluous whitespace 12 years ago
Philipp Hagemeister ceba827e9a Credit Filippo Valsorda 12 years ago
Filippo Valsorda a0432a1e80 added --srt-lang; updated README; extended the -g FAQ 12 years ago
Filippo Valsorda cfcf32d038 Merge branch 'master' of git://github.com/rg3/youtube-dl into closed-captions 12 years ago
Philipp Hagemeister a67bdc34fa transplant gist of 7151f63a5f 12 years ago
Philipp Hagemeister b3a653c245 Merge commit '7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5' 12 years ago
Philipp Hagemeister 4a34b7252e transplant 2934c2ce43 and afbaa80b8b 12 years ago
Philipp Hagemeister 7e45ec57a8 transplant 0f6e296a8e 12 years ago
Filippo Valsorda afbaa80b8b switched ytsearch to more robust Youtube Data API (fixes #307) 12 years ago
Filippo Valsorda 115d243428 added youtube closed captions .srt support (see #90) 12 years ago
cryzed 7151f63a5f Fixed downloading of unrelated videos when downloading a YouTube playlist 12 years ago
Filippo Valsorda 597e7b1805 Vimeo: Added support for flv only videos 12 years ago
Filippo Valsorda 2934c2ce43 Switch Vimeo to scraping: fixes #285 12 years ago
Filippo Valsorda 0f6e296a8e Fixed gvsearch 12 years ago
Philipp Hagemeister 9c228928b6 release 2012.02.27 12 years ago
Philipp Hagemeister ff3a2b8eab Always determine youtube description 12 years ago
Philipp Hagemeister c4105fa035 release 2012.02.26 12 years ago
Philipp Hagemeister 871dbd3c92 Output RTMP command line if verbose is set 12 years ago
Philipp Hagemeister c9ed14e6d6 Move imports to top (Closes #283) 12 years ago
Philipp Hagemeister 1ad85e5061 Set default continue behavior to true, no breakage observed in the wild 12 years ago
Philipp Hagemeister 09fbc6c952 verbose flag, and output proxies if it is set 12 years ago
Philipp Hagemeister 895ec266bb Merge pull request #292 from rbrito/fixes/vimeo-ie
VimeoIE: Allow matches taken from embedded videos.
12 years ago