Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump version number | Ricardo Garcia | 2010-11-19 | 2 | -2/+2 | |
| | ||||||
* | Update User-Agent string | Ricardo Garcia | 2010-11-19 | 1 | -1/+1 | |
| | ||||||
* | Rework upload date mechanism after detecting problems in several tests | Ricardo Garcia | 2010-11-19 | 1 | -15/+34 | |
| | ||||||
* | Restore file permissions | Ricardo Garcia | 2010-11-19 | 1 | -0/+0 | |
| | ||||||
* | Merge branch 'master' of https://github.com/psi-neamf/youtube-dl into psi-neamf | Ricardo Garcia | 2010-11-19 | 1 | -0/+20 | |
|\ | ||||||
| * | Added 'uploaddate' output sequence for YoutubeIE. | Nevar Angelo | 2010-11-17 | 1 | -0/+20 | |
| | | ||||||
* | | Correctly parse the player URL in RTMP downloads (closes #11) | jamiejones | 2010-11-17 | 1 | -3/+3 | |
|/ | | | | | | | | | | | Fixed several problems courtesy of jamiejones: The parsing for the SWF url was wrong (the "//" are now escaped and the initial .*match needs to be 'ungreedy'), so the -W setting to rtmpdump was not set, causing the decryption of the video to be wrong. Finally, add "&has_verified=1" to the fetch of the HMTL page to allow fetching of age-restricted videos. | |||||
* | Minor help text correction | Ricardo Garcia | 2010-11-06 | 1 | -1/+1 | |
| | ||||||
* | Added command line switch -A --auto-number | Nevar Angelo | 2010-11-06 | 1 | -3/+8 | |
| | | | | | | Numbering downloaded URLs was implemented with %(ord)s in the output template. It has been replaced with the %(autonumber)s sequence and is now also available as a command line switch. | |||||
* | Allow comments in batch file. | Nevar Angelo | 2010-11-06 | 1 | -1/+1 | |
| | ||||||
* | Add playlist-end option (courtesy of Nevar Angelo) | Ricardo Garcia | 2010-11-04 | 1 | -14/+23 | |
| | ||||||
* | Modify autoupdate URLs to match the ones from github.com | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Update User-Agent string | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Load cookies if the cookie file exists when starting the program | Ricardo Garcia | 2010-10-31 | 1 | -0/+2 | |
| | ||||||
* | Use stderr for output when the output file is "-" (fixes issue #216) | Ricardo Garcia | 2010-10-31 | 1 | -44/+49 | |
| | ||||||
* | Add new --cookies option to be able to save cookies to disk (fixes issue #208) | Ricardo Garcia | 2010-10-31 | 1 | -21/+45 | |
| | ||||||
* | Set stdout to binary mode under Windows (fixes issue #218) | Ricardo Garcia | 2010-10-31 | 1 | -0/+3 | |
| | ||||||
* | Support "https" in YouTube video URLs (fixes issue #215) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Use HTTPS for the login URL (fixes issue #163) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Retry on any 5xx server error | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Treat HTTP error 500 the same way as 503 (fixes issue #209) | Ricardo Garcia | 2010-10-31 | 1 | -5/+5 | |
| | ||||||
* | Support the -nocookie suffix in youtube domain name (fixes issue #200) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Do not print file name on warning message (fixes issue #197) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix "unable to extract uploader nickname" error with Dailymotion | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Decode the reason given on YouTube errors to avoid crashes (fixes issue #193) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Allow the #! notation for YouTube URLs found in many links in their website | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Extract the video extension from the media URL in metacafe.com | Ricardo Garcia | 2010-10-31 | 1 | -2/+4 | |
| | ||||||
* | Fix metacafe.com downloads for some videos (fixes issue #189) | Ricardo Garcia | 2010-10-31 | 1 | -13/+23 | |
| | ||||||
* | Use unicode strings for several error messages that were missing the "u" | Ricardo Garcia | 2010-10-31 | 1 | -7/+7 | |
| | ||||||
* | Abort download in case of error writing file data to disk | Ricardo Garcia | 2010-10-31 | 1 | -1/+2 | |
| | ||||||
* | Improve error message on invalid output template and abort execution | Ricardo Garcia | 2010-10-31 | 1 | -1/+2 | |
| | ||||||
* | Fix typo in report_resuming_byte doc string (fixes issue #188) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Update user-agent string | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix metacafe.com code not working due to gdaKey again (fixes issue #185) | Ricardo Garcia | 2010-10-31 | 1 | -9/+9 | |
| | ||||||
* | Merge Gavin van Lelyveld's patch for --playlist-start option | Ricardo Garcia | 2010-10-31 | 1 | -1/+19 | |
| | ||||||
* | Put back -b option as a placeholder with a warning message | Ricardo Garcia | 2010-10-31 | 1 | -0/+4 | |
| | ||||||
* | Consider the file downloaded if the size differs in less than 100 bytes ↵ | Ricardo Garcia | 2010-10-31 | 1 | -2/+9 | |
| | | | | (fixes issue #175) | |||||
* | Reorganize request code to make it a bit more robust | Ricardo Garcia | 2010-10-31 | 1 | -37/+31 | |
| | ||||||
* | Properly detect YouTube error messages to print them on screen (fixes issue ↵ | Ricardo Garcia | 2010-10-31 | 1 | -0/+8 | |
| | | | | #172) | |||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Restore support for the get_video method, fixing many issues | Ricardo Garcia | 2010-10-31 | 1 | -35/+9 | |
| | ||||||
* | Restore proper support for webm formats (fixes issue #166) | Ricardo Garcia | 2010-10-31 | 1 | -2/+32 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Update user agent string | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Partially rewrite YouTube InfoExtractor after it stopped working | Ricardo Garcia | 2010-10-31 | 1 | -134/+95 | |
| | | | | | As part of the changes, the program now downloads the highest quality version by default and uses fmt_url_map to decide which formats are really available. | |||||
* | Remove some format command line options | Ricardo Garcia | 2010-10-31 | 1 | -5/+1 | |
| | ||||||
* | Do not check for self._downloader being None in several places | Ricardo Garcia | 2010-10-31 | 1 | -12/+6 | |
| |