aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-dl
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+1
* | Update update mechanism (Closes #4)Philipp Hagemeister2011-08-281-9/+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-041-4/+6
| |\ \
| * \ \ Merge branch 'master' into prefer-webmRogério Brito2011-04-201-8/+8
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into prefer-webmRogério Brito2011-02-261-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into prefer-webmRogério Brito2011-02-251-3/+99
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into prefer-webmRogério Brito2011-02-211-29/+300
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into prefer-webmRogério Brito2011-01-291-146/+394
| |\ \ \ \ \ \
| * | | | | | | Give preference to WebM formats.Rogério Brito2011-01-291-1/+1
* | | | | | | | 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-041-4/+6
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | 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
| * | | | | | | | 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
| * | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-04-201-8/+8
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-02-261-3/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-02-251-3/+99
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | 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
| | * | | | | | | | | vimeo: Also accept URLs prefixed by www.Rogério Brito2011-02-041-1/+1
| | * | | | | | | | | Make some of the comments more descriptive.Rogério Brito2011-02-041-3/+8
| | * | | | | | | | | Merge branch 'master' into vimeoRogério Brito2011-02-041-29/+68
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'master' into vimeoRogério Brito2011-02-211-29/+300
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Use non-greedy regexps, for safety.Rogério Brito2011-01-291-5/+5
| * | | | | | | | | | Preliminary downloading from vimeoRogério Brito2011-01-291-0/+114
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Update: Write downloaded file without modification (allows hashsums)Philipp Hagemeister2011-08-281-1/+1
* | | | | | | | | | Fix stty detectionPhilipp Hagemeister2011-08-251-1/+1
* | | | | | | | | | 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 e...Georgi Valkov2011-08-231-1/+11
| * | | | | | | | | | 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
| * | | | | | | | | | 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-241-4/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Bump version numberRicardo Garcia2011-08-041-1/+1
| * | | | | | | | | 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