summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number 2010.01.06Ricardo Garcia2010-10-312-2/+2
|
* Add flexibility importing the "parse_qs" function (fixes issue #81)Ricardo Garcia2010-10-311-2/+7
|
* Bump version number 2010.01.05Ricardo Garcia2010-10-312-2/+2
|
* Fix minor problems with Youtube user InfoExtractorRicardo Garcia2010-10-311-3/+2
|
* Add support for using rtmpdumpRicardo Garcia2010-10-311-12/+49
|
* Bump version number 2009.12.26Ricardo Garcia2010-10-312-2/+2
|
* Handle file open mode correctly (fixes issue #76)Ricardo Garcia2010-10-311-3/+9
|
* Added support to download all of a user's videos!Archanamiya2010-10-311-0/+58
|
* Fix detection of uploader nickname in metacafe (fixes issue #67)Ricardo Garcia2010-10-311-1/+1
|
* Take format 37 into account (fixes issue #65)Ricardo Garcia2010-10-311-1/+2
|
* Add self-updating codeRicardo Garcia2010-10-311-3/+30
|
* Use unquote_plus to decode video titleRicardo Garcia2010-10-311-1/+1
|
* Allow empty titles because they do appear in some videos (fixes issue #53)Ricardo Garcia2010-10-311-1/+1
|
* Use default values for "continuedl" and "nooverwrites" downloader parametersRicardo Garcia2010-10-311-2/+2
|
* Avoid using Unicode strings when forming URL requests (fixes issue #50)Ricardo Garcia2010-10-311-2/+2
|
* Improve preferred encoding detection methodRicardo Garcia2010-10-311-9/+9
|
* Restore INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Bump version number 2009.09.13Ricardo Garcia2010-10-312-2/+2
|
* Report final URL with -g and do not print URLs normally (fixes issue #49)Ricardo Garcia2010-10-311-7/+4
|
* Handle weird OSX locale settings gracefully (fixes issue #43)Ricardo Garcia2010-10-311-5/+21
|
* Restore INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Bump version number 2009.09.08Ricardo Garcia2010-10-312-2/+2
|
* Modify _MORE_PAGES_INDICATOR for searches (fixes issue #41)Ricardo Garcia2010-10-311-2/+2
|
* Accept my_playlists syntax for playlistsRicardo Garcia2010-10-311-1/+1
|
* Do not specify any format as a last option for the -b flagRicardo Garcia2010-10-311-1/+1
|
* Set INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Bump version number 2009.08.08Ricardo Garcia2010-10-312-2/+2
|
* Use get_video_info to work around captcha problems (fixes issue #31)Ricardo Garcia2010-10-311-19/+28
|
* Fix minor problem with size formatting methodRicardo Garcia2010-10-311-2/+4
|
* Update User-agent stringRicardo Garcia2010-10-311-1/+1
|
* Fix metacafe.com code due to recent changes in the siteRicardo Garcia2010-10-311-7/+9
|
* Include format 5 in best quality listRicardo Garcia2010-10-311-1/+1
|
* Properly encode messages sent to stderr (fixes issue #34)Ricardo Garcia2010-10-311-2/+2
|
* Bump version number 2009.06.29Ricardo Garcia2010-10-312-2/+2
|
* Modify "more pages" check in YouTube playlist (fixes issue #29)Ricardo Garcia2010-10-311-2/+2
|
* Delay opening file until there is data to writeRicardo Garcia2010-10-311-34/+39
| | | | Fixes issue #19.
* Restore INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Bump version number 2009.05.30Ricardo Garcia2010-10-312-2/+2
|
* Document new "continuedl" FileDownloader optionRicardo Garcia2010-10-311-0/+1
|
* Remove integer casts and replace them with long integer castsRicardo Garcia2010-10-311-6/+6
|
* Fix missing cast preventing detection of already downloaded fileRicardo Garcia2010-10-311-2/+2
|
* Tweaks to ivanov's codeRicardo Garcia2010-10-311-8/+24
|
* Added -c option (--continue)Paul Ivanov2010-10-311-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 Garcia2010-10-311-1/+1
|
* Restore INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Bump version number 2009.05.25Ricardo Garcia2010-10-312-2/+2
|
* Remove trails from the "append_const" change (fixes issue #23)Ricardo Garcia2010-10-311-8/+1
|
* Only catch UnavailableFormatError in call to process_infoRicardo Garcia2010-10-311-44/+43
|
* Verify URLs in simulate mode (fixes issue #22)Ricardo Garcia2010-10-311-6/+20
|
* Restore "INTERNAL" version numberRicardo Garcia2010-10-311-1/+1
|