aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-31Bump version number2009.12.26Ricardo Garcia
2010-10-31Handle file open mode correctly (fixes issue #76)Ricardo Garcia
2010-10-31Added support to download all of a user's videos!Archanamiya
2010-10-31Fix detection of uploader nickname in metacafe (fixes issue #67)Ricardo Garcia
2010-10-31Take format 37 into account (fixes issue #65)Ricardo Garcia
2010-10-31Add self-updating codeRicardo Garcia
2010-10-31Use unquote_plus to decode video titleRicardo Garcia
2010-10-31Allow empty titles because they do appear in some videos (fixes issue #53)Ricardo Garcia
2010-10-31Use default values for "continuedl" and "nooverwrites" downloader parametersRicardo Garcia
2010-10-31Avoid using Unicode strings when forming URL requests (fixes issue #50)Ricardo Garcia
2010-10-31Improve preferred encoding detection methodRicardo Garcia
2010-10-31Restore INTERNAL version numberRicardo Garcia
2010-10-31Bump version number2009.09.13Ricardo Garcia
2010-10-31Report final URL with -g and do not print URLs normally (fixes issue #49)Ricardo Garcia
2010-10-31Handle weird OSX locale settings gracefully (fixes issue #43)Ricardo Garcia
2010-10-31Restore INTERNAL version numberRicardo Garcia
2010-10-31Bump version number2009.09.08Ricardo Garcia
2010-10-31Modify _MORE_PAGES_INDICATOR for searches (fixes issue #41)Ricardo Garcia
2010-10-31Accept my_playlists syntax for playlistsRicardo Garcia
2010-10-31Do not specify any format as a last option for the -b flagRicardo Garcia
2010-10-31Set INTERNAL version numberRicardo Garcia
2010-10-31Bump version number2009.08.08Ricardo Garcia
2010-10-31Use get_video_info to work around captcha problems (fixes issue #31)Ricardo Garcia
2010-10-31Fix minor problem with size formatting methodRicardo Garcia
2010-10-31Update User-agent stringRicardo Garcia
2010-10-31Fix metacafe.com code due to recent changes in the siteRicardo Garcia
2010-10-31Include format 5 in best quality listRicardo Garcia
2010-10-31Properly encode messages sent to stderr (fixes issue #34)Ricardo Garcia
2010-10-31Bump version number2009.06.29Ricardo Garcia
2010-10-31Modify "more pages" check in YouTube playlist (fixes issue #29)Ricardo Garcia
2010-10-31Delay opening file until there is data to writeRicardo Garcia
Fixes issue #19.
2010-10-31Restore INTERNAL version numberRicardo Garcia
2010-10-31Bump version number2009.05.30Ricardo Garcia
2010-10-31Document new "continuedl" FileDownloader optionRicardo Garcia
2010-10-31Remove integer casts and replace them with long integer castsRicardo Garcia
2010-10-31Fix missing cast preventing detection of already downloaded fileRicardo Garcia
2010-10-31Tweaks to ivanov's codeRicardo Garcia
2010-10-31Added -c option (--continue)Paul Ivanov
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.
2010-10-31Fix TypeError when using the -f option (fixes issue #24)Ricardo Garcia
2010-10-31Restore INTERNAL version numberRicardo Garcia
2010-10-31Bump version number2009.05.25Ricardo Garcia
2010-10-31Remove trails from the "append_const" change (fixes issue #23)Ricardo Garcia
2010-10-31Only catch UnavailableFormatError in call to process_infoRicardo Garcia
2010-10-31Verify URLs in simulate mode (fixes issue #22)Ricardo Garcia
2010-10-31Restore "INTERNAL" version numberRicardo Garcia
2010-10-31Update version number in LATEST_VERSION2009.05.23Ricardo Garcia
2010-10-31Bump version numberRicardo Garcia
2010-10-31Handle "content too short" errors properlyRicardo Garcia
2010-10-31Close video file before removing it.Ricardo Garcia
2010-10-31Remove .hgignore from version trackingRicardo Garcia