Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-31 | Set version number2009.04.25 | Ricardo Garcia | |
2010-10-31 | Fix code for metacafe.com (this fixes issue #8) | Ricardo Garcia | |
2010-10-31 | Fix some minor unicode-related problems | Ricardo Garcia | |
2010-10-31 | Update internal documentation to reflect the new behaviour | Ricardo Garcia | |
2010-10-31 | Download videos after extracting information | Ricardo 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-31 | Replase self._downloader.to_stderr() with self._downloader.trouble() | Ricardo Garcia | |
2010-10-31 | Put the downloader in full control of output messages | Ricardo Garcia | |
2010-10-31 | Move the downloader return code to a class member | Ricardo 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-31 | Use 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-31 | Update User-Agent string | Ricardo Garcia | |
2010-10-31 | Minor adjustments to closely match what a web browser does | Ricardo Garcia | |
2010-10-31 | Move the code to process an InfoExtractor result to its own method | Ricardo Garcia | |
2010-10-31 | Added cap if user requests ytsearch number over 1000 (with warning) | dannycolligan | |
2010-10-31 | Changed ytsearchall to retrieve max 1000 results | dannyc@omega | |
2010-10-31 | Restore internal version number indicator | Ricardo Garcia | |
2010-10-31 | Establish version number2009.04.06 | Ricardo Garcia | |
2010-10-31 | Fix issue #5 | Ricardo Garcia | |
2010-10-31 | Remove some extra whitespace | Ricardo Garcia | |
2010-10-31 | Switch to "INTERNAL" version again | Ricardo Garcia | |
2010-10-31 | Set version number for release2009.03.28 | Ricardo Garcia | |
2010-10-31 | Remove --best-quality option and add proper support for high definition format | Ricardo Garcia | |
2010-10-31 | Remove old ignore patterns which are no longer needed | Ricardo Garcia | |
2010-10-31 | Replace setter and getter with simple attribute access | Ricardo Garcia | |
2010-10-31 | Replace version number while in progress | Ricardo Garcia | |
2010-10-31 | Bump version number2009.03.03 | Ricardo Garcia | |
2010-10-31 | Remove generator and webpage template, moved to wiki | Ricardo Garcia | |
2010-10-31 | Fix very wrong code for setting the language | Ricardo 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-31 | Fix wrong indentation | Ricardo Garcia | |
2010-10-31 | Bump version number2009.02.07 | Ricardo Garcia | |
2010-10-31 | Document new -w option | Ricardo Garcia | |
2010-10-31 | Add que -w or --no-overwrites option | Ricardo Garcia | |
2010-10-31 | Put Danny Colligan as an author in the script itself | Ricardo Garcia | |
2010-10-31 | Use quote_plus instead of manually replacing spaces by plus signs | Ricardo Garcia | |
2010-10-31 | Improve documentation of new features in webpage | Ricardo Garcia | |
2010-10-31 | Include Danny Colligan in credits | Ricardo Garcia | |
2010-10-31 | Include Danny Colligan's YouTube search InfoExtractor | Ricardo Garcia | |
2010-10-31 | Fix NameError2009.01.31 | Ricardo Garcia | |
2010-10-31 | Document new -a option | Ricardo Garcia | |
2010-10-31 | Bump version and increase Firefox version number | Ricardo Garcia | |
2010-10-31 | Add -a (--batch-file) option | Ricardo Garcia | |
2010-10-31 | Fix for YouTube internationalization changes | Ricardo Garcia | |
2010-10-31 | Bump version number2008.11.01 | Ricardo Garcia | |
2010-10-31 | Fix TypeError in decode() method and unordered playlist URLs | Ricardo Garcia | |
2010-10-31 | Improve documentation | Ricardo Garcia | |
2010-10-31 | Bump version number2008.10.16 | Ricardo Garcia | |
2010-10-31 | Make the YouTube login mechanism work across countries | Ricardo Garcia | |
2010-10-31 | Bump version number2008.09.20 | Ricardo Garcia | |
2010-10-31 | Fix metacafe.com and UTF8 output filenames | Ricardo Garcia | |
2010-10-31 | Bump version string2008.08.09 | Ricardo Garcia | |
2010-10-31 | Add initial version of postprocessing framework | Ricardo Garcia | |