aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl
AgeCommit message (Expand)Author
2010-10-31Add new --cookies option to be able to save cookies to disk (fixes issue #208)Ricardo Garcia
2010-10-31Set stdout to binary mode under Windows (fixes issue #218)Ricardo Garcia
2010-10-31Support "https" in YouTube video URLs (fixes issue #215)Ricardo Garcia
2010-10-31Use HTTPS for the login URL (fixes issue #163)Ricardo Garcia
2010-10-31Bump version number2010.10.03Ricardo Garcia
2010-10-31Retry on any 5xx server errorRicardo Garcia
2010-10-31Treat HTTP error 500 the same way as 503 (fixes issue #209)Ricardo Garcia
2010-10-31Support the -nocookie suffix in youtube domain name (fixes issue #200)Ricardo Garcia
2010-10-31Do not print file name on warning message (fixes issue #197)Ricardo Garcia
2010-10-31Fix "unable to extract uploader nickname" error with DailymotionRicardo Garcia
2010-10-31Decode the reason given on YouTube errors to avoid crashes (fixes issue #193)Ricardo Garcia
2010-10-31Allow the #! notation for YouTube URLs found in many links in their websiteRicardo Garcia
2010-10-31Extract the video extension from the media URL in metacafe.comRicardo Garcia
2010-10-31Fix metacafe.com downloads for some videos (fixes issue #189)Ricardo Garcia
2010-10-31Use unicode strings for several error messages that were missing the "u"Ricardo Garcia
2010-10-31Abort download in case of error writing file data to diskRicardo Garcia
2010-10-31Improve error message on invalid output template and abort executionRicardo Garcia
2010-10-31Fix typo in report_resuming_byte doc string (fixes issue #188)Ricardo Garcia
2010-10-31Bump version number2010.08.04Ricardo Garcia
2010-10-31Update user-agent stringRicardo Garcia
2010-10-31Fix metacafe.com code not working due to gdaKey again (fixes issue #185)Ricardo Garcia
2010-10-31Merge Gavin van Lelyveld's patch for --playlist-start optionRicardo Garcia
2010-10-31Put back -b option as a placeholder with a warning messageRicardo Garcia
2010-10-31Consider the file downloaded if the size differs in less than 100 bytes (fixe...Ricardo Garcia
2010-10-31Reorganize request code to make it a bit more robustRicardo Garcia
2010-10-31Properly detect YouTube error messages to print them on screen (fixes issue #...Ricardo Garcia
2010-10-31Bump version number2010.07.24Ricardo Garcia
2010-10-31Restore support for the get_video method, fixing many issuesRicardo Garcia
2010-10-31Restore proper support for webm formats (fixes issue #166)Ricardo Garcia
2010-10-31Bump version number2010.07.22Ricardo Garcia
2010-10-31Update user agent stringRicardo Garcia
2010-10-31Partially rewrite YouTube InfoExtractor after it stopped workingRicardo Garcia
2010-10-31Remove some format command line optionsRicardo Garcia
2010-10-31Do not check for self._downloader being None in several placesRicardo Garcia
2010-10-31Rename UnavailableFormatError to UnavailableVideoErrorRicardo Garcia
2010-10-31Use www. instead of uk. in the language setting webpage for YouTubeRicardo Garcia
2010-10-31Bump version number2010.07.14Ricardo Garcia
2010-10-31Modify User-Agent and Accept headersRicardo Garcia
2010-10-31Improve video ordinal assignment method (fixes issue #149)Ricardo Garcia
2010-10-31Add comment about weird .video extension for format 38Ricardo Garcia
2010-10-31Support youtu.be URLs (fixes issue #143)Ricardo Garcia
2010-10-31Support the watch_popup syntax in YouTube URLsRicardo Garcia
2010-10-31Improve swf player URL detection for RTMP (fixes issue #144)Ricardo Garcia
2010-10-31Add a --max-quality flag to limit the highest quality (fixes issue #145)Ricardo Garcia
2010-10-31Add support for "original" format in YouTube (fixes issue #155)Ricardo Garcia
2010-10-31Make the Dailymotion uploader regexp more flexible because it fails sometimesRicardo Garcia
2010-10-31Remove unused methods from the Dailymotion InfoExtractorRicardo Garcia
2010-10-31Remove dead disclaimer/confirmation code.Witold Baryluk
2010-10-31Add support for the DailymotionWitold Baryluk
2010-10-31Include format 43 in best quality list (fixes issue #150)Ricardo Garcia