Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge Vimeo support | Philipp Hagemeister | 2011-08-28 | 1 | -0/+118 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge https://github.com/rg3/youtube-dl into vimeo | Rogério Brito | 2011-08-04 | 2 | -5/+7 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | vimeo: Apparently, all videos in vimeo are served in ISO containers. | Rogério Brito | 2011-04-20 | 1 | -2/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | vimeo: Tweak the regexp to allow some extended URLs from vimeo. | Rogério Brito | 2011-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | vimeo: Ignore if we are using HTTP/S or not. | Rogério Brito | 2011-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | vimeo: Remove clutter in some messages. | Rogério Brito | 2011-04-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should make a unified way of printing messages, but let's follow suit and do what the main YoutubeIE does here. | |||||
| * | | | | | | | | | Merge branch 'master' into vimeo | Rogério Brito | 2011-04-20 | 2 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into vimeo | Rogério Brito | 2011-02-26 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into vimeo | Rogério Brito | 2011-02-25 | 2 | -4/+100 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'vimeo' of ssh://github.com/rbrito/youtube-dl into vimeo | Rogério Brito | 2011-02-21 | 1 | -4/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into vimeo | Rogério Brito | 2011-02-17 | 1 | -1/+7 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | vimeo: Make regexp more robust. | Rogério Brito | 2011-02-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the VimeoIE work with http://player.vimeo.com/video/19267888 | |||||
| | * | | | | | | | | | vimeo: Also accept URLs prefixed by www. | Rogério Brito | 2011-02-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hope that this doesn't break anything. `:)` | |||||
| | * | | | | | | | | | Make some of the comments more descriptive. | Rogério Brito | 2011-02-04 | 1 | -3/+8 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'master' into vimeo | Rogério Brito | 2011-02-04 | 2 | -30/+69 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ \ | Merge branch 'master' into vimeo | Rogério Brito | 2011-02-21 | 2 | -30/+301 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Use non-greedy regexps, for safety. | Rogério Brito | 2011-01-29 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since I was very lazy when I coded this, I took the fastest route. Luckily, Vasyl' Vavrychuk pointed this out and I went (after many months) and just did some minor changes. | |||||
| * | | | | | | | | | | Preliminary downloading from vimeo | Rogério Brito | 2011-01-29 | 1 | -0/+114 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Update: Write downloaded file without modification (allows hashsums) | Philipp Hagemeister | 2011-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Makefile to recreate README | Philipp Hagemeister | 2011-08-25 | 2 | -55/+59 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix stty detection | Philipp Hagemeister | 2011-08-25 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge git://github.com/dbb/youtube-dl | Philipp Hagemeister | 2011-08-24 | 1 | -0/+83 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove horizontal rules from README.md | Daniel Bolton | 2011-08-05 | 1 | -5/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add README.md (markdown file) | Daniel Bolton | 2011-08-05 | 1 | -0/+88 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Use subprocess to call stty size when COLUMNS is not set | Philipp Hagemeister | 2011-08-24 | 1 | -5/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | merge gvalkov/optparse-refactor (minus stty) | Philipp Hagemeister | 2011-08-24 | 1 | -314/+379 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use `stty size` to find terminal width if we're on linux and COLUMNS is not ↵ | Georgi Valkov | 2011-08-23 | 1 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exported | |||||
| * | | | | | | | | | | Refactor main function | Georgi Valkov | 2011-08-23 | 1 | -164/+166 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Set help formatter width to terminal width (prevents wrapping) | Georgi Valkov | 2011-08-23 | 1 | -1/+8 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Option parsing refactoring ; Moved version string to __version__ | Georgi Valkov | 2011-08-23 | 1 | -108/+142 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brings terser option formatting to youtube-dl: from: -u USERNAME, --username USERNAME to: -u, --username USERNAME | |||||
| * | | | | | | | | | | Move update_self out of __main__ for clarity | Georgi Valkov | 2011-08-23 | 1 | -23/+28 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix small indentation inconsistencies | Georgi Valkov | 2011-08-23 | 1 | -6/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use module metadata variables instead of comments | Georgi Valkov | 2011-08-23 | 1 | -8/+13 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add vim modeline | Georgi Valkov | 2011-08-23 | 1 | -0/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | merge upstream | Philipp Hagemeister | 2011-08-24 | 2 | -5/+5 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Bump version number | Ricardo Garcia | 2011-08-04 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Update User-Agent string | Ricardo Garcia | 2011-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | 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 | |
| | | | | | | | | |