aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-10-31Add LATEST_VERSION to further ease checking which is the latest stable versionRicardo Garcia
2010-10-31Put back INTERNAL versionRicardo Garcia
2010-10-31Set version number2009.05.13Ricardo Garcia
2010-10-31Use store_const instead of append_const as the latter requires Python 2.5Ricardo Garcia
2010-10-31Restore INTERNAL version numberRicardo Garcia
2010-10-31Put version number in place2009.05.11Ricardo Garcia
2010-10-31Add an "epoch" keyword to the output templateRicardo Garcia
2010-10-31Add format 35 (flv) as second best in qualityRicardo Garcia
2010-10-31Move the -t and -l options to the filesystem groupRicardo Garcia
2010-10-31Some consistency changes and ghost-file bugfix after discussion with rg3dannycolligan
2010-10-31Fixed ambiguity of multiple video option specifiers by dissalowing it; ↵dannycolligan
changed some sys.ext calls to parser.error
2010-10-31Added -b option and created option groups for help promptdannycolligan
2010-10-31Update and correct (format,extension) table for YouTubeRicardo Garcia
2010-10-31Minor documentation changeRicardo Garcia
2010-10-31Skip blank lines in batch file -- fixes issue #9Ricardo Garcia
2010-10-31Revert version number to INTERNALRicardo Garcia
2010-10-31Set version number2009.04.25Ricardo Garcia
2010-10-31Fix code for metacafe.com (this fixes issue #8)Ricardo Garcia
2010-10-31Fix some minor unicode-related problemsRicardo Garcia
2010-10-31Update internal documentation to reflect the new behaviourRicardo Garcia
2010-10-31Download videos after extracting informationRicardo Garcia
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.
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