Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set INTERNAL version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Use get_video_info to work around captcha problems (fixes issue #31) | Ricardo Garcia | 2010-10-31 | 1 | -19/+28 | |
| | ||||||
* | Fix minor problem with size formatting method | Ricardo Garcia | 2010-10-31 | 1 | -2/+4 | |
| | ||||||
* | Update User-agent string | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix metacafe.com code due to recent changes in the site | Ricardo Garcia | 2010-10-31 | 1 | -7/+9 | |
| | ||||||
* | Include format 5 in best quality list | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Properly encode messages sent to stderr (fixes issue #34) | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Modify "more pages" check in YouTube playlist (fixes issue #29) | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Delay opening file until there is data to write | Ricardo Garcia | 2010-10-31 | 1 | -34/+39 | |
| | | | | Fixes issue #19. | |||||
* | Restore INTERNAL version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Document new "continuedl" FileDownloader option | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Remove integer casts and replace them with long integer casts | Ricardo Garcia | 2010-10-31 | 1 | -6/+6 | |
| | ||||||
* | Fix missing cast preventing detection of already downloaded file | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Tweaks to ivanov's code | Ricardo Garcia | 2010-10-31 | 1 | -8/+24 | |
| | ||||||
* | Added -c option (--continue) | Paul Ivanov | 2010-10-31 | 1 | -2/+25 | |
| | | | | | | | | | | | | | | interrupted downloads will properly resume and append to the previously downloaded data, instead of overwriting the file. There's some error checking - if the length of the file to be download matches the length of the previously downloaded data, we report that this file has already been downloaded and do nothing. If there is some other HTTP 416 'Requested range not satisfiable' error, we simply re-download the whole file (reverting to the original functionality) All other HTTP errors are simply raised. Resuming does not override -w (--nooverwrite), since it is not clear what should happen if file on disk is larger than file to be downloaded. Thus, -c does nothing if -w is present. | |||||
* | Fix TypeError when using the -f option (fixes issue #24) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Restore INTERNAL version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Remove trails from the "append_const" change (fixes issue #23) | Ricardo Garcia | 2010-10-31 | 1 | -8/+1 | |
| | ||||||
* | Only catch UnavailableFormatError in call to process_info | Ricardo Garcia | 2010-10-31 | 1 | -44/+43 | |
| | ||||||
* | Verify URLs in simulate mode (fixes issue #22) | Ricardo Garcia | 2010-10-31 | 1 | -6/+20 | |
| | ||||||
* | Restore "INTERNAL" version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Update version number in LATEST_VERSION | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Handle "content too short" errors properly | Ricardo Garcia | 2010-10-31 | 1 | -1/+20 | |
| | ||||||
* | Close video file before removing it. | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Remove .hgignore from version tracking | Ricardo Garcia | 2010-10-31 | 1 | -2/+0 | |
| | ||||||
* | Add LATEST_VERSION to further ease checking which is the latest stable version | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Put back INTERNAL version | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Set version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Use store_const instead of append_const as the latter requires Python 2.5 | Ricardo Garcia | 2010-10-31 | 1 | -3/+3 | |
| | ||||||
* | Restore INTERNAL version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Put version number in place | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Add an "epoch" keyword to the output template | Ricardo Garcia | 2010-10-31 | 1 | -1/+3 | |
| | ||||||
* | Add format 35 (flv) as second best in quality | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Move the -t and -l options to the filesystem group | Ricardo Garcia | 2010-10-31 | 1 | -4/+4 | |
| | ||||||
* | Some consistency changes and ghost-file bugfix after discussion with rg3 | dannycolligan | 2010-10-31 | 1 | -27/+35 | |
| | ||||||
* | Fixed ambiguity of multiple video option specifiers by dissalowing it; ↵ | dannycolligan | 2010-10-31 | 1 | -11/+13 | |
| | | | | changed some sys.ext calls to parser.error | |||||
* | Added -b option and created option groups for help prompt | dannycolligan | 2010-10-31 | 1 | -92/+148 | |
| | ||||||
* | Update and correct (format,extension) table for YouTube | Ricardo Garcia | 2010-10-31 | 1 | -1/+2 | |
| | ||||||
* | Minor documentation change | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Skip blank lines in batch file -- fixes issue #9 | Ricardo Garcia | 2010-10-31 | 1 | -1/+3 | |
| | ||||||
* | Revert version number to INTERNAL | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Set version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix code for metacafe.com (this fixes issue #8) | Ricardo Garcia | 2010-10-31 | 1 | -6/+7 | |
| | ||||||
* | Fix some minor unicode-related problems | Ricardo Garcia | 2010-10-31 | 1 | -7/+4 | |
| | ||||||
* | Update internal documentation to reflect the new behaviour | Ricardo Garcia | 2010-10-31 | 1 | -6/+8 | |
| |