Ricardo Garcia
1c76e23e0f
Move the -t and -l options to the filesystem group
16 years ago
dannycolligan
42bcd27d3b
Some consistency changes and ghost-file bugfix after discussion with rg3
16 years ago
dannycolligan
2740c509b3
Fixed ambiguity of multiple video option specifiers by dissalowing it; changed some sys.ext calls to parser.error
16 years ago
dannycolligan
7b7759f5a4
Added -b option and created option groups for help prompt
16 years ago
Ricardo Garcia
8d2c83eda5
Update and correct (format,extension) table for YouTube
16 years ago
Ricardo Garcia
2f11508ada
Minor documentation change
16 years ago
Ricardo Garcia
b65740e474
Skip blank lines in batch file -- fixes issue #9
16 years ago
Ricardo Garcia
a825f0ca83
Revert version number to INTERNAL
16 years ago
Ricardo Garcia
27c3383e2d
Set version number
16 years ago
Ricardo Garcia
dbccb6cd84
Fix code for metacafe.com (this fixes issue #8 )
16 years ago
Ricardo Garcia
98164eb3b9
Fix some minor unicode-related problems
16 years ago
Ricardo Garcia
2851b2ca18
Update internal documentation to reflect the new behaviour
16 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.
16 years ago
Ricardo Garcia
147753eb33
Replase self._downloader.to_stderr() with self._downloader.trouble()
16 years ago
Ricardo Garcia
3aaf887e98
Put the downloader in full control of output messages
16 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.
16 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
16 years ago
Ricardo Garcia
b0eddb2eb4
Update User-Agent string
16 years ago
Ricardo Garcia
9cee6d9035
Minor adjustments to closely match what a web browser does
16 years ago
Ricardo Garcia
c8619e0163
Move the code to process an InfoExtractor result to its own method
16 years ago
dannycolligan
257453b92b
Added cap if user requests ytsearch number over 1000 (with warning)
16 years ago
dannyc@omega
fd9288c315
Changed ytsearchall to retrieve max 1000 results
16 years ago
Ricardo Garcia
1db4ff6054
Restore internal version number indicator
16 years ago
Ricardo Garcia
763826cf2c
Establish version number
16 years ago
Ricardo Garcia
af6a92f4c9
Fix issue #5
16 years ago
Ricardo Garcia
f995f7127c
Remove some extra whitespace
16 years ago
Ricardo Garcia
e54930cf71
Switch to "INTERNAL" version again
16 years ago
Ricardo Garcia
c6b311c524
Set version number for release
16 years ago
Ricardo Garcia
79e75f66c8
Remove --best-quality option and add proper support for high definition format
16 years ago
Ricardo Garcia
053e77d6ed
Remove old ignore patterns which are no longer needed
16 years ago
Ricardo Garcia
d0a9affb46
Replace setter and getter with simple attribute access
16 years ago
Ricardo Garcia
76800042fd
Replace version number while in progress
16 years ago
Ricardo Garcia
7ab2043c9c
Bump version number
16 years ago
Ricardo Garcia
3e703dd1cd
Remove generator and webpage template, moved to wiki
16 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.
16 years ago
Ricardo Garcia
5121ef2071
Fix wrong indentation
16 years ago
Ricardo Garcia
fd20984889
Bump version number
16 years ago
Ricardo Garcia
111ae3695c
Document new -w option
16 years ago
Ricardo Garcia
0beeff4b3e
Add que -w or --no-overwrites option
16 years ago
Ricardo Garcia
64a6f26c5d
Put Danny Colligan as an author in the script itself
16 years ago
Ricardo Garcia
a9633f1457
Use quote_plus instead of manually replacing spaces by plus signs
16 years ago
Ricardo Garcia
a20e4c2f96
Improve documentation of new features in webpage
16 years ago
Ricardo Garcia
d1536018a8
Include Danny Colligan in credits
16 years ago
Ricardo Garcia
25af2bce3a
Include Danny Colligan's YouTube search InfoExtractor
16 years ago
Ricardo Garcia
d1580ed990
Fix NameError
16 years ago
Ricardo Garcia
eb0d2909a8
Document new -a option
16 years ago
Ricardo Garcia
ba72f8a5d1
Bump version and increase Firefox version number
16 years ago
Ricardo Garcia
c6fd0bb806
Add -a (--batch-file) option
16 years ago
Ricardo Garcia
72ac78b8b0
Fix for YouTube internationalization changes
16 years ago
Ricardo Garcia
240b737ebd
Bump version number
16 years ago