do not simulate
This commit is contained in:
parent
4045549eb6
commit
2cf0a76a48
1 changed files with 1 additions and 1 deletions
|
|
@ -67,8 +67,8 @@ class SubscriptionYTDLOptions:
|
||||||
def _dry_run_options(self) -> Dict:
|
def _dry_run_options(self) -> Dict:
|
||||||
return {
|
return {
|
||||||
"skip_download": True,
|
"skip_download": True,
|
||||||
"simulate": True,
|
|
||||||
"writethumbnail": False,
|
"writethumbnail": False,
|
||||||
|
# TODO: find a way to not write subtitles; using `simulate: True` breaks tests
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue