summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number 2010.10.24Ricardo Garcia2010-10-312-2/+2
* Update User-Agent stringRicardo Garcia2010-10-311-1/+1
* Load cookies if the cookie file exists when starting the programRicardo Garcia2010-10-311-0/+2
* Use stderr for output when the output file is "-" (fixes issue #216)Ricardo Garcia2010-10-311-44/+49
* Add new --cookies option to be able to save cookies to disk (fixes issue #208)Ricardo Garcia2010-10-311-21/+45
* Set stdout to binary mode under Windows (fixes issue #218)Ricardo Garcia2010-10-311-0/+3
* Support "https" in YouTube video URLs (fixes issue #215)Ricardo Garcia2010-10-311-1/+1
* Use HTTPS for the login URL (fixes issue #163)Ricardo Garcia2010-10-311-1/+1
* Bump version number 2010.10.03Ricardo Garcia2010-10-312-2/+2
* Retry on any 5xx server errorRicardo Garcia2010-10-311-2/+2
* Treat HTTP error 500 the same way as 503 (fixes issue #209)Ricardo Garcia2010-10-311-5/+5
* Support the -nocookie suffix in youtube domain name (fixes issue #200)Ricardo Garcia2010-10-311-1/+1
* Do not print file name on warning message (fixes issue #197)Ricardo Garcia2010-10-311-1/+1
* Fix "unable to extract uploader nickname" error with DailymotionRicardo Garcia2010-10-311-1/+1
* Decode the reason given on YouTube errors to avoid crashes (fixes issue #193)Ricardo Garcia2010-10-311-1/+1
* Allow the #! notation for YouTube URLs found in many links in their websiteRicardo Garcia2010-10-311-1/+1
* Extract the video extension from the media URL in metacafe.comRicardo Garcia2010-10-311-2/+4
* Fix metacafe.com downloads for some videos (fixes issue #189)Ricardo Garcia2010-10-311-13/+23
* Use unicode strings for several error messages that were missing the "u"Ricardo Garcia2010-10-311-7/+7
* Abort download in case of error writing file data to diskRicardo Garcia2010-10-311-1/+2
* Improve error message on invalid output template and abort executionRicardo Garcia2010-10-311-1/+2
* Fix typo in report_resuming_byte doc string (fixes issue #188)Ricardo Garcia2010-10-311-1/+1
* Bump version number 2010.08.04Ricardo Garcia2010-10-312-2/+2
* Update user-agent stringRicardo Garcia2010-10-311-1/+1
* Fix metacafe.com code not working due to gdaKey again (fixes issue #185)Ricardo Garcia2010-10-311-9/+9
* Merge Gavin van Lelyveld's patch for --playlist-start optionRicardo Garcia2010-10-311-1/+19
* Put back -b option as a placeholder with a warning messageRicardo Garcia2010-10-311-0/+4
* Consider the file downloaded if the size differs in less than 100 bytes (fixe...Ricardo Garcia2010-10-311-2/+9
* Reorganize request code to make it a bit more robustRicardo Garcia2010-10-311-37/+31
* Properly detect YouTube error messages to print them on screen (fixes issue #...Ricardo Garcia2010-10-311-0/+8
* Bump version number 2010.07.24Ricardo Garcia2010-10-312-2/+2
* Restore support for the get_video method, fixing many issuesRicardo Garcia2010-10-311-35/+9
* Restore proper support for webm formats (fixes issue #166)Ricardo Garcia2010-10-311-2/+32
* Bump version number 2010.07.22Ricardo Garcia2010-10-312-2/+2
* Update user agent stringRicardo Garcia2010-10-311-1/+1
* Partially rewrite YouTube InfoExtractor after it stopped workingRicardo Garcia2010-10-311-134/+95
* Remove some format command line optionsRicardo Garcia2010-10-311-5/+1
* Do not check for self._downloader being None in several placesRicardo Garcia2010-10-311-12/+6
* Rename UnavailableFormatError to UnavailableVideoErrorRicardo Garcia2010-10-311-15/+15
* Use www. instead of uk. in the language setting webpage for YouTubeRicardo Garcia2010-10-311-1/+1
* Bump version number 2010.07.14Ricardo Garcia2010-10-312-2/+2
* Modify User-Agent and Accept headersRicardo Garcia2010-10-311-2/+2
* Improve video ordinal assignment method (fixes issue #149)Ricardo Garcia2010-10-311-3/+30
* Add comment about weird .video extension for format 38Ricardo Garcia2010-10-311-1/+1
* Support youtu.be URLs (fixes issue #143)Ricardo Garcia2010-10-311-1/+1
* Support the watch_popup syntax in YouTube URLsRicardo Garcia2010-10-311-1/+1
* Improve swf player URL detection for RTMP (fixes issue #144)Ricardo Garcia2010-10-311-1/+1
* Add a --max-quality flag to limit the highest quality (fixes issue #145)Ricardo Garcia2010-10-311-0/+11
* Add support for "original" format in YouTube (fixes issue #155)Ricardo Garcia2010-10-311-1/+2
* Make the Dailymotion uploader regexp more flexible because it fails sometimesRicardo Garcia2010-10-311-1/+1