Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Fix YouTube downloads (code by Philipp Hagemeister) | Ricardo Garcia | 2011-08-04 | 1 | -2/+4 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Fix blip.tv regular expression to not match blipXtv | Philipp Hagemeister | 2011-08-18 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix youtu.be links (Closes #142) | Philipp Hagemeister | 2011-08-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Use parse_qs instead of homebrewn parsing | Philipp Hagemeister | 2011-08-07 | 1 | -3/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | youtube: Better error messages | Philipp Hagemeister | 2011-08-07 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix Python 2.4 compatibility | Philipp Hagemeister | 2011-08-06 | 1 | -6/+17 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Use alternative imports for Python 2.4 (Closes #138) | Philipp Hagemeister | 2011-08-06 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove debugging information | Philipp Hagemeister | 2011-08-06 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix RTMP streams and ignore url-less entries | Philipp Hagemeister | 2011-08-06 | 1 | -6/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix youtube downloads (Closes #135) | Philipp Hagemeister | 2011-08-04 | 1 | -8/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Suppport for youtube video streams (Mentioned in #108) | Philipp Hagemeister | 2011-07-31 | 1 | -1/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Removed inaccurate warning | Philipp Hagemeister | 2011-07-22 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Be lenient about download URLs (Closes #108) | Philipp Hagemeister | 2011-07-18 | 1 | -2/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | remove debugging code | Philipp Hagemeister | 2011-07-10 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | + --write-info-json | Philipp Hagemeister | 2011-07-10 | 1 | -3/+28 | |
| | | | | | | | | | ||||||
* | | | | | | | | | blip.tv support for python 2.5 with trivialjson | Philipp Hagemeister | 2011-07-10 | 1 | -8/+115 | |
| | | | | | | | | | ||||||
* | | | | | | | | | call increment_downloads in blip.tv extractor | Philipp Hagemeister | 2011-07-07 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | --writedescription option | Philipp Hagemeister | 2011-07-07 | 1 | -5/+25 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Full youtube video descriptions, including special characters (2.6+, with ↵ | Philipp Hagemeister | 2011-07-07 | 1 | -8/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fallback for older Pythons) | |||||
* | | | | | | | | | Support for blip.tv/file URLs | Philipp Hagemeister | 2011-06-25 | 1 | -12/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Basic blip.tv support | Philipp Hagemeister | 2011-06-21 | 1 | -0/+77 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Bump version number | Ricardo Garcia | 2011-03-29 | 2 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix upload date regexp (closes #93) | Ricardo Garcia | 2011-03-15 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Split a couple of lines to make the code more readable | Ricardo Garcia | 2011-03-15 | 1 | -4/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | Avoid crash reported in issue #86 | Ricardo Garcia | 2011-03-15 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Support youtube.com/e/ URLs (closes #88) | Ricardo Garcia | 2011-02-28 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Bump version number | Ricardo Garcia | 2011-02-26 | 2 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Use '--' to separate the file argument from the options when calling ffmpeg | Idan Kamara | 2011-02-25 | 1 | -2/+2 | |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | This is to avoid a potential issue if the file name begins with a hyphen since ffmpeg will interpret it as an option | |||||
* | | | | | | Bump version number | Ricardo Garcia | 2011-02-25 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Catch possible exceptions when running ffprobe | Ricardo Garcia | 2011-02-25 | 1 | -5/+8 | |
| | | | | | | ||||||
* | | | | | | Fix stderr print when ffmpeg fails | Idan Kamara | 2011-02-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Bump version number | Ricardo Garcia | 2011-02-25 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Update User-Agent string | Ricardo Garcia | 2011-02-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Add an audio extracting PostProcessor using ffmpeg (closes #2) | Ricardo Garcia | 2011-02-25 | 1 | -0/+93 | |
| | | | | | | ||||||
* | | | | | | Fix date parsing for YouTube (patch by Drake Wyrm) | Ricardo Garcia | 2011-02-25 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Add Gergely Imreh to the author list | Ricardo Garcia | 2011-02-20 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Facebook info extractor | Gergely Imreh | 2011-02-20 | 1 | -0/+225 | |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | Fix possible missing parameter in playlist url extraction | Gergely Imreh | 2011-02-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | Support more common YouTube playlist URLs | Ricardo Garcia | 2011-02-12 | 1 | -1/+6 | |
| |/ / |/| | | ||||||
* | | | Enable artist playlists in YoutubePlaylistIE | Gergely Imreh | 2011-01-31 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Fix SyntaxError problem (oops) | Ricardo Garcia | 2011-01-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update User-Agent string | Ricardo Garcia | 2011-01-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Bump version number | Ricardo Garcia | 2011-01-30 | 2 | -2/+2 | |
| | | | ||||||
* | | | Add YoutubeUserIE (code courtesy of Paweł Paprota) | Ricardo Garcia | 2011-01-29 | 1 | -23/+56 | |
|/ / | ||||||
* | | Split some long lines | Ricardo Garcia | 2011-01-28 | 1 | -6/+12 | |
| | | ||||||
* | | Make the file timestamp feature optional | Ricardo Garcia | 2011-01-28 | 1 | -8/+26 | |
| | | ||||||
* | | Set downloaded file's time stamp from last-modified header | Gergely Imreh | 2011-01-28 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | | New option --get-filename to print output filename | Gergely Imreh | 2011-01-26 | 1 | -9/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <imrehg@gmail.com> | |||||
* | | Support for youtube.com/embed/XXXXX URLs (closes #63) | Lionel Elie Mamane | 2011-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix omission of Witold Baryluk as the Dailymotion InfoExtractor author | Ricardo Garcia | 2011-01-21 | 1 | -0/+1 | |
| | |