Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected -U to support new zipfile and exe (#153) formats | Filippo Valsorda | 2012-03-31 | 4 | -21/+66 |
| | |||||
* | '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 | ||||
* | Added py2exe script | Filippo Valsorda | 2012-03-25 | 1 | -0/+32 |
| | |||||
* | Split code as a package, compiled into an executable zip | Filippo Valsorda | 2012-03-25 | 8 | -4284/+4333 |
| | |||||
* | Merge branch 'next-url' | Filippo Valsorda | 2012-03-25 | 2 | -0/+14 |
|\ | |||||
| * | transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵ | Filippo Valsorda | 2012-03-24 | 2 | -0/+8 |
| | | | | | | | | d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031 | ||||
| * | Always extract original URL from next_url (#318) | Filippo Valsorda | 2012-03-24 | 1 | -9/+5 |
| | | |||||
| * | Extract original URL from next_url parameter of verify_age page, before ↵ | Witold Baryluk | 2012-03-23 | 1 | -1/+11 |
| | | | | | | | | actual extract | ||||
| * | Ignore leading spaces (and trailing also) in all URL from url list or ↵ | Witold Baryluk | 2012-03-23 | 1 | -0/+1 |
| | | | | | | | | command line | ||||
* | | added support for HTTP redirects. Closes #315 | Filippo Valsorda | 2012-03-18 | 2 | -0/+121 |
|/ | |||||
* | 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 | 3 | -13/+111 |
| | |||||
* | Merge branch 'master' of git://github.com/rg3/youtube-dl into closed-captions | Filippo Valsorda | 2012-03-15 | 2 | -118/+104 |
|\ | |||||
| * | transplant gist of 7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5 | Philipp Hagemeister | 2012-03-15 | 2 | -19/+20 |
| | | |||||
| * | Merge commit '7151f63a5f3820a322ba8bf61eebe8d9f75d6ee5' | Philipp Hagemeister | 2012-03-15 | 1 | -16/+21 |
| |\ | |||||
| | * | Fixed downloading of unrelated videos when downloading a YouTube playlist | cryzed | 2012-03-09 | 1 | -16/+21 |
| | | | |||||
| * | | transplant 2934c2ce43412be2fbb28ee5fa8d6cd227203036 and ↵ | Philipp Hagemeister | 2012-03-15 | 1 | -79/+69 |
| | | | | | | | | | | | | afbaa80b8bb31b8949987c8a6a8e71ca75a500f6 | ||||
| * | | transplant 0f6e296a8ec97bce781b722bbaf4cff95642d253 | Philipp Hagemeister | 2012-03-15 | 1 | -7/+5 |
| | | | |||||
| * | | switched ytsearch to more robust Youtube Data API (fixes #307) | Filippo Valsorda | 2012-03-14 | 1 | -26/+18 |
| | | | |||||
* | | | added youtube closed captions .srt support (see #90) | Filippo Valsorda | 2012-03-13 | 1 | -0/+70 |
|/ / | |||||
* | | Vimeo: Added support for flv only videos | Filippo Valsorda | 2012-03-07 | 1 | -6/+15 |
| | | |||||
* | | Switch Vimeo to scraping: fixes #285 | Filippo Valsorda | 2012-03-05 | 1 | -52/+41 |
| | | |||||
* | | Fixed gvsearch | Filippo Valsorda | 2012-03-02 | 1 | -7/+5 |
|/ | |||||
* | release 2012.02.27 | Philipp Hagemeister | 2012-02-27 | 3 | -8/+7 |
| | |||||
* | Always determine youtube description | Philipp Hagemeister | 2012-02-27 | 1 | -5/+4 |
| | |||||
* | release 2012.02.26 | Philipp Hagemeister | 2012-02-27 | 4 | -14/+36 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #292 from rbrito/fixes/vimeo-ie | Philipp Hagemeister | 2012-02-26 | 1 | -1/+1 |
|\ | | | | | VimeoIE: Allow matches taken from embedded videos. | ||||
| * | VimeoIE: Allow matches taken from embedded videos. | Rogério Brito | 2012-02-24 | 1 | -1/+1 |
|/ | | | | | | | 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> | ||||
* | Merge pull request #275 from grawity/winnt-unicode | Philipp Hagemeister | 2012-01-16 | 1 | -1/+8 |
|\ | | | | | Support Unicode in file names on Windows NT | ||||
| * | 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 | 3 | -7/+7 |
| | |||||
* | correct to_screen prints | Philipp Hagemeister | 2012-01-08 | 1 | -4/+4 |
| | |||||
* | Release 2012.01.08 | Philipp Hagemeister | 2012-01-08 | 3 | -57/+161 |
| | |||||
* | Leave out characters the filesystem cannot encode (Closes: #264) | Philipp Hagemeister | 2012-01-08 | 2 | -146/+161 |
| | |||||
* | MTV IE | Philipp Hagemeister | 2012-01-07 | 1 | -0/+95 |
| | |||||
* | release 2012.01.05 | Philipp Hagemeister | 2012-01-05 | 3 | -8/+15 |
| | |||||
* | Correct distinction between unicode and bytes (Closes: #257) | Philipp Hagemeister | 2012-01-05 | 1 | -3/+10 |
| | |||||
* | Correct comedycentral flash URL regex | Philipp Hagemeister | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | correct epydoc | Philipp Hagemeister | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Fix tds RTMP url extraction | Philipp Hagemeister | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | release 2011.12.18 | Philipp Hagemeister | 2011-12-17 | 4 | -30/+50 |
| | |||||
* | Add wav audio output | Philipp Hagemeister | 2011-12-17 | 1 | -11/+32 |
| | |||||
* | Only skip download if files exists; convert audio | Philipp Hagemeister | 2011-12-16 | 1 | -14/+13 |
| | |||||
* | Release 2011.12.15 | Philipp Hagemeister | 2011-12-15 | 3 | -6/+8 |
| | |||||
* | Dailymotion: Use og:title instead of <title> to find title (Closes: #253) | Philipp Hagemeister | 2011-12-15 | 1 | -3/+5 |
| |