summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update version number in LATEST_VERSION 2009.05.23Ricardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-311-1/+1
|
* Handle "content too short" errors properlyRicardo Garcia2010-10-311-1/+20
|
* Close video file before removing it.Ricardo Garcia2010-10-311-0/+1
|
* Remove .hgignore from version trackingRicardo Garcia2010-10-311-2/+0
|
* Add LATEST_VERSION to further ease checking which is the latest stable versionRicardo Garcia2010-10-311-0/+1
|
* Put back INTERNAL versionRicardo Garcia2010-10-311-1/+1
|
* Set version number 2009.05.13Ricardo Garcia2010-10-311-1/+1
|
* Use store_const instead of append_const as the latter requires Python 2.5Ricardo Garcia2010-10-311-3/+3
|
* Restore INTERNAL version numberRicardo Garcia2010-10-311-1/+1
|
* Put version number in place 2009.05.11Ricardo Garcia2010-10-311-1/+1
|
* Add an "epoch" keyword to the output templateRicardo Garcia2010-10-311-1/+3
|
* Add format 35 (flv) as second best in qualityRicardo Garcia2010-10-311-1/+1
|
* Move the -t and -l options to the filesystem groupRicardo Garcia2010-10-311-4/+4
|
* Some consistency changes and ghost-file bugfix after discussion with rg3dannycolligan2010-10-311-27/+35
|
* Fixed ambiguity of multiple video option specifiers by dissalowing it; ↵dannycolligan2010-10-311-11/+13
| | | | changed some sys.ext calls to parser.error
* Added -b option and created option groups for help promptdannycolligan2010-10-311-92/+148
|
* Update and correct (format,extension) table for YouTubeRicardo Garcia2010-10-311-1/+2
|
* Minor documentation changeRicardo Garcia2010-10-311-1/+1
|
* Skip blank lines in batch file -- fixes issue #9Ricardo Garcia2010-10-311-1/+3
|
* Revert version number to INTERNALRicardo Garcia2010-10-311-1/+1
|
* Set version number 2009.04.25Ricardo Garcia2010-10-311-1/+1
|
* Fix code for metacafe.com (this fixes issue #8)Ricardo Garcia2010-10-311-6/+7
|
* Fix some minor unicode-related problemsRicardo Garcia2010-10-311-7/+4
|
* Update internal documentation to reflect the new behaviourRicardo Garcia2010-10-311-6/+8
|
* Download videos after extracting informationRicardo Garcia2010-10-311-55/+44
| | | | | | This is achieved by letting the InfoExtractors instruct its downloader to process the information dictionary just after extracting the information. As a consequence, some code is simplified too.
* Replase self._downloader.to_stderr() with self._downloader.trouble()Ricardo Garcia2010-10-311-24/+24
|
* Put the downloader in full control of output messagesRicardo Garcia2010-10-311-57/+37
|
* Move the downloader return code to a class memberRicardo Garcia2010-10-311-22/+22
| | | | | | | This makes it possible to initialize it with value zero and later let the trouble() overwrite the value. It simplifies error treatment and paves the way for the InfoExtracto objects to call process_info() themselves, which should solve the issues with tor and some other problems.
* Use getpreferredencoding() instead of getdefaultlocale()Ricardo Garcia2010-10-311-1/+1
| | | | | | | This fixes issue #7 and is recommended after a bug report I made to the Python team: http://bugs.python.org/issue5815
* Update User-Agent stringRicardo Garcia2010-10-311-1/+1
|
* Minor adjustments to closely match what a web browser doesRicardo Garcia2010-10-311-1/+3
|
* Move the code to process an InfoExtractor result to its own methodRicardo Garcia2010-10-311-43/+57
|
* Added cap if user requests ytsearch number over 1000 (with warning)dannycolligan2010-10-311-0/+3
|
* Changed ytsearchall to retrieve max 1000 resultsdannyc@omega2010-10-311-1/+2
|
* Restore internal version number indicatorRicardo Garcia2010-10-311-1/+1
|
* Establish version number 2009.04.06Ricardo Garcia2010-10-311-1/+1
|