[youtube] Actually pass in cachedir option
This commit is contained in:
parent
0ca96d48c7
commit
f8061589e6
2 changed files with 6 additions and 4 deletions
|
@ -618,7 +618,8 @@ def _real_main(argv=None):
|
|||
'min_filesize': opts.min_filesize,
|
||||
'max_filesize': opts.max_filesize,
|
||||
'daterange': date,
|
||||
'youtube_print_sig_code': opts.youtube_print_sig_code
|
||||
'cachedir': opts.cachedir,
|
||||
'youtube_print_sig_code': opts.youtube_print_sig_code,
|
||||
})
|
||||
|
||||
if opts.verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue