Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for the Dailymotion | Witold Baryluk | 2010-10-31 | 1 | -0/+119 | |
| | | | | | | | Based slightly (idea and one regular expression) on the old anonymous dailymotion-dl.pl, but with fixes (more robust regular expression, extracting author, support for domains other than .com). Simpler due to the fact that youtube-dl provides all needed functionalities. | |||||
* | Include format 43 in best quality list (fixes issue #150) | Ricardo Garcia | 2010-10-31 | 1 | -1/+2 | |
| | ||||||
* | Improve some metavar names | Ricardo Garcia | 2010-10-31 | 1 | -7/+7 | |
| | ||||||
* | Forbid forward slash in win32 file names (fixes issue #147) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Add webm extension to formats 43 and 45 (fixes issue #139) | Ricardo Garcia | 2010-10-31 | 1 | -0/+2 | |
| | ||||||
* | Fix for all-formats exception by Valentin Hilbig | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Add a number of retries with tweaked patch, originally from Neil Channen | Ricardo Garcia | 2010-10-31 | 1 | -19/+41 | |
| | ||||||
* | Add player signature verification to rtmpdump support (fixes issue #63) | Ricardo Garcia | 2010-10-31 | 1 | -20/+43 | |
| | ||||||
* | Make -a understand dash means stdin | Ricardo Garcia | 2010-10-31 | 1 | -3/+7 | |
| | ||||||
* | Also try no "el" option in get_video_info (fixes issue #130) | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Increment number of downloads when the file has already been fully downloaded | Ricardo Garcia | 2010-10-31 | 1 | -0/+1 | |
| | ||||||
* | Print EOL before "unable to write data" error | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Detect errors in video data writes | Ricardo Garcia | 2010-10-31 | 1 | -1/+4 | |
| | ||||||
* | Make "all-formats" and "best-quality" download the version without specific ↵ | Ricardo Garcia | 2010-10-31 | 1 | -7/+2 | |
| | | | | format too | |||||
* | Merge changes by obeythepenguin | Ricardo Garcia | 2010-10-31 | 1 | -2/+275 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Also try el=vevo on YouTube if everything else fails (fixes issue #115) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Add the "ord" template parameter (fixes issue #101) | Ricardo Garcia | 2010-10-31 | 1 | -0/+4 | |
| | ||||||
* | Support new playlist style URL (fixes issue #114) | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Change method to detect end of playlist (fixes issue #113) | Ricardo Garcia | 2010-10-31 | 1 | -2/+2 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Try el=detailpage if el=embedded fails for YouTube | Ricardo Garcia | 2010-10-31 | 1 | -9/+13 | |
| | ||||||
* | Add Yahoo! Video InfoExtractor, merged from "obeythepenguin" | Ricardo Garcia | 2010-10-31 | 1 | -0/+137 | |
| | ||||||
* | Request video info webpage using "embedded" instead of "detailpage" | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | | | | | | | In the request for get_video_info, use el=embedded instead of el=detailpage, as if the request was coming from an embedded video player instead of the video webpage. This created problems for some videos, with YouTube replying with "Invalid parameters". This fixes issue #109 and fixes issue #110. | |||||
* | Solve minor aesthetical problem in rtmpdump error messages | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Added --all-format option from tweaked patch (fixes issue #102) | Ricardo Garcia | 2010-10-31 | 1 | -6/+32 | |
| | ||||||
* | Make the "-" output file name equivalent to /dev/stdout (fixes issue #103) | Ricardo Garcia | 2010-10-31 | 1 | -0/+2 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Do not use the final URL for -g | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Add --no-progress option (fixes issue #98) | Ricardo Garcia | 2010-10-31 | 1 | -1/+10 | |
| | ||||||
* | Give preference to format 34 before format 5 in quality list | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Do not error out on problems printing the file name | Ricardo Garcia | 2010-10-31 | 1 | -5/+12 | |
| | ||||||
* | Properly support simple titles in the newest InfoExtractors | Ricardo Garcia | 2010-10-31 | 1 | -3/+6 | |
| | ||||||
* | Do not pass URLs around in Unicode form (fixes issue #92) | Ricardo Garcia | 2010-10-31 | 1 | -4/+0 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Tweak final filename in the open attempt, to be platform and filename-agnostic | Ricardo Garcia | 2010-10-31 | 1 | -8/+24 | |
| | ||||||
* | Fix SyntaxError triggered by mistake in user-agent commit | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fix problem with sanitize_title not replacing Windows directory separator | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Update user-agent string | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Cherry-pick obeythepenguin's changes and merge them into main branch | Ricardo Garcia | 2010-10-31 | 1 | -37/+160 | |
| | ||||||
* | Support simplest new URLs in YouTube | Ricardo Garcia | 2010-10-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Improve rtmpdump support | Ricardo Garcia | 2010-10-31 | 1 | -3/+4 | |
| | ||||||
* | Only verify the URL when it's an HTTP download | Ricardo Garcia | 2010-10-31 | 1 | -4/+6 | |
| | ||||||
* | patched to add Google Video and Photobucket support | obeythepenguin@gmail.com | 2010-10-31 | 2 | -1/+159 | |
| | ||||||
* | Bump version number | Ricardo Garcia | 2010-10-31 | 2 | -2/+2 | |
| | ||||||
* | Add flexibility importing the "parse_qs" function (fixes issue #81) | Ricardo Garcia | 2010-10-31 | 1 | -2/+7 | |
| |