youtube-dl
13 years agoSet version number
Ricardo Garcia [Sat, 25 Apr 2009 09:54:11 +0000 (11:54 +0200)]
Set version number

13 years agoFix code for metacafe.com (this fixes issue #8)
Ricardo Garcia [Sat, 25 Apr 2009 09:52:33 +0000 (11:52 +0200)]
Fix code for metacafe.com (this fixes issue #8)

13 years agoFix some minor unicode-related problems
Ricardo Garcia [Sat, 25 Apr 2009 09:11:11 +0000 (11:11 +0200)]
Fix some minor unicode-related problems

13 years agoUpdate internal documentation to reflect the new behaviour
Ricardo Garcia [Thu, 23 Apr 2009 20:34:58 +0000 (22:34 +0200)]
Update internal documentation to reflect the new behaviour

13 years agoDownload videos after extracting information
Ricardo Garcia [Thu, 23 Apr 2009 20:20:06 +0000 (22:20 +0200)]
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.

13 years agoReplase self._downloader.to_stderr() with self._downloader.trouble()
Ricardo Garcia [Thu, 23 Apr 2009 20:01:28 +0000 (22:01 +0200)]
Replase self._downloader.to_stderr() with self._downloader.trouble()

13 years agoPut the downloader in full control of output messages
Ricardo Garcia [Thu, 23 Apr 2009 19:58:03 +0000 (21:58 +0200)]
Put the downloader in full control of output messages

13 years agoMove the downloader return code to a class member
Ricardo Garcia [Thu, 23 Apr 2009 19:43:04 +0000 (21:43 +0200)]
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.

13 years agoUse getpreferredencoding() instead of getdefaultlocale()
Ricardo Garcia [Wed, 22 Apr 2009 20:57:21 +0000 (22:57 +0200)]
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

13 years agoUpdate User-Agent string
Ricardo Garcia [Wed, 15 Apr 2009 18:17:16 +0000 (20:17 +0200)]
Update User-Agent string

13 years agoMinor adjustments to closely match what a web browser does
Ricardo Garcia [Wed, 15 Apr 2009 18:01:06 +0000 (20:01 +0200)]
Minor adjustments to closely match what a web browser does

13 years agoMove the code to process an InfoExtractor result to its own method
Ricardo Garcia [Thu, 9 Apr 2009 22:59:59 +0000 (00:59 +0200)]
Move the code to process an InfoExtractor result to its own method

13 years agoAdded cap if user requests ytsearch number over 1000 (with warning)
dannycolligan [Tue, 7 Apr 2009 15:21:27 +0000 (08:21 -0700)]
Added cap if user requests ytsearch number over 1000 (with warning)

13 years agoChanged ytsearchall to retrieve max 1000 results
dannyc@omega [Tue, 7 Apr 2009 00:39:16 +0000 (17:39 -0700)]
Changed ytsearchall to retrieve max 1000 results

13 years agoRestore internal version number indicator
Ricardo Garcia [Mon, 6 Apr 2009 15:16:40 +0000 (17:16 +0200)]
Restore internal version number indicator

13 years agoEstablish version number
Ricardo Garcia [Mon, 6 Apr 2009 15:14:09 +0000 (17:14 +0200)]
Establish version number

13 years agoFix issue #5
Ricardo Garcia [Sun, 5 Apr 2009 09:01:02 +0000 (11:01 +0200)]
Fix issue #5

13 years agoRemove some extra whitespace
Ricardo Garcia [Thu, 2 Apr 2009 18:23:13 +0000 (20:23 +0200)]
Remove some extra whitespace

13 years agoSwitch to "INTERNAL" version again
Ricardo Garcia [Sat, 28 Mar 2009 09:34:37 +0000 (10:34 +0100)]
Switch to "INTERNAL" version again

13 years agoSet version number for release
Ricardo Garcia [Sat, 28 Mar 2009 09:27:40 +0000 (10:27 +0100)]
Set version number for release

13 years agoRemove --best-quality option and add proper support for high definition format
Ricardo Garcia [Sat, 28 Mar 2009 09:26:41 +0000 (10:26 +0100)]
Remove --best-quality option and add proper support for high definition format

13 years agoRemove old ignore patterns which are no longer needed
Ricardo Garcia [Wed, 4 Mar 2009 21:23:45 +0000 (22:23 +0100)]
Remove old ignore patterns which are no longer needed

13 years agoReplace setter and getter with simple attribute access
Ricardo Garcia [Wed, 4 Mar 2009 21:12:33 +0000 (22:12 +0100)]
Replace setter and getter with simple attribute access

13 years agoReplace version number while in progress
Ricardo Garcia [Wed, 4 Mar 2009 21:06:18 +0000 (22:06 +0100)]
Replace version number while in progress

13 years agoBump version number
Ricardo Garcia [Tue, 3 Mar 2009 20:44:00 +0000 (21:44 +0100)]
Bump version number

13 years agoRemove generator and webpage template, moved to wiki
Ricardo Garcia [Tue, 3 Mar 2009 20:25:04 +0000 (21:25 +0100)]
Remove generator and webpage template, moved to wiki

13 years agoFix very wrong code for setting the language
Ricardo Garcia [Sun, 1 Mar 2009 23:02:56 +0000 (00:02 +0100)]
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.

13 years agoFix wrong indentation
Ricardo Garcia [Sat, 28 Feb 2009 23:00:04 +0000 (00:00 +0100)]
Fix wrong indentation

13 years agoBump version number
Ricardo Garcia [Sat, 7 Feb 2009 11:29:00 +0000 (12:29 +0100)]
Bump version number

13 years agoDocument new -w option
Ricardo Garcia [Wed, 4 Feb 2009 20:39:55 +0000 (21:39 +0100)]
Document new -w option

13 years agoAdd que -w or --no-overwrites option
Ricardo Garcia [Wed, 4 Feb 2009 20:38:31 +0000 (21:38 +0100)]
Add que -w or --no-overwrites option

13 years agoPut Danny Colligan as an author in the script itself
Ricardo Garcia [Mon, 2 Feb 2009 19:34:20 +0000 (20:34 +0100)]
Put Danny Colligan as an author in the script itself

13 years agoUse quote_plus instead of manually replacing spaces by plus signs
Ricardo Garcia [Mon, 2 Feb 2009 19:29:44 +0000 (20:29 +0100)]
Use quote_plus instead of manually replacing spaces by plus signs

13 years agoImprove documentation of new features in webpage
Ricardo Garcia [Mon, 2 Feb 2009 19:17:52 +0000 (20:17 +0100)]
Improve documentation of new features in webpage

13 years agoInclude Danny Colligan in credits
Ricardo Garcia [Mon, 2 Feb 2009 19:03:07 +0000 (20:03 +0100)]
Include Danny Colligan in credits

13 years agoInclude Danny Colligan's YouTube search InfoExtractor
Ricardo Garcia [Mon, 2 Feb 2009 18:59:48 +0000 (19:59 +0100)]
Include Danny Colligan's YouTube search InfoExtractor

13 years agoFix NameError
Ricardo Garcia [Sat, 31 Jan 2009 11:07:37 +0000 (12:07 +0100)]
Fix NameError

13 years agoDocument new -a option
Ricardo Garcia [Sat, 31 Jan 2009 11:05:25 +0000 (12:05 +0100)]
Document new -a option

13 years agoBump version and increase Firefox version number
Ricardo Garcia [Sat, 31 Jan 2009 09:46:21 +0000 (10:46 +0100)]
Bump version and increase Firefox version number

13 years agoAdd -a (--batch-file) option
Ricardo Garcia [Sat, 31 Jan 2009 09:25:59 +0000 (10:25 +0100)]
Add -a (--batch-file) option

13 years agoFix for YouTube internationalization changes
Ricardo Garcia [Sat, 31 Jan 2009 09:12:22 +0000 (10:12 +0100)]
Fix for YouTube internationalization changes

13 years agoBump version number
Ricardo Garcia [Sat, 1 Nov 2008 14:56:46 +0000 (15:56 +0100)]
Bump version number

13 years agoFix TypeError in decode() method and unordered playlist URLs
Ricardo Garcia [Sat, 1 Nov 2008 14:52:51 +0000 (15:52 +0100)]
Fix TypeError in decode() method and unordered playlist URLs

13 years agoImprove documentation
Ricardo Garcia [Sat, 1 Nov 2008 14:50:50 +0000 (15:50 +0100)]
Improve documentation

13 years agoBump version number
Ricardo Garcia [Thu, 16 Oct 2008 21:34:04 +0000 (23:34 +0200)]
Bump version number

13 years agoMake the YouTube login mechanism work across countries
Ricardo Garcia [Thu, 16 Oct 2008 21:33:19 +0000 (23:33 +0200)]
Make the YouTube login mechanism work across countries

13 years agoBump version number
Ricardo Garcia [Sat, 20 Sep 2008 09:17:04 +0000 (11:17 +0200)]
Bump version number

13 years agoFix metacafe.com and UTF8 output filenames
Ricardo Garcia [Sat, 13 Sep 2008 11:23:24 +0000 (13:23 +0200)]
Fix metacafe.com and UTF8 output filenames

13 years agoBump version string
Ricardo Garcia [Sat, 9 Aug 2008 07:43:25 +0000 (09:43 +0200)]
Bump version string

13 years agoAdd initial version of postprocessing framework
Ricardo Garcia [Sun, 27 Jul 2008 10:13:49 +0000 (12:13 +0200)]
Add initial version of postprocessing framework

13 years agoImprove a couple of detection strings to avoid i18n-related bugs
Ricardo Garcia [Sat, 26 Jul 2008 00:07:03 +0000 (02:07 +0200)]
Improve a couple of detection strings to avoid i18n-related bugs

13 years agoIncrease version number
Ricardo Garcia [Fri, 25 Jul 2008 21:43:45 +0000 (23:43 +0200)]
Increase version number

13 years agoImprove error message regarding output templates and charsets
Ricardo Garcia [Fri, 25 Jul 2008 21:43:00 +0000 (23:43 +0200)]
Improve error message regarding output templates and charsets

13 years agoUpdate webpage to reflect changes
Ricardo Garcia [Fri, 25 Jul 2008 21:42:02 +0000 (23:42 +0200)]
Update webpage to reflect changes

13 years agoSimplify a statement
Ricardo Garcia [Fri, 25 Jul 2008 12:00:02 +0000 (14:00 +0200)]
Simplify a statement

13 years agoMake the most prominent output strings Unicode and fix Unicode title bug
Ricardo Garcia [Fri, 25 Jul 2008 11:28:41 +0000 (13:28 +0200)]
Make the most prominent output strings Unicode and fix Unicode title bug

13 years agoAdd YoutubePlaylistIE class
Ricardo Garcia [Fri, 25 Jul 2008 10:55:01 +0000 (12:55 +0200)]
Add YoutubePlaylistIE class

13 years agoAdd metacafe.com support and minor changse
Ricardo Garcia [Thu, 24 Jul 2008 13:53:24 +0000 (15:53 +0200)]
Add metacafe.com support and minor changse

13 years agoFix directory creation not working with absolute paths
Ricardo Garcia [Thu, 24 Jul 2008 08:07:46 +0000 (10:07 +0200)]
Fix directory creation not working with absolute paths

13 years agoAdd --rate-limit program option
Ricardo Garcia [Thu, 24 Jul 2008 07:47:07 +0000 (09:47 +0200)]
Add --rate-limit program option

13 years agoModify ignore filters
Ricardo Garcia [Tue, 22 Jul 2008 21:03:26 +0000 (23:03 +0200)]
Modify ignore filters

13 years agoStrip newline from version
Ricardo Garcia [Tue, 22 Jul 2008 21:02:42 +0000 (23:02 +0200)]
Strip newline from version

13 years agoAdd script to regenerate index.html
Ricardo Garcia [Tue, 22 Jul 2008 21:01:27 +0000 (23:01 +0200)]
Add script to regenerate index.html

13 years agoAdd old version of webpage
Ricardo Garcia [Tue, 22 Jul 2008 20:52:09 +0000 (22:52 +0200)]
Add old version of webpage

13 years agoFix video format command line option parsing and set version number
Ricardo Garcia [Tue, 22 Jul 2008 20:47:36 +0000 (22:47 +0200)]
Fix video format command line option parsing and set version number

15 years agoConvert direct uses of .to_stdout() into methods to ease inheritation
Ricardo Garcia [Tue, 22 Jul 2008 20:40:50 +0000 (22:40 +0200)]
Convert direct uses of .to_stdout() into methods to ease inheritation

15 years agoAdd --mobile-version program option
Ricardo Garcia [Tue, 22 Jul 2008 20:18:51 +0000 (22:18 +0200)]
Add --mobile-version program option

15 years agoMake the downloader print the name of the destination file
Ricardo Garcia [Tue, 22 Jul 2008 13:53:22 +0000 (15:53 +0200)]
Make the downloader print the name of the destination file

15 years agoAdd a couple of exceptions to avoid exiting from class methods
Ricardo Garcia [Tue, 22 Jul 2008 13:52:56 +0000 (15:52 +0200)]
Add a couple of exceptions to avoid exiting from class methods

15 years agoMinor comment
Ricardo Garcia [Tue, 22 Jul 2008 13:26:32 +0000 (15:26 +0200)]
Minor comment

15 years agoImprove program documentation
Ricardo Garcia [Tue, 22 Jul 2008 09:41:25 +0000 (11:41 +0200)]
Improve program documentation

15 years agoAdd .trouble() method to downloader to ease tracing retcode
Ricardo Garcia [Tue, 22 Jul 2008 09:33:41 +0000 (11:33 +0200)]
Add .trouble() method to downloader to ease tracing retcode

15 years agoUnify uppercase criteria in errors and trace return code
Ricardo Garcia [Tue, 22 Jul 2008 09:16:32 +0000 (11:16 +0200)]
Unify uppercase criteria in errors and trace return code

15 years agoReplace the directory separator in title
Ricardo Garcia [Tue, 22 Jul 2008 09:05:22 +0000 (11:05 +0200)]
Replace the directory separator in title

15 years agoFix not taking into account outs.outtmpl
Ricardo Garcia [Tue, 22 Jul 2008 09:00:38 +0000 (11:00 +0200)]
Fix not taking into account outs.outtmpl

15 years agoRemove useless comments
Ricardo Garcia [Tue, 22 Jul 2008 08:57:19 +0000 (10:57 +0200)]
Remove useless comments

15 years agoAdd command line parse code
Ricardo Garcia [Tue, 22 Jul 2008 08:56:54 +0000 (10:56 +0200)]
Add command line parse code

15 years agoMinor improvements and changes
Ricardo Garcia [Tue, 22 Jul 2008 08:14:13 +0000 (10:14 +0200)]
Minor improvements and changes

15 years agoModify ignore list
Ricardo Garcia [Tue, 22 Jul 2008 08:01:37 +0000 (10:01 +0200)]
Modify ignore list

15 years agoAdd forceurl and forcetitle downloader options
Ricardo Garcia [Tue, 22 Jul 2008 08:00:43 +0000 (10:00 +0200)]
Add forceurl and forcetitle downloader options

15 years agoUpdate and fix User-Agent header
Ricardo Garcia [Tue, 22 Jul 2008 07:55:32 +0000 (09:55 +0200)]
Update and fix User-Agent header

15 years agoImprove some unicode regular expressions
Ricardo Garcia [Tue, 22 Jul 2008 07:53:05 +0000 (09:53 +0200)]
Improve some unicode regular expressions

15 years agoImprove fixed template checks
Ricardo Garcia [Tue, 22 Jul 2008 07:45:49 +0000 (09:45 +0200)]
Improve fixed template checks

15 years agoDetect malformed output template
Ricardo Garcia [Tue, 22 Jul 2008 07:21:43 +0000 (09:21 +0200)]
Detect malformed output template

15 years agoAdd .to_stderr() to downloaders
Ricardo Garcia [Mon, 21 Jul 2008 22:07:07 +0000 (00:07 +0200)]
Add .to_stderr() to downloaders

15 years agoAdd support for the "simulate" option
Ricardo Garcia [Mon, 21 Jul 2008 21:58:16 +0000 (23:58 +0200)]
Add support for the "simulate" option

15 years agoCorrect a few formatting bugs and add .to_stdout() to downloader
Ricardo Garcia [Mon, 21 Jul 2008 21:53:06 +0000 (23:53 +0200)]
Correct a few formatting bugs and add .to_stdout() to downloader

15 years agoCheck the output name is not fixed when there are several videos to download
Ricardo Garcia [Mon, 21 Jul 2008 21:29:06 +0000 (23:29 +0200)]
Check the output name is not fixed when there are several videos to download

15 years agoCreate initial preview version of the new youtube-dl
Ricardo Garcia [Mon, 21 Jul 2008 21:12:31 +0000 (23:12 +0200)]
Create initial preview version of the new youtube-dl