Fix example invocation of threaded_dl.

This commit is contained in:
voussoir 2022-11-11 15:23:55 -08:00
parent df1b414aa2
commit 7240d03695
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -499,7 +499,7 @@ def main(argv):
p_video_list.examples = [
'--state pending --limit 100',
'--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(
'--channel',