youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit eb11aaccbb7350618ba784fce1f5511db1fa5c81
parent d207e7cf88947df1ded016959f921f0e3e172159
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 28 Aug 2011 23:44:23 +0200

Update bug reporting to this fork, so that vimeo/blip.tv issues are reported at phihag/issues instead of rg3/issues (Closes #5)

Diffstat:
MREADME.md | 2+-
Myoutube-dl | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -69,4 +69,4 @@ originally written by Daniel Bolton (<https://github.com/dbbolton>) and is likewise released into the public domain. ## BUGS -Bugs should be reported at: <https://github.com/rg3/youtube-dl/issues> +Bugs should be reported at: <https://github.com/phihag/youtube-dl/issues> diff --git a/youtube-dl b/youtube-dl @@ -10,6 +10,7 @@ __author__ = ( 'Paweł Paprota', 'Gergely Imreh', 'Rogério Brito', + 'Philipp Hagemeister', ) __license__ = 'Public Domain'