youtube-dl

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

commit f9bd64c09897ebbd3a3278fe21e7ae798c6fc140
parent d7f44b5bdba7e4e23401c8ccdf0c238e24c6697d
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon,  1 Jul 2013 02:36:49 +0200

[update] Add package manager to error message (#959)

Diffstat:
Myoutube_dl/update.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/update.py b/youtube_dl/update.py @@ -44,7 +44,7 @@ def update_self(to_screen, verbose, filename): if not isinstance(globals().get('__loader__'), zipimporter) and not hasattr(sys, "frozen"): - to_screen(u'It looks like you installed youtube-dl with pip, setup.py or a tarball. Please use that to update.') + to_screen(u'It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.') return # Check if there is a new version