youtube-dl
2011-01-29 Rogério BritoGive preference to WebM formats.
2010-11-19 Ricardo GarciaBump version number
2010-11-19 Ricardo GarciaUpdate User-Agent string
2010-11-19 Ricardo GarciaRework upload date mechanism after detecting problems...
2010-11-19 Ricardo GarciaRestore file permissions
2010-11-19 Ricardo GarciaMerge branch 'master' of https://github.com/psi-neamf...
2010-11-17 jamiejonesCorrectly parse the player URL in RTMP downloads (close...
2010-11-17 Nevar AngeloAdded 'uploaddate' output sequence for YoutubeIE.
2010-11-06 Ricardo GarciaMinor help text correction
2010-11-06 Nevar AngeloAdded command line switch -A --auto-number
2010-11-06 Nevar AngeloAllow comments in batch file.
2010-11-04 Ricardo GarciaAdd playlist-end option (courtesy of Nevar Angelo)
2010-10-31 Ricardo GarciaModify autoupdate URLs to match the ones from github.com
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaUpdate User-Agent string
2010-10-31 Ricardo GarciaLoad cookies if the cookie file exists when starting...
2010-10-31 Ricardo GarciaUse stderr for output when the output file is "-" ...
2010-10-31 Ricardo GarciaAdd new --cookies option to be able to save cookies...
2010-10-31 Ricardo GarciaSet stdout to binary mode under Windows (fixes issue...
2010-10-31 Ricardo GarciaSupport "https" in YouTube video URLs (fixes issue...
2010-10-31 Ricardo GarciaUse HTTPS for the login URL (fixes issue #163)
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaRetry on any 5xx server error
2010-10-31 Ricardo GarciaTreat HTTP error 500 the same way as 503 (fixes issue...
2010-10-31 Ricardo GarciaSupport the -nocookie suffix in youtube domain name...
2010-10-31 Ricardo GarciaDo not print file name on warning message (fixes issue...
2010-10-31 Ricardo GarciaFix "unable to extract uploader nickname" error with...
2010-10-31 Ricardo GarciaDecode the reason given on YouTube errors to avoid...
2010-10-31 Ricardo GarciaAllow the #! notation for YouTube URLs found in many...
2010-10-31 Ricardo GarciaExtract the video extension from the media URL in metac...
2010-10-31 Ricardo GarciaFix metacafe.com downloads for some videos (fixes issue...
2010-10-31 Ricardo GarciaUse unicode strings for several error messages that...
2010-10-31 Ricardo GarciaAbort download in case of error writing file data to...
2010-10-31 Ricardo GarciaImprove error message on invalid output template and...
2010-10-31 Ricardo GarciaFix typo in report_resuming_byte doc string (fixes...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaUpdate user-agent string
2010-10-31 Ricardo GarciaFix metacafe.com code not working due to gdaKey again...
2010-10-31 Ricardo GarciaMerge Gavin van Lelyveld's patch for --playlist-start...
2010-10-31 Ricardo GarciaPut back -b option as a placeholder with a warning...
2010-10-31 Ricardo GarciaConsider the file downloaded if the size differs in...
2010-10-31 Ricardo GarciaReorganize request code to make it a bit more robust
2010-10-31 Ricardo GarciaProperly detect YouTube error messages to print them...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaRestore support for the get_video method, fixing many...
2010-10-31 Ricardo GarciaRestore proper support for webm formats (fixes issue...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaUpdate user agent string
2010-10-31 Ricardo GarciaPartially rewrite YouTube InfoExtractor after it stoppe...
2010-10-31 Ricardo GarciaRemove some format command line options
2010-10-31 Ricardo GarciaDo not check for self._downloader being None in several...
2010-10-31 Ricardo GarciaRename UnavailableFormatError to UnavailableVideoError
2010-10-31 Ricardo GarciaUse instead of uk. in the language setting webpage...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaModify User-Agent and Accept headers
2010-10-31 Ricardo GarciaImprove video ordinal assignment method (fixes issue...
2010-10-31 Ricardo GarciaAdd comment about weird .video extension for format 38
2010-10-31 Ricardo GarciaSupport youtu.be URLs (fixes issue #143)
2010-10-31 Ricardo GarciaSupport the watch_popup syntax in YouTube URLs
2010-10-31 Ricardo GarciaImprove swf player URL detection for RTMP (fixes issue...
2010-10-31 Ricardo GarciaAdd a --max-quality flag to limit the highest quality...
2010-10-31 Ricardo GarciaAdd support for "original" format in YouTube (fixes...
2010-10-31 Ricardo GarciaMake the Dailymotion uploader regexp more flexible...
2010-10-31 Ricardo GarciaRemove unused methods from the Dailymotion InfoExtractor
2010-10-31 Witold BarylukRemove dead disclaimer/confirmation code.
2010-10-31 Witold BarylukAdd support for the Dailymotion
2010-10-31 Ricardo GarciaInclude format 43 in best quality list (fixes issue...
2010-10-31 Ricardo GarciaImprove some metavar names
2010-10-31 Ricardo GarciaForbid forward slash in win32 file names (fixes issue...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaAdd webm extension to formats 43 and 45 (fixes issue...
2010-10-31 Ricardo GarciaFix for all-formats exception by Valentin Hilbig
2010-10-31 Ricardo GarciaAdd a number of retries with tweaked patch, originally...
2010-10-31 Ricardo GarciaAdd player signature verification to rtmpdump support...
2010-10-31 Ricardo GarciaMake -a understand dash means stdin
2010-10-31 Ricardo GarciaAlso try no "el" option in get_video_info (fixes issue...
2010-10-31 Ricardo GarciaIncrement number of downloads when the file has already...
2010-10-31 Ricardo GarciaPrint EOL before "unable to write data" error
2010-10-31 Ricardo GarciaDetect errors in video data writes
2010-10-31 Ricardo GarciaMake "all-formats" and "best-quality" download the...
2010-10-31 Ricardo GarciaMerge changes by obeythepenguin
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaAlso try el=vevo on YouTube if everything else fails...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaAdd the "ord" template parameter (fixes issue #101)
2010-10-31 Ricardo GarciaSupport new playlist style URL (fixes issue #114)
2010-10-31 Ricardo GarciaChange method to detect end of playlist (fixes issue...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaTry el=detailpage if el=embedded fails for YouTube
2010-10-31 Ricardo GarciaAdd Yahoo! Video InfoExtractor, merged from "obeythepen...
2010-10-31 Ricardo GarciaRequest video info webpage using "embedded" instead...
2010-10-31 Ricardo GarciaSolve minor aesthetical problem in rtmpdump error messages
2010-10-31 Ricardo GarciaAdded --all-format option from tweaked patch (fixes...
2010-10-31 Ricardo GarciaMake the "-" output file name equivalent to /dev/stdout...
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaDo not use the final URL for -g
2010-10-31 Ricardo GarciaBump version number
2010-10-31 Ricardo GarciaAdd --no-progress option (fixes issue #98)
2010-10-31 Ricardo GarciaGive preference to format 34 before format 5 in quality...
2010-10-31 Ricardo GarciaDo not error out on problems printing the file name
next