summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 numberRicardo Garcia2010-10-311-1/+1
|
* Fix issue #5Ricardo Garcia2010-10-311-2/+25
|
* Remove some extra whitespaceRicardo Garcia2010-10-311-5/+5
|
* Switch to "INTERNAL" version againRicardo Garcia2010-10-311-1/+1
|
* Set version number for releaseRicardo Garcia2010-10-311-1/+1
|
* Remove --best-quality option and add proper support for high definition formatRicardo Garcia2010-10-311-3/+7
|
* Remove old ignore patterns which are no longer neededRicardo Garcia2010-10-311-2/+0
|
* Replace setter and getter with simple attribute accessRicardo Garcia2010-10-311-31/+21
|
* Replace version number while in progressRicardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-311-1/+1
|
* Remove generator and webpage template, moved to wikiRicardo Garcia2010-10-312-244/+0
|
* Fix very wrong code for setting the languageRicardo Garcia2010-10-311-5/+5
| | | | | | | | It turned out that, despite the program working without apparent errors, the code for setting the language was completely wrong. First, it didn't run unless some form of authentication was performed. Second, I misstyped _LANG_URL as _LOGIN_URL, so the language was not being set at all! Amazing it still worked.
* Fix wrong indentationRicardo Garcia2010-10-311-1/+1
|
* Bump version numberRicardo Garcia2010-10-311-1/+1
|
* Document new -w optionRicardo Garcia2010-10-311-0/+3
|
* Add que -w or --no-overwrites optionRicardo Garcia2010-10-311-0/+7
|
* Put Danny Colligan as an author in the script itselfRicardo Garcia2010-10-311-0/+1
|
* Use quote_plus instead of manually replacing spaces by plus signsRicardo Garcia2010-10-311-1/+1
|
* Improve documentation of new features in webpageRicardo Garcia2010-10-311-2/+13
|
* Include Danny Colligan in creditsRicardo Garcia2010-10-311-0/+1
|
* Include Danny Colligan's YouTube search InfoExtractorRicardo Garcia2010-10-311-0/+86
|
* Fix NameErrorRicardo Garcia2010-10-311-0/+1
|
* Document new -a optionRicardo Garcia2010-10-311-0/+3
|
* Bump version and increase Firefox version numberRicardo Garcia2010-10-311-2/+2
|
* Add -a (--batch-file) optionRicardo Garcia2010-10-311-2/+12
|
* Fix for YouTube internationalization changesRicardo Garcia2010-10-311-7/+21
|
* Bump version numberRicardo Garcia2010-10-311-1/+1
|
* Fix TypeError in decode() method and unordered playlist URLsRicardo Garcia2010-10-311-4/+8
|
* Improve documentationRicardo Garcia2010-10-311-8/+7
|
* Bump version numberRicardo Garcia2010-10-311-1/+1
|
* Make the YouTube login mechanism work across countriesRicardo Garcia2010-10-311-7/+7
|
* Bump version numberRicardo Garcia2010-10-311-1/+1
|
* Fix metacafe.com and UTF8 output filenamesRicardo Garcia2010-10-311-5/+6
|
* Bump version stringRicardo Garcia2010-10-311-1/+1
|
* Add initial version of postprocessing frameworkRicardo Garcia2010-10-311-0/+86
|
* Improve a couple of detection strings to avoid i18n-related bugsRicardo Garcia2010-10-311-3/+3
|
* Increase version numberRicardo Garcia2010-10-311-1/+1
|