Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix dailymotion support (closes #60) | Ricardo Garcia | 2011-01-21 | 1 | -1/+1 | |
| | | ||||||
* | | Improve addinfourl_wrapper for compatibility with older Python versions | Ricardo Garcia | 2011-01-20 | 1 | -1/+3 | |
| | | ||||||
* | | Wrap call to addinfourl for compatibility with Python 2.4 | Ricardo Garcia | 2011-01-18 | 1 | -2/+8 | |
| | | ||||||
* | | Omit code argument in addinfourl for Python 2.4 | Ricardo Garcia | 2011-01-18 | 1 | -2/+2 | |
| | | ||||||
* | | Make the self-updating function a bit more robust | Ricardo Garcia | 2011-01-12 | 1 | -9/+15 | |
| | | ||||||
* | | Add support for embedded YouTube playist URLs (closes #54) | Ricardo Garcia | 2011-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Fix "unable to rename file" Windows error (closes #56) | Ricardo Garcia | 2011-01-12 | 1 | -0/+6 | |
| | | ||||||
* | | Add proper support for "gzip" and "deflate" encodings | Ricardo Garcia | 2011-01-12 | 1 | -17/+72 | |
| | | ||||||
* | | Fix bug in regular expression for youtu.be links | Ricardo Garcia | 2011-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | Add --no-part option (closes #48) | Ricardo Garcia | 2011-01-07 | 1 | -10/+14 | |
| | | ||||||
* | | Remove trailing whitespace | Ricardo Garcia | 2011-01-07 | 1 | -41/+41 | |
| | | ||||||
* | | Added --console-title to display download progress in console window title. | Mantas Mikulėnas | 2011-01-04 | 1 | -0/+18 | |
| | | | | | | | | This uses SetConsoleTitle() Win32 API for Windows Console, and Xterm escape sequence otherwise. | |||||
* | | Add --dump-user-agent option (patch provided by Benjamin Johnson) | Ricardo Garcia | 2011-01-03 | 1 | -0/+7 | |
| | | ||||||
* | | Print new line before a few error messages | Ricardo Garcia | 2011-01-03 | 1 | -7/+7 | |
| | | ||||||
* | | Request page compression by default, like Firefox does | Ricardo Garcia | 2010-12-16 | 1 | -0/+1 | |
| | | ||||||
* | | Take into account resume_len when calculating speed and ETA | Ricardo Garcia | 2010-12-15 | 1 | -7/+6 | |
| | | ||||||
* | | Fix erroneous "content too short" error message | Ricardo Garcia | 2010-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | Remove deprecated -b option and nonworking -m option (closes #39) | Ricardo Garcia | 2010-12-11 | 1 | -6/+0 | |
| | | ||||||
* | | Stop attempting to use get_video and detect missing formats ourselves | Ricardo Garcia | 2010-12-11 | 1 | -6/+6 | |
| | | ||||||
* | | Do not use 0% as the starting point in resumed downloads (closes #40) | Ricardo Garcia | 2010-12-11 | 1 | -1/+3 | |
| | | ||||||
* | | Fix problem when requesting an existing format explicitly with -f | Ricardo Garcia | 2010-12-09 | 1 | -4/+7 | |
| | | ||||||
* | | Bump version number | Ricardo Garcia | 2010-12-09 | 2 | -2/+2 | |
| | | ||||||
* | | Improve temporary filename handling of special cases | Ricardo Garcia | 2010-12-09 | 1 | -1/+5 | |
| | | ||||||
* | | Fix YoutubeIE after recent YouTube changes (closes #34) | Ricardo Garcia | 2010-12-09 | 1 | -2/+2 | |
| | | ||||||
* | | Add Vasyl' Vavrychuk to the list of authors | Ricardo Garcia | 2010-12-08 | 1 | -0/+1 | |
| | | ||||||
* | | Implemented depositfiles.com support | Vasyl' Vavrychuk | 2010-12-08 | 1 | -1/+81 | |
| | | ||||||
* | | Fixed failure of os.rename after receiving file finished due to file not ↵ | Vasyl' Vavrychuk | 2010-12-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | being closed. Following error happen while at the end of _do_download called try_rename WindowsError: [Error 32] The process cannot access the file because it is being used by another process | |||||
* | | report_extraction was never called for GenericIE | Vasyl' Vavrychuk | 2010-12-05 | 1 | -0/+1 | |
| | | ||||||
* | | Use a temporary filename to download files | Ricardo Garcia | 2010-12-04 | 1 | -7/+28 | |
| | | ||||||
* | | Reworked 'upload_date' code for output sequence in YoutubeIE. | Nevar Angelo | 2010-11-30 | 1 | -27/+8 | |
|/ | | | | | Reverted to previous version of 'upload_date' and fixed a mistake that prevented the code from working properly. | |||||
* | 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 | |
| |