Fix example invocation of threaded_dl.

master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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',