Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-25 | Bump version number2011.02.25 | Ricardo Garcia | |
2011-02-25 | Update User-Agent string | Ricardo Garcia | |
2011-02-25 | Add an audio extracting PostProcessor using ffmpeg (closes #2) | Ricardo Garcia | |
2011-02-25 | Fix date parsing for YouTube (patch by Drake Wyrm) | Ricardo Garcia | |
2011-02-20 | Add Gergely Imreh to the author list | Ricardo Garcia | |
2011-02-20 | Facebook info extractor | Gergely Imreh | |
This IE should be full-featured. Public videos can be downloaded without login, e.g: https://www.facebook.com/video/video.php?v=696729990595 Private videos need login, and subject to login rate limit of a couple of tries / minute. | |||
2011-02-13 | Fix possible missing parameter in playlist url extraction | Gergely Imreh | |
The "playlist_prefix" parameter was missing when parsing playlist urls that match the recently added format, e.g.: http://www.youtube.com/user/stanforduniversity#g/c/9D558D49CA734A02 For these URLs (basically, for every playlist type so far, except the artist list) playlist_prefix has to be equal to "p" for correct exctraction. | |||
2011-02-12 | Support more common YouTube playlist URLs | Ricardo Garcia | |
2011-01-31 | Enable artist playlists in YoutubePlaylistIE | Gergely Imreh | |
Artist playlist pages have different format compared to user playlists, thus more format checking is needed to construct the correct URL. From the artist playlist this method downloads all listed below the "Videos by [Artist Name]" header, plus usually there's one more video on the side, titled "Youtube Mix for [Artist Name]", which has a link format that currently cannot be distinguished from the other videos in the list. | |||
2011-01-30 | Fix SyntaxError problem (oops)2011.01.30 | Ricardo Garcia | |
2011-01-30 | Update User-Agent string | Ricardo Garcia | |
2011-01-30 | Bump version number | Ricardo Garcia | |
2011-01-29 | Add YoutubeUserIE (code courtesy of Paweł Paprota) | Ricardo Garcia | |
2011-01-28 | Split some long lines | Ricardo Garcia | |
2011-01-28 | Make the file timestamp feature optional | Ricardo Garcia | |
2011-01-28 | Set downloaded file's time stamp from last-modified header | Gergely Imreh | |
This file stamp setting is very relaxed. If there's any problem along the way (no last-modified header, bad time string format, no time set privileges,...) or if nothing is downloaded (e.g. using resumed download but the file was already complete) then nothing is done. | |||
2011-01-26 | New option --get-filename to print output filename | Gergely Imreh | |
When using youtube-dl within scripts, it is very useful to know what will be the final output filename with all the title settings and filename templates applied. Add option to the quiet mode operations to print that info. For this I had to move the filename-generation into its own function. As much as I can tell it should work almost always well, ie. not to break things if one not actually interested in the title, like in case of other forced printing. That is, unless there's an invalid system charset or the user specified a wrong output template. In that case probably could be assumed that the user does have a problem (the former) or did want to mess with the filename (the latter). Signed-off-by: Gergely Imreh <[email protected]> | |||
2011-01-25 | Support for youtube.com/embed/XXXXX URLs (closes #63) | Lionel Elie Mamane | |
2011-01-21 | Fix omission of Witold Baryluk as the Dailymotion InfoExtractor author | Ricardo Garcia | |
2011-01-21 | Fix dailymotion support (closes #60) | Ricardo Garcia | |
2011-01-20 | Improve addinfourl_wrapper for compatibility with older Python versions | Ricardo Garcia | |
2011-01-18 | Wrap call to addinfourl for compatibility with Python 2.4 | Ricardo Garcia | |
2011-01-18 | Omit code argument in addinfourl for Python 2.4 | Ricardo Garcia | |
2011-01-12 | Make the self-updating function a bit more robust | Ricardo Garcia | |
2011-01-12 | Add support for embedded YouTube playist URLs (closes #54) | Ricardo Garcia | |
2011-01-12 | Fix "unable to rename file" Windows error (closes #56) | Ricardo Garcia | |
2011-01-12 | Add proper support for "gzip" and "deflate" encodings | Ricardo Garcia | |
2011-01-10 | Fix bug in regular expression for youtu.be links | Ricardo Garcia | |
2011-01-07 | Add --no-part option (closes #48) | Ricardo Garcia | |
2011-01-07 | Remove trailing whitespace | Ricardo Garcia | |
2011-01-04 | Added --console-title to display download progress in console window title. | Mantas Mikulėnas | |
This uses SetConsoleTitle() Win32 API for Windows Console, and Xterm escape sequence otherwise. | |||
2011-01-03 | Add --dump-user-agent option (patch provided by Benjamin Johnson) | Ricardo Garcia | |
2011-01-03 | Print new line before a few error messages | Ricardo Garcia | |
2010-12-16 | Request page compression by default, like Firefox does | Ricardo Garcia | |
2010-12-15 | Take into account resume_len when calculating speed and ETA | Ricardo Garcia | |
2010-12-12 | Fix erroneous "content too short" error message | Ricardo Garcia | |
2010-12-11 | Remove deprecated -b option and nonworking -m option (closes #39) | Ricardo Garcia | |
2010-12-11 | Stop attempting to use get_video and detect missing formats ourselves | Ricardo Garcia | |
2010-12-11 | Do not use 0% as the starting point in resumed downloads (closes #40) | Ricardo Garcia | |
2010-12-09 | Fix problem when requesting an existing format explicitly with -f2010.12.09 | Ricardo Garcia | |
2010-12-09 | Bump version number | Ricardo Garcia | |
2010-12-09 | Improve temporary filename handling of special cases | Ricardo Garcia | |
2010-12-09 | Fix YoutubeIE after recent YouTube changes (closes #34) | Ricardo Garcia | |
2010-12-08 | Add Vasyl' Vavrychuk to the list of authors | Ricardo Garcia | |
2010-12-08 | Implemented depositfiles.com support | Vasyl' Vavrychuk | |
2010-12-05 | Fixed failure of os.rename after receiving file finished due to file not ↵ | Vasyl' Vavrychuk | |
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 | |||
2010-12-05 | report_extraction was never called for GenericIE | Vasyl' Vavrychuk | |
2010-12-04 | Use a temporary filename to download files | Ricardo Garcia | |
2010-11-30 | Reworked 'upload_date' code for output sequence in YoutubeIE. | Nevar Angelo | |
Reverted to previous version of 'upload_date' and fixed a mistake that prevented the code from working properly. | |||
2010-11-19 | Bump version number2010.11.19 | Ricardo Garcia | |