1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-20 06:26:49 +02:00

[options] Mention ISM for --fragment-retries and --skip-unavailable-fragments

This commit is contained in:
Sergey M․ 2017-03-28 23:35:48 +07:00
parent aea1dccbd0
commit 12ee65ea0d
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View File

@ -459,11 +459,11 @@ def _scrub_eq(o):
downloader.add_option(
'--fragment-retries',
dest='fragment_retries', metavar='RETRIES', default=10,
help='Number of retries for a fragment (default is %default), or "infinite" (DASH and hlsnative only)')
help='Number of retries for a fragment (default is %default), or "infinite" (DASH, hlsnative and ISM)')
downloader.add_option(
'--skip-unavailable-fragments',
action='store_true', dest='skip_unavailable_fragments', default=True,
help='Skip unavailable fragments (DASH and hlsnative only)')
help='Skip unavailable fragments (DASH, hlsnative and ISM)')
downloader.add_option(
'--abort-on-unavailable-fragment',
action='store_false', dest='skip_unavailable_fragments',