aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-31Replase self._downloader.to_stderr() with self._downloader.trouble()Ricardo Garcia
2010-10-31Put the downloader in full control of output messagesRicardo Garcia
2010-10-31Move the downloader return code to a class memberRicardo Garcia
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.
2010-10-31Use getpreferredencoding() instead of getdefaultlocale()Ricardo Garcia
This fixes issue #7 and is recommended after a bug report I made to the Python team: http://bugs.python.org/issue5815
2010-10-31Update User-Agent stringRicardo Garcia
2010-10-31Minor adjustments to closely match what a web browser doesRicardo Garcia
2010-10-31Move the code to process an InfoExtractor result to its own methodRicardo Garcia
2010-10-31Added cap if user requests ytsearch number over 1000 (with warning)dannycolligan
2010-10-31Changed ytsearchall to retrieve max 1000 resultsdannyc@omega
2010-10-31Restore internal version number indicatorRicardo Garcia
2010-10-31Establish version number2009.04.06Ricardo Garcia
2010-10-31Fix issue #5Ricardo Garcia
2010-10-31Remove some extra whitespaceRicardo Garcia
2010-10-31Switch to "INTERNAL" version againRicardo Garcia
2010-10-31Set version number for release2009.03.28Ricardo Garcia
2010-10-31Remove --best-quality option and add proper support for high definition formatRicardo Garcia
2010-10-31Remove old ignore patterns which are no longer neededRicardo Garcia
2010-10-31Replace setter and getter with simple attribute accessRicardo Garcia
2010-10-31Replace version number while in progressRicardo Garcia
2010-10-31Bump version number2009.03.03Ricardo Garcia
2010-10-31Remove generator and webpage template, moved to wikiRicardo Garcia
2010-10-31Fix very wrong code for setting the languageRicardo Garcia
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.
2010-10-31Fix wrong indentationRicardo Garcia
2010-10-31Bump version number2009.02.07Ricardo Garcia
2010-10-31Document new -w optionRicardo Garcia
2010-10-31Add que -w or --no-overwrites optionRicardo Garcia
2010-10-31Put Danny Colligan as an author in the script itselfRicardo Garcia
2010-10-31Use quote_plus instead of manually replacing spaces by plus signsRicardo Garcia
2010-10-31Improve documentation of new features in webpageRicardo Garcia
2010-10-31Include Danny Colligan in creditsRicardo Garcia
2010-10-31Include Danny Colligan's YouTube search InfoExtractorRicardo Garcia
2010-10-31Fix NameError2009.01.31Ricardo Garcia
2010-10-31Document new -a optionRicardo Garcia
2010-10-31Bump version and increase Firefox version numberRicardo Garcia
2010-10-31Add -a (--batch-file) optionRicardo Garcia
2010-10-31Fix for YouTube internationalization changesRicardo Garcia
2010-10-31Bump version number2008.11.01Ricardo Garcia
2010-10-31Fix TypeError in decode() method and unordered playlist URLsRicardo Garcia
2010-10-31Improve documentationRicardo Garcia
2010-10-31Bump version number2008.10.16Ricardo Garcia
2010-10-31Make the YouTube login mechanism work across countriesRicardo Garcia
2010-10-31Bump version number2008.09.20Ricardo Garcia
2010-10-31Fix metacafe.com and UTF8 output filenamesRicardo Garcia
2010-10-31Bump version string2008.08.09Ricardo Garcia
2010-10-31Add initial version of postprocessing frameworkRicardo Garcia
2010-10-31Improve a couple of detection strings to avoid i18n-related bugsRicardo Garcia
2010-10-31Increase version numberRicardo Garcia
2010-10-31Improve error message regarding output templates and charsetsRicardo Garcia
2010-10-31Update webpage to reflect changesRicardo Garcia
2010-10-31Simplify a statementRicardo Garcia