summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | vimeo: Ignore if we are using HTTP/S or not.Rogério Brito2011-04-201-1/+1
| | | | | | | | | |
| * | | | | | | | | vimeo: Remove clutter in some messages.Rogério Brito2011-04-201-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 vimeoRogério Brito2011-04-202-9/+9
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-02-262-4/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-02-252-4/+100
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'vimeo' of ssh://github.com/rbrito/youtube-dl into vimeoRogério Brito2011-02-211-4/+9
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into vimeoRogério Brito2011-02-171-1/+7
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | vimeo: Make regexp more robust.Rogério Brito2011-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the VimeoIE work with http://player.vimeo.com/video/19267888
| | * | | | | | | | | vimeo: Also accept URLs prefixed by www.Rogério Brito2011-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hope that this doesn't break anything. `:)`
| | * | | | | | | | | Make some of the comments more descriptive.Rogério Brito2011-02-041-3/+8
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-02-042-30/+69
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'master' into vimeoRogério Brito2011-02-212-30/+301
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Use non-greedy regexps, for safety.Rogério Brito2011-01-291-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 vimeoRogério Brito2011-01-291-0/+114
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Update: Write downloaded file without modification (allows hashsums)Philipp Hagemeister2011-08-281-1/+1
| | | | | | | | | |
* | | | | | | | | | Makefile to recreate READMEPhilipp Hagemeister2011-08-252-55/+59
| | | | | | | | | |
* | | | | | | | | | Fix stty detectionPhilipp Hagemeister2011-08-251-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge git://github.com/dbb/youtube-dlPhilipp Hagemeister2011-08-241-0/+83
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove horizontal rules from README.mdDaniel Bolton2011-08-051-5/+0
| | | | | | | | | | |
| * | | | | | | | | | Add README.md (markdown file)Daniel Bolton2011-08-051-0/+88
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Use subprocess to call stty size when COLUMNS is not setPhilipp Hagemeister2011-08-241-5/+6
| | | | | | | | | |
* | | | | | | | | | merge gvalkov/optparse-refactor (minus stty)Philipp Hagemeister2011-08-241-314/+379
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use `stty size` to find terminal width if we're on linux and COLUMNS is not ↵Georgi Valkov2011-08-231-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exported
| * | | | | | | | | | Refactor main functionGeorgi Valkov2011-08-231-164/+166
| | | | | | | | | | |
| * | | | | | | | | | Set help formatter width to terminal width (prevents wrapping)Georgi Valkov2011-08-231-1/+8
| | | | | | | | | | |
| * | | | | | | | | | Option parsing refactoring ; Moved version string to __version__Georgi Valkov2011-08-231-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 clarityGeorgi Valkov2011-08-231-23/+28
| | | | | | | | | | |
| * | | | | | | | | | Fix small indentation inconsistenciesGeorgi Valkov2011-08-231-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Use module metadata variables instead of commentsGeorgi Valkov2011-08-231-8/+13
| | | | | | | | | | |
| * | | | | | | | | | Add vim modelineGeorgi Valkov2011-08-231-0/+2
| |/ / / / / / / / /
* | | | | | | | | | merge upstreamPhilipp Hagemeister2011-08-242-5/+5
|\| | | | | | | | |
| * | | | | | | | | Bump version numberRicardo Garcia2011-08-042-2/+2
| | | | | | | | | |
| * | | | | | | | | Update User-Agent stringRicardo Garcia2011-08-041-1/+1
| | | | | | | | | |
| * | | | | | | | | Fix YouTube downloads (code by Philipp Hagemeister)Ricardo Garcia2011-08-041-2/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Fix blip.tv regular expression to not match blipXtvPhilipp Hagemeister2011-08-181-1/+1
| | | | | | | | |
* | | | | | | | | Fix youtu.be links (Closes #142)Philipp Hagemeister2011-08-071-1/+1
| | | | | | | | |
* | | | | | | | | Use parse_qs instead of homebrewn parsingPhilipp Hagemeister2011-08-071-3/+2
| | | | | | | | |
* | | | | | | | | youtube: Better error messagesPhilipp Hagemeister2011-08-071-2/+1
| | | | | | | | |
* | | | | | | | | Fix Python 2.4 compatibilityPhilipp Hagemeister2011-08-061-6/+17
| | | | | | | | |
* | | | | | | | | Use alternative imports for Python 2.4 (Closes #138)Philipp Hagemeister2011-08-061-2/+7
| | | | | | | | |
* | | | | | | | | Remove debugging informationPhilipp Hagemeister2011-08-061-1/+0
| | | | | | | | |
* | | | | | | | | Fix RTMP streams and ignore url-less entriesPhilipp Hagemeister2011-08-061-6/+6
| | | | | | | | |
* | | | | | | | | Fix youtube downloads (Closes #135)Philipp Hagemeister2011-08-041-8/+5
| | | | | | | | |
* | | | | | | | | Suppport for youtube video streams (Mentioned in #108)Philipp Hagemeister2011-07-311-1/+7
| | | | | | | | |
* | | | | | | | | Removed inaccurate warningPhilipp Hagemeister2011-07-221-1/+0
| | | | | | | | |
* | | | | | | | | Be lenient about download URLs (Closes #108)Philipp Hagemeister2011-07-181-2/+3
| | | | | | | | |
* | | | | | | | | remove debugging codePhilipp Hagemeister2011-07-101-1/+0
| | | | | | | | |
* | | | | | | | | + --write-info-jsonPhilipp Hagemeister2011-07-101-3/+28
| | | | | | | | |
* | | | | | | | | blip.tv support for python 2.5 with trivialjsonPhilipp Hagemeister2011-07-101-8/+115
| | | | | | | | |
* | | | | | | | | call increment_downloads in blip.tv extractorPhilipp Hagemeister2011-07-071-0/+2
| | | | | | | | |