summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Temporarily fix dailyshow+colbertnation media IDsPhilipp Hagemeister2011-09-071-8/+24
| |
* | Switch around act and episode title (makes -t nicer)Philipp Hagemeister2011-09-071-5/+5
| |
* | Basic comedycentral (The Daily Show) support (Will work as soon as rtmpdump ↵Philipp Hagemeister2011-09-071-2/+14
| | | | | | | | gets fixed)
* | comedycentral: include player URL (still broken)Philipp Hagemeister2011-09-071-4/+6
| |
* | Rudimentary support for comedycentral (rtmpdump currently broken)Philipp Hagemeister2011-09-071-2/+95
| |
* | Do not try to re-encode unicode filenames (Closes #13)Philipp Hagemeister2011-09-071-3/+3
| |
* | Credit Sören Schulze for myvideo supportPhilipp Hagemeister2011-09-061-0/+1
| |
* | myvideo.de supportPhilipp Hagemeister2011-09-061-0/+79
| |
* | Fix os.makedirs in WindowsPhilipp Hagemeister2011-09-061-1/+3
| |
* | Bump version to 2011.09.06Philipp Hagemeister2011-09-061-1/+1
| |
* | Use os.makedirs instead of homebrewn pmkdirPhilipp Hagemeister2011-09-061-11/+1
| |
* | merged pep8_whitespacePhilipp Hagemeister2011-09-061-31/+51
|\ \
| * | fixed PEP8 whitespace issuesFND2011-09-051-33/+55
| | | | | | | | | | | | mostly vertical whitespace and mixed spaces and tabs
* | | Update Makefile to new README formatPhilipp Hagemeister2011-09-042-3/+3
| | |
* | | Added FAQ to READMEPhilipp Hagemeister2011-09-041-0/+18
| | |
* | | Robust error handling in downloading codePhilipp Hagemeister2011-09-031-0/+4
| | |
* | | Merge remote-tracking branch 'wise86/master'Philipp Hagemeister2011-08-311-1/+1
|\ \ \
| * | | Update youtube playlist for use playlist?list=id formatGiovanni Visentini2011-07-091-1/+1
| | |/ | |/|
* | | Remove stable from help wording (There will be only one main branch for now)Philipp Hagemeister2011-08-311-1/+1
| | |
* | | Update bug reporting to this fork, so that vimeo/blip.tv issues are reported ↵Philipp Hagemeister2011-08-282-1/+2
| | | | | | | | | | | | at phihag/issues instead of rg3/issues (Closes #5)
* | | Update update mechanism (Closes #4)Philipp Hagemeister2011-08-282-10/+14
| | |
* | | Merge remote-tracking branch 'rbrito/prefer-webm'Philipp Hagemeister2011-08-281-1/+1
|\ \ \
| * \ \ Merge https://github.com/rg3/youtube-dl into prefer-webmRogério Brito2011-08-042-5/+7
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into prefer-webmRogério Brito2011-04-202-9/+9
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into prefer-webmRogério Brito2011-02-262-4/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into prefer-webmRogério Brito2011-02-252-4/+100
| |\ \ \ \
| * \ \ \ \ Merge branch 'prefer-webm' of ssh://github.com/rbrito/youtube-dl into ↵Rogério Brito2011-02-210-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | prefer-webm
| | * \ \ \ \ Merge branch 'master' into prefer-webmRogério Brito2011-02-172-30/+75
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'master' into prefer-webmRogério Brito2011-02-212-30/+301
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into prefer-webmRogério Brito2011-01-292-147/+395
| |\ \ \ \ \ \ \
| * | | | | | | | Give preference to WebM formats.Rogério Brito2011-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch gives preference to formats that are Free.
* | | | | | | | | Add default make targetPhilipp Hagemeister2011-08-281-1/+4
| | | | | | | | |
* | | | | | | | | Credit Rogério Brito for Vimeo supportPhilipp Hagemeister2011-08-281-1/+2
| | | | | | | | |
* | | | | | | | | Merge Vimeo supportPhilipp Hagemeister2011-08-281-0/+118
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge https://github.com/rg3/youtube-dl into vimeoRogério Brito2011-08-042-5/+7
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | vimeo: Apparently, all videos in vimeo are served in ISO containers.Rogério Brito2011-04-201-2/+1
| | | | | | | | | |
| * | | | | | | | | vimeo: Tweak the regexp to allow some extended URLs from vimeo.Rogério Brito2011-04-201-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 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.