Fixed a typo

This commit is contained in:
John Lu 2022-05-15 22:20:15 +08:00
parent 95d6d2e570
commit 0842913abf
No known key found for this signature in database
GPG Key ID: 733A620C6F1A7262

View File

@ -1654,7 +1654,7 @@ def script_main(download, download_playlist, **kwargs):
download_grp.add_argument('--itag', help=argparse.SUPPRESS)
download_grp.add_argument('-m', '--m3u8', action='store_true', default=False,
help = 'download vide using an m3u8 url')
help = 'download video using an m3u8 url')
parser.add_argument('URL', nargs='*', help=argparse.SUPPRESS)