Bump version number
[youtube-dl.git] / youtube-dl
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaRemove trails from the "append_const" change (fixes...
2010-10-31 Ricardo GarciaOnly catch UnavailableFormatError in call to process_info
2010-10-31 Ricardo GarciaVerify URLs in simulate mode (fixes issue #22)
2010-10-31 Ricardo GarciaRestore "INTERNAL" version number
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaHandle "content too short" errors properly
2010-10-31 Ricardo GarciaClose video file before removing it.
2010-10-31 Ricardo GarciaPut back INTERNAL version
2010-10-31 Ricardo GarciaSet version number
2010-10-31 Ricardo GarciaUse store_const instead of append_const as the latter...
2010-10-31 Ricardo GarciaRestore INTERNAL version number
2010-10-31 Ricardo GarciaPut version number in place
2010-10-31 Ricardo GarciaAdd an "epoch" keyword to the output template
2010-10-31 Ricardo GarciaAdd format 35 (flv) as second best in quality
2010-10-31 Ricardo GarciaMove the -t and -l options to the filesystem group
2010-10-31 dannycolliganSome consistency changes and ghost-file bugfix after...
2010-10-31 dannycolliganFixed ambiguity of multiple video option specifiers...
2010-10-31 dannycolliganAdded -b option and created option groups for help...
2010-10-31 Ricardo GarciaUpdate and correct (format,extension) table for YouTube
2010-10-31 Ricardo GarciaMinor documentation change
2010-10-31 Ricardo GarciaSkip blank lines in batch file -- fixes issue #9
2010-10-31 Ricardo GarciaRevert version number to INTERNAL
2010-10-31 Ricardo GarciaSet version number
2010-10-31 Ricardo GarciaFix code for metacafe.com (this fixes issue #8)
2010-10-31 Ricardo GarciaFix some minor unicode-related problems
2010-10-31 Ricardo GarciaUpdate internal documentation to reflect the new behaviour
2010-10-31 Ricardo GarciaDownload videos after extracting information
2010-10-31 Ricardo GarciaReplase self._downloader.to_stderr() with self._downloa...
2010-10-31 Ricardo GarciaPut the downloader in full control of output messages
2010-10-31 Ricardo GarciaMove the downloader return code to a class member
2010-10-31 Ricardo GarciaUse getpreferredencoding() instead of getdefaultlocale()
2010-10-31 Ricardo GarciaUpdate User-Agent string
2010-10-31 Ricardo GarciaMinor adjustments to closely match what a web browser...
2010-10-31 Ricardo GarciaMove the code to process an InfoExtractor result to...
2010-10-31 dannycolliganAdded cap if user requests ytsearch number over 1000...
2010-10-31 dannyc@omegaChanged ytsearchall to retrieve max 1000 results
2010-10-31 Ricardo GarciaRestore internal version number indicator
2010-10-31 Ricardo GarciaEstablish version number
2010-10-31 Ricardo GarciaFix issue #5
2010-10-31 Ricardo GarciaRemove some extra whitespace
2010-10-31 Ricardo GarciaSwitch to "INTERNAL" version again
2010-10-31 Ricardo GarciaSet version number for release
2010-10-31 Ricardo GarciaRemove --best-quality option and add proper support...
2010-10-31 Ricardo GarciaReplace setter and getter with simple attribute access
2010-10-31 Ricardo GarciaReplace version number while in progress
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaFix very wrong code for setting the language
2010-10-31 Ricardo GarciaFix wrong indentation
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaAdd que -w or --no-overwrites option
2010-10-31 Ricardo GarciaPut Danny Colligan as an author in the script itself
2010-10-31 Ricardo GarciaUse quote_plus instead of manually replacing spaces...
2010-10-31 Ricardo GarciaInclude Danny Colligan's YouTube search InfoExtractor
2010-10-31 Ricardo GarciaFix NameError
2010-10-31 Ricardo GarciaBump version and increase Firefox version number
2010-10-31 Ricardo GarciaAdd -a (--batch-file) option
2010-10-31 Ricardo GarciaFix for YouTube internationalization changes
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaFix TypeError in decode() method and unordered playlist...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaMake the YouTube login mechanism work across countries
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaFix metacafe.com and UTF8 output filenames
2010-10-31 Ricardo GarciaBump version string
2010-10-31 Ricardo GarciaAdd initial version of postprocessing framework
2010-10-31 Ricardo GarciaImprove a couple of detection strings to avoid i18n...
2010-10-31 Ricardo GarciaIncrease version number
2010-10-31 Ricardo GarciaImprove error message regarding output templates and...
2010-10-31 Ricardo GarciaSimplify a statement
2010-10-31 Ricardo GarciaMake the most prominent output strings Unicode and...
2010-10-31 Ricardo GarciaAdd YoutubePlaylistIE class
2010-10-31 Ricardo GarciaAdd metacafe.com support and minor changse
2010-10-31 Ricardo GarciaFix directory creation not working with absolute paths
2010-10-31 Ricardo GarciaAdd --rate-limit program option
2010-10-31 Ricardo GarciaFix video format command line option parsing and set...
2008-07-22 Ricardo GarciaConvert direct uses of .to_stdout() into methods to...
2008-07-22 Ricardo GarciaAdd --mobile-version program option
2008-07-22 Ricardo GarciaMake the downloader print the name of the destination...
2008-07-22 Ricardo GarciaAdd a couple of exceptions to avoid exiting from class...
2008-07-22 Ricardo GarciaMinor comment
2008-07-22 Ricardo GarciaImprove program documentation
2008-07-22 Ricardo GarciaAdd .trouble() method to downloader to ease tracing...
2008-07-22 Ricardo GarciaUnify uppercase criteria in errors and trace return...
2008-07-22 Ricardo GarciaReplace the directory separator in title
2008-07-22 Ricardo GarciaFix not taking into account outs.outtmpl
2008-07-22 Ricardo GarciaRemove useless comments
2008-07-22 Ricardo GarciaAdd command line parse code
2008-07-22 Ricardo GarciaMinor improvements and changes
2008-07-22 Ricardo GarciaAdd forceurl and forcetitle downloader options
2008-07-22 Ricardo GarciaUpdate and fix User-Agent header
2008-07-22 Ricardo GarciaImprove some unicode regular expressions
2008-07-22 Ricardo GarciaImprove fixed template checks
2008-07-22 Ricardo GarciaDetect malformed output template
2008-07-21 Ricardo GarciaAdd .to_stderr() to downloaders
2008-07-21 Ricardo GarciaAdd support for the "simulate" option
2008-07-21 Ricardo GarciaCorrect a few formatting bugs and add .to_stdout()...
2008-07-21 Ricardo GarciaCheck the output name is not fixed when there are sever...
2008-07-21 Ricardo GarciaCreate initial preview version of the new youtube-dl