Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove generator and webpage template, moved to wiki | Ricardo Garcia | 2010-10-31 | 2 | -244/+0 | |
| | ||||||
* | Fix very wrong code for setting the language | Ricardo Garcia | 2010-10-31 | 1 | -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 indentation | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Document new -w option | Ricardo Garcia | 2010-10-31 | 1 | -0/+3 | |
| | ||||||
* | Add que -w or --no-overwrites option | Ricardo Garcia | 2010-10-31 | 1 | -0/+7 | |
| | ||||||
* | Put Danny Colligan as an author in the script itself | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Use quote_plus instead of manually replacing spaces by plus signs | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Improve documentation of new features in webpage | Ricardo Garcia | 2010-10-31 | 1 | -2/+13 | |
| | ||||||
* | Include Danny Colligan in credits | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Include Danny Colligan's YouTube search InfoExtractor | Ricardo Garcia | 2010-10-31 | 1 | -0/+86 | |
| | ||||||
* | Fix NameError | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Document new -a option | Ricardo Garcia | 2010-10-31 | 1 | -0/+3 | |
| | ||||||
* | Bump version and increase Firefox version number | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Add -a (--batch-file) option | Ricardo Garcia | 2010-10-31 | 1 | -2/+12 | |
| | ||||||
* | Fix for YouTube internationalization changes | Ricardo Garcia | 2010-10-31 | 1 | -7/+21 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix TypeError in decode() method and unordered playlist URLs | Ricardo Garcia | 2010-10-31 | 1 | -4/+8 | |
| | ||||||
* | Improve documentation | Ricardo Garcia | 2010-10-31 | 1 | -8/+7 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Make the YouTube login mechanism work across countries | Ricardo Garcia | 2010-10-31 | 1 | -7/+7 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix metacafe.com and UTF8 output filenames | Ricardo Garcia | 2010-10-31 | 1 | -5/+6 | |
| | ||||||
* | Bump version string | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Add initial version of postprocessing framework | Ricardo Garcia | 2010-10-31 | 1 | -0/+86 | |
| | ||||||
* | Improve a couple of detection strings to avoid i18n-related bugs | Ricardo Garcia | 2010-10-31 | 1 | -3/+3 | |
| | ||||||
* | Increase version number | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Improve error message regarding output templates and charsets | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Update webpage to reflect changes | Ricardo Garcia | 2010-10-31 | 1 | -13/+52 | |
| | ||||||
* | Simplify a statement | Ricardo Garcia | 2010-10-31 | 1 | -4/+1 | |
| | ||||||
* | Make the most prominent output strings Unicode and fix Unicode title bug | Ricardo Garcia | 2010-10-31 | 1 | -56/+59 | |
| | ||||||
* | Add YoutubePlaylistIE class | Ricardo Garcia | 2010-10-31 | 1 | -0/+62 | |
| | ||||||
* | Add metacafe.com support and minor changse | Ricardo Garcia | 2010-10-31 | 1 | -3/+127 | |
| | ||||||
* | Fix directory creation not working with absolute paths | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Add --rate-limit program option | Ricardo Garcia | 2010-10-31 | 1 | -0/+35 | |
| | ||||||
* | Modify ignore filters | Ricardo Garcia | 2010-10-31 | 1 | -1/+2 | |
| | ||||||
* | Strip newline from version | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Add script to regenerate index.html | Ricardo Garcia | 2010-10-31 | 1 | -0/+15 | |
| | ||||||
* | Add old version of webpage | Ricardo Garcia | 2010-10-31 | 1 | -0/+173 | |
| | ||||||
* | Fix video format command line option parsing and set version number | Ricardo Garcia | 2010-10-31 | 1 | -3/+3 | |
| | ||||||
* | Convert direct uses of .to_stdout() into methods to ease inheritation | Ricardo Garcia | 2008-07-22 | 1 | -9/+43 | |
| | ||||||
* | Add --mobile-version program option | Ricardo Garcia | 2008-07-22 | 1 | -1/+3 | |
| | ||||||
* | Make the downloader print the name of the destination file | Ricardo Garcia | 2008-07-22 | 1 | -0/+1 | |
| | ||||||
* | Add a couple of exceptions to avoid exiting from class methods | Ricardo Garcia | 2008-07-22 | 1 | -7/+30 | |
| | ||||||
* | Minor comment | Ricardo Garcia | 2008-07-22 | 1 | -0/+1 | |
| | ||||||
* | Improve program documentation | Ricardo Garcia | 2008-07-22 | 1 | -1/+4 | |
| | ||||||
* | Add .trouble() method to downloader to ease tracing retcode | Ricardo Garcia | 2008-07-22 | 1 | -13/+26 | |
| | ||||||
* | Unify uppercase criteria in errors and trace return code | Ricardo Garcia | 2008-07-22 | 1 | -10/+23 | |
| | ||||||
* | Replace the directory separator in title | Ricardo Garcia | 2008-07-22 | 1 | -0/+1 | |
| | ||||||
* | Fix not taking into account outs.outtmpl | Ricardo Garcia | 2008-07-22 | 1 | -1/+2 | |
| |