6191 Commits (d9836a591714aceda843d33ba7786353a6c8fa1b)
 

Author SHA1 Message Date
Ricardo Garcia b65740e474 Skip blank lines in batch file -- fixes issue #9 14 years ago
Ricardo Garcia a825f0ca83 Revert version number to INTERNAL 14 years ago
Ricardo Garcia 27c3383e2d Set version number 14 years ago
Ricardo Garcia dbccb6cd84 Fix code for metacafe.com (this fixes issue #8) 14 years ago
Ricardo Garcia 98164eb3b9 Fix some minor unicode-related problems 14 years ago
Ricardo Garcia 2851b2ca18 Update internal documentation to reflect the new behaviour 14 years ago
Ricardo Garcia 6f21f68629 Download videos after extracting information
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.
14 years ago
Ricardo Garcia 147753eb33 Replase self._downloader.to_stderr() with self._downloader.trouble() 14 years ago
Ricardo Garcia 3aaf887e98 Put the downloader in full control of output messages 14 years ago
Ricardo Garcia 9bf386d74b Move the downloader return code to a class member
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.
14 years ago
Ricardo Garcia 2f4d18a9f7 Use getpreferredencoding() instead of getdefaultlocale()
This fixes issue #7 and is recommended after a bug report I made to the
Python team:

http://bugs.python.org/issue5815
14 years ago
Ricardo Garcia b0eddb2eb4 Update User-Agent string 14 years ago
Ricardo Garcia 9cee6d9035 Minor adjustments to closely match what a web browser does 14 years ago
Ricardo Garcia c8619e0163 Move the code to process an InfoExtractor result to its own method 14 years ago
dannycolligan 257453b92b Added cap if user requests ytsearch number over 1000 (with warning) 14 years ago
dannyc@omega fd9288c315 Changed ytsearchall to retrieve max 1000 results 14 years ago
Ricardo Garcia 1db4ff6054 Restore internal version number indicator 14 years ago
Ricardo Garcia 763826cf2c Establish version number 14 years ago
Ricardo Garcia af6a92f4c9 Fix issue #5 14 years ago
Ricardo Garcia f995f7127c Remove some extra whitespace 14 years ago
Ricardo Garcia e54930cf71 Switch to "INTERNAL" version again 14 years ago
Ricardo Garcia c6b311c524 Set version number for release 14 years ago
Ricardo Garcia 79e75f66c8 Remove --best-quality option and add proper support for high definition format 14 years ago
Ricardo Garcia 053e77d6ed Remove old ignore patterns which are no longer needed 14 years ago
Ricardo Garcia d0a9affb46 Replace setter and getter with simple attribute access 14 years ago
Ricardo Garcia 76800042fd Replace version number while in progress 14 years ago
Ricardo Garcia 7ab2043c9c Bump version number 14 years ago
Ricardo Garcia 3e703dd1cd Remove generator and webpage template, moved to wiki 14 years ago
Ricardo Garcia cc10940385 Fix very wrong code for setting the language
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.
14 years ago
Ricardo Garcia 5121ef2071 Fix wrong indentation 14 years ago
Ricardo Garcia fd20984889 Bump version number 14 years ago
Ricardo Garcia 111ae3695c Document new -w option 14 years ago
Ricardo Garcia 0beeff4b3e Add que -w or --no-overwrites option 14 years ago
Ricardo Garcia 64a6f26c5d Put Danny Colligan as an author in the script itself 14 years ago
Ricardo Garcia a9633f1457 Use quote_plus instead of manually replacing spaces by plus signs 14 years ago
Ricardo Garcia a20e4c2f96 Improve documentation of new features in webpage 14 years ago
Ricardo Garcia d1536018a8 Include Danny Colligan in credits 14 years ago
Ricardo Garcia 25af2bce3a Include Danny Colligan's YouTube search InfoExtractor 14 years ago
Ricardo Garcia d1580ed990 Fix NameError 14 years ago
Ricardo Garcia eb0d2909a8 Document new -a option 14 years ago
Ricardo Garcia ba72f8a5d1 Bump version and increase Firefox version number 14 years ago
Ricardo Garcia c6fd0bb806 Add -a (--batch-file) option 14 years ago
Ricardo Garcia 72ac78b8b0 Fix for YouTube internationalization changes 14 years ago
Ricardo Garcia 240b737ebd Bump version number 14 years ago
Ricardo Garcia 27d98b6e25 Fix TypeError in decode() method and unordered playlist URLs 14 years ago
Ricardo Garcia 5487aea5d8 Improve documentation 14 years ago
Ricardo Garcia 9ca4851a00 Bump version number 14 years ago
Ricardo Garcia 1e9daf2a48 Make the YouTube login mechanism work across countries 14 years ago
Ricardo Garcia d853063955 Bump version number 14 years ago
Ricardo Garcia 2546e7679f Fix metacafe.com and UTF8 output filenames 14 years ago