index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-10-31
Bump version number
2010.10.24
Ricardo Garcia
2010-10-31
Update User-Agent string
Ricardo Garcia
2010-10-31
Load cookies if the cookie file exists when starting the program
Ricardo Garcia
2010-10-31
Use stderr for output when the output file is "-" (fixes issue #216)
Ricardo Garcia
2010-10-31
Add new --cookies option to be able to save cookies to disk (fixes issue #208)
Ricardo Garcia
2010-10-31
Set stdout to binary mode under Windows (fixes issue #218)
Ricardo Garcia
2010-10-31
Support "https" in YouTube video URLs (fixes issue #215)
Ricardo Garcia
2010-10-31
Use HTTPS for the login URL (fixes issue #163)
Ricardo Garcia
2010-10-31
Bump version number
2010.10.03
Ricardo Garcia
2010-10-31
Retry on any 5xx server error
Ricardo Garcia
2010-10-31
Treat HTTP error 500 the same way as 503 (fixes issue #209)
Ricardo Garcia
2010-10-31
Support the -nocookie suffix in youtube domain name (fixes issue #200)
Ricardo Garcia
2010-10-31
Do not print file name on warning message (fixes issue #197)
Ricardo Garcia
2010-10-31
Fix "unable to extract uploader nickname" error with Dailymotion
Ricardo Garcia
2010-10-31
Decode the reason given on YouTube errors to avoid crashes (fixes issue #193)
Ricardo Garcia
2010-10-31
Allow the #! notation for YouTube URLs found in many links in their website
Ricardo Garcia
2010-10-31
Extract the video extension from the media URL in metacafe.com
Ricardo Garcia
2010-10-31
Fix metacafe.com downloads for some videos (fixes issue #189)
Ricardo Garcia
2010-10-31
Use unicode strings for several error messages that were missing the "u"
Ricardo Garcia
2010-10-31
Abort download in case of error writing file data to disk
Ricardo Garcia
2010-10-31
Improve error message on invalid output template and abort execution
Ricardo Garcia
2010-10-31
Fix typo in report_resuming_byte doc string (fixes issue #188)
Ricardo Garcia
2010-10-31
Bump version number
2010.08.04
Ricardo Garcia
2010-10-31
Update user-agent string
Ricardo Garcia
2010-10-31
Fix metacafe.com code not working due to gdaKey again (fixes issue #185)
Ricardo Garcia
2010-10-31
Merge Gavin van Lelyveld's patch for --playlist-start option
Ricardo Garcia
2010-10-31
Put back -b option as a placeholder with a warning message
Ricardo Garcia
2010-10-31
Consider the file downloaded if the size differs in less than 100 bytes (fixe...
Ricardo Garcia
2010-10-31
Reorganize request code to make it a bit more robust
Ricardo Garcia
2010-10-31
Properly detect YouTube error messages to print them on screen (fixes issue #...
Ricardo Garcia
2010-10-31
Bump version number
2010.07.24
Ricardo Garcia
2010-10-31
Restore support for the get_video method, fixing many issues
Ricardo Garcia
2010-10-31
Restore proper support for webm formats (fixes issue #166)
Ricardo Garcia
2010-10-31
Bump version number
2010.07.22
Ricardo Garcia
2010-10-31
Update user agent string
Ricardo Garcia
2010-10-31
Partially rewrite YouTube InfoExtractor after it stopped working
Ricardo Garcia
2010-10-31
Remove some format command line options
Ricardo Garcia
2010-10-31
Do not check for self._downloader being None in several places
Ricardo Garcia
2010-10-31
Rename UnavailableFormatError to UnavailableVideoError
Ricardo Garcia
2010-10-31
Use www. instead of uk. in the language setting webpage for YouTube
Ricardo Garcia
2010-10-31
Bump version number
2010.07.14
Ricardo Garcia
2010-10-31
Modify User-Agent and Accept headers
Ricardo Garcia
2010-10-31
Improve video ordinal assignment method (fixes issue #149)
Ricardo Garcia
2010-10-31
Add comment about weird .video extension for format 38
Ricardo Garcia
2010-10-31
Support youtu.be URLs (fixes issue #143)
Ricardo Garcia
2010-10-31
Support the watch_popup syntax in YouTube URLs
Ricardo Garcia
2010-10-31
Improve swf player URL detection for RTMP (fixes issue #144)
Ricardo Garcia
2010-10-31
Add a --max-quality flag to limit the highest quality (fixes issue #145)
Ricardo Garcia
2010-10-31
Add support for "original" format in YouTube (fixes issue #155)
Ricardo Garcia
2010-10-31
Make the Dailymotion uploader regexp more flexible because it fails sometimes
Ricardo Garcia
[next]