Fix example invocation of threaded_dl.
This commit is contained in:
parent
df1b414aa2
commit
7240d03695
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ def main(argv):
|
||||||
p_video_list.examples = [
|
p_video_list.examples = [
|
||||||
'--state pending --limit 100',
|
'--state pending --limit 100',
|
||||||
'--channel UCzIiTeduaanyEboRfwJJznA --orderby views',
|
'--channel UCzIiTeduaanyEboRfwJJznA --orderby views',
|
||||||
'--channel UC6nSFpj9HTCZ5t-N3Rm3-HA --format "{thumbnail} {id}.jpg" | threaded_dl !i {basename}'
|
'--channel UC6nSFpj9HTCZ5t-N3Rm3-HA --format "{thumbnail} {id}.jpg" | threaded_dl !i 1 {basename}'
|
||||||
]
|
]
|
||||||
p_video_list.add_argument(
|
p_video_list.add_argument(
|
||||||
'--channel',
|
'--channel',
|
||||||
|
|
Loading…
Reference in a new issue