Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | Use module metadata variables instead of comments | Georgi Valkov | |
2011-08-23 | Add vim modeline | Georgi Valkov | |
2011-08-18 | Fix blip.tv regular expression to not match blipXtv | Philipp Hagemeister | |
2011-08-07 | Fix youtu.be links (Closes #142) | Philipp Hagemeister | |
2011-08-07 | Use parse_qs instead of homebrewn parsing | Philipp Hagemeister | |
2011-08-07 | youtube: Better error messages | Philipp Hagemeister | |
2011-08-06 | Fix Python 2.4 compatibility | Philipp Hagemeister | |
2011-08-06 | Use alternative imports for Python 2.4 (Closes #138) | Philipp Hagemeister | |
2011-08-06 | Remove debugging information | Philipp Hagemeister | |
2011-08-06 | Fix RTMP streams and ignore url-less entries | Philipp Hagemeister | |
2011-08-05 | Remove horizontal rules from README.md | Daniel Bolton | |
2011-08-05 | Add README.md (markdown file) | Daniel Bolton | |
2011-08-04 | Merge https://github.com/rg3/youtube-dl into vimeo | Rogério Brito | |
2011-08-04 | Merge https://github.com/rg3/youtube-dl into prefer-webm | Rogério Brito | |
2011-08-04 | Bump version number2011.08.04 | Ricardo Garcia | |
2011-08-04 | Update User-Agent string | Ricardo Garcia | |
2011-08-04 | Fix YouTube downloads (code by Philipp Hagemeister) | Ricardo Garcia | |
2011-08-04 | Fix youtube downloads (Closes #135) | Philipp Hagemeister | |
2011-07-31 | Suppport for youtube video streams (Mentioned in #108) | Philipp Hagemeister | |
2011-07-22 | Removed inaccurate warning | Philipp Hagemeister | |
2011-07-18 | Be lenient about download URLs (Closes #108) | Philipp Hagemeister | |
2011-07-10 | remove debugging code | Philipp Hagemeister | |
2011-07-10 | + --write-info-json | Philipp Hagemeister | |
2011-07-10 | blip.tv support for python 2.5 with trivialjson | Philipp Hagemeister | |
2011-07-09 | Update youtube playlist for use playlist?list=id format | Giovanni Visentini | |
2011-07-07 | call increment_downloads in blip.tv extractor | Philipp Hagemeister | |
2011-07-07 | --writedescription option | Philipp Hagemeister | |
2011-07-07 | Full youtube video descriptions, including special characters (2.6+, with ↵ | Philipp Hagemeister | |
fallback for older Pythons) | |||
2011-06-25 | Support for blip.tv/file URLs | Philipp Hagemeister | |
2011-06-21 | Basic blip.tv support | Philipp Hagemeister | |
2011-05-07 | Fixed download from Dailymotion. | knagano | |
Fetches FLV URL from "sdURL" in addVariable("sequence") JSON, instead of addVariable("video") which doesnot exist today. Supports new title, uploader nickname format. | |||
2011-04-20 | vimeo: Apparently, all videos in vimeo are served in ISO containers. | Rogério Brito | |
2011-04-20 | vimeo: Tweak the regexp to allow some extended URLs from vimeo. | Rogério Brito | |
This, in particular, lets me grab the videos from the beginners channel with URLs like: http://vimeo.com/groups/fivebyfive/videos/22648611 Note that the regexp *will* break for other URLs that we don't know about and that's on purpose: we don't want to accidentally grab videos that would be passed on to other information extractors. | |||
2011-04-20 | vimeo: Ignore if we are using HTTP/S or not. | Rogério Brito | |
2011-04-20 | vimeo: Remove clutter in some messages. | Rogério Brito | |
We should make a unified way of printing messages, but let's follow suit and do what the main YoutubeIE does here. | |||
2011-04-20 | Merge branch 'master' into prefer-webm | Rogério Brito | |
2011-04-20 | Merge branch 'master' into vimeo | Rogério Brito | |
2011-04-07 | Deletes duplicate entry in process_info dictionary of YahooIE | Amaury Gauthier | |
2011-03-29 | Bump version number2011.03.29 | Ricardo Garcia | |
2011-03-15 | Fix upload date regexp (closes #93) | Ricardo Garcia | |
2011-03-15 | Split a couple of lines to make the code more readable | Ricardo Garcia | |
2011-03-15 | Avoid crash reported in issue #86 | Ricardo Garcia | |
2011-02-28 | Support youtube.com/e/ URLs (closes #88) | Ricardo Garcia | |
2011-02-26 | Merge branch 'master' into vimeo | Rogério Brito | |
2011-02-26 | Merge branch 'master' into prefer-webm | Rogério Brito | |
2011-02-26 | Bump version number2011.02.25c | Ricardo Garcia | |
2011-02-25 | Merge branch 'master' into prefer-webm | Rogério Brito | |
2011-02-25 | Merge branch 'master' into vimeo | Rogério Brito | |
2011-02-25 | Use '--' to separate the file argument from the options when calling ffmpeg | Idan Kamara | |
This is to avoid a potential issue if the file name begins with a hyphen since ffmpeg will interpret it as an option | |||
2011-02-25 | Bump version number2011.02.25b | Ricardo Garcia | |