mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
fix version again
This commit is contained in:
parent
8a032df683
commit
fb475bf0c2
@ -800,7 +800,7 @@ def download_main(download, download_playlist, urls, playlist, **kwargs):
|
||||
download(url, **kwargs)
|
||||
|
||||
def script_main(script_name, download, download_playlist = None):
|
||||
version = 'You-Get, a video downloader.'
|
||||
version = 'You-Get %s, a video downloader.' % __version__
|
||||
help = 'Usage: %s [OPTION]... [URL]...\n' % script_name
|
||||
help += '''\nStartup options:
|
||||
-V | --version Display the version and exit.
|
||||
|
Loading…
Reference in New Issue
Block a user