youtube-dl
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 GarciaRemove old ignore patterns which are no longer needed
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 GarciaRemove generator and webpage template, moved to wiki
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 GarciaDocument new -w option
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 GarciaImprove documentation of new features in webpage
2010-10-31 Ricardo GarciaInclude Danny Colligan in credits
2010-10-31 Ricardo GarciaInclude Danny Colligan's YouTube search InfoExtractor
2010-10-31 Ricardo GarciaFix NameError
2010-10-31 Ricardo GarciaDocument new -a option
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 GarciaImprove documentation
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 GarciaUpdate webpage to reflect changes
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 GarciaModify ignore filters
2010-10-31 Ricardo GarciaStrip newline from version
2010-10-31 Ricardo GarciaAdd script to regenerate index.html
2010-10-31 Ricardo GarciaAdd old version of webpage
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 GarciaModify ignore list
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