youtube-dl

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

commit 18a25c5d78528dd27e2a92aa0d44088a8c04bcf0
parent 924f47f7b6d08f5a93558d3239b6bf94c71dc245
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 23 Jan 2014 10:24:44 +0100

Clarify update output (Fixes #2205)

No, we are not intentionally hiding the version number. Why would we?

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 @@ -90,7 +90,7 @@ def update_self(to_screen, verbose): to_screen(u'youtube-dl is up to date (%s)' % __version__) return - to_screen(u'Updating to version ' + version_id + '...') + to_screen(u'Updating to version ' + version_id + ' ...') version = versions_info['versions'][version_id] print_notes(to_screen, versions_info['versions'])