do not simulate

This commit is contained in:
jbannon 2022-08-12 07:32:13 +00:00
parent 4045549eb6
commit 2cf0a76a48

View file

@ -67,8 +67,8 @@ class SubscriptionYTDLOptions:
def _dry_run_options(self) -> Dict:
return {
"skip_download": True,
"simulate": True,
"writethumbnail": False,
# TODO: find a way to not write subtitles; using `simulate: True` breaks tests
}
@property