X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fupdate.py;h=27308376130b97cc9cf6059b1f9dd4a64753ef42;hb=3baa62e8d1aa98bdb42ddf91e8b139d2dd36ff9e;hp=cd9670166e582ae9f3074c2371026f0f06c252a1;hpb=31cb6d8fefaa42aff293b03e37471bb05d5b8391;p=youtube-dl diff --git a/youtube_dl/update.py b/youtube_dl/update.py index cd9670166..273083761 100644 --- 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'])