mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
[update] Show also old version on update
This commit is contained in:
parent
c3c098dcf2
commit
c3461012c1
@ -78,7 +78,7 @@ def update_self(to_screen, verbose, opener):
|
||||
to_screen('youtube-dl is up to date (%s)' % __version__)
|
||||
return
|
||||
|
||||
to_screen('Updating to version ' + version_id + ' ...')
|
||||
to_screen('Updating to version ' + version_id + ' from version ' + __version__ + ' ...')
|
||||
version = versions_info['versions'][version_id]
|
||||
|
||||
print_notes(to_screen, versions_info['versions'])
|
||||
|
Loading…
Reference in New Issue
Block a user