vimeo: Also accept URLs prefixed by www.
[youtube-dl.git] / youtube-dl
2011-02-04 Rogério Britovimeo: Also accept URLs prefixed by www.
2011-02-04 Rogério BritoMake some of the comments more descriptive.
2011-02-04 Rogério BritoMerge branch 'master' into vimeo
2011-01-31 Gergely ImrehEnable artist playlists in YoutubePlaylistIE
2011-01-30 Ricardo GarciaFix SyntaxError problem (oops)
2011-01-30 Ricardo GarciaUpdate User-Agent string
2011-01-30 Ricardo GarciaBump version number
2011-01-29 Ricardo GarciaAdd YoutubeUserIE (code courtesy of Paweł Paprota)
2011-01-29 Rogério BritoUse non-greedy regexps, for safety.
2011-01-29 Rogério BritoPreliminary downloading from vimeo
2011-01-28 Ricardo GarciaSplit some long lines
2011-01-28 Ricardo GarciaMake the file timestamp feature optional
2011-01-28 Gergely ImrehSet downloaded file's time stamp from last-modified...
2011-01-26 Gergely ImrehNew option --get-filename to print output filename
2011-01-25 Lionel Elie MamaneSupport for youtube.com/embed/XXXXX URLs (closes #63)
2011-01-21 Ricardo GarciaFix omission of Witold Baryluk as the Dailymotion InfoE...
2011-01-21 Ricardo GarciaFix dailymotion support (closes #60)
2011-01-20 Ricardo GarciaImprove addinfourl_wrapper for compatibility with older...
2011-01-18 Ricardo GarciaWrap call to addinfourl for compatibility with Python 2.4
2011-01-18 Ricardo GarciaOmit code argument in addinfourl for Python 2.4
2011-01-12 Ricardo GarciaMake the self-updating function a bit more robust
2011-01-12 Ricardo GarciaAdd support for embedded YouTube playist URLs (closes...
2011-01-12 Ricardo GarciaFix "unable to rename file" Windows error (closes #56)
2011-01-12 Ricardo GarciaAdd proper support for "gzip" and "deflate" encodings
2011-01-10 Ricardo GarciaFix bug in regular expression for youtu.be links
2011-01-07 Ricardo GarciaAdd --no-part option (closes #48)
2011-01-07 Ricardo GarciaRemove trailing whitespace
2011-01-04 Mantas MikulėnasAdded --console-title to display download progress...
2011-01-03 Ricardo GarciaAdd --dump-user-agent option (patch provided by Benjami...
2011-01-03 Ricardo GarciaPrint new line before a few error messages
2010-12-16 Ricardo GarciaRequest page compression by default, like Firefox does
2010-12-15 Ricardo GarciaTake into account resume_len when calculating speed...
2010-12-12 Ricardo GarciaFix erroneous "content too short" error message
2010-12-11 Ricardo GarciaRemove deprecated -b option and nonworking -m option...
2010-12-11 Ricardo GarciaStop attempting to use get_video and detect missing...
2010-12-11 Ricardo GarciaDo not use 0% as the starting point in resumed download...
2010-12-09 Ricardo GarciaFix problem when requesting an existing format explicit...
2010-12-09 Ricardo GarciaBump version number
2010-12-09 Ricardo GarciaImprove temporary filename handling of special cases
2010-12-09 Ricardo GarciaFix YoutubeIE after recent YouTube changes (closes...
2010-12-08 Ricardo GarciaAdd Vasyl' Vavrychuk to the list of authors
2010-12-08 Vasyl' VavrychukImplemented depositfiles.com support
2010-12-05 Vasyl' VavrychukFixed failure of os.rename after receiving file finishe...
2010-12-05 Vasyl' Vavrychukreport_extraction was never called for GenericIE
2010-12-04 Ricardo GarciaUse a temporary filename to download files
2010-11-30 Nevar AngeloReworked 'upload_date' code for output sequence in...
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
next