This commit is contained in:
Simon Sawicki 2024-12-20 23:42:49 +01:00
parent ec8b22b1c1
commit f43d7a7c3b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ class YoutubeDL:
f'{switch} is a {self._format_err("developer option", self.Styles.EMPHASIS)} intended for {self._format_err("debugging", self.Styles.EMPHASIS)}. \n' f'{switch} is a {self._format_err("developer option", self.Styles.EMPHASIS)} intended for {self._format_err("debugging", self.Styles.EMPHASIS)}. \n'
f' If you experience issues {self._format_err("DO NOT", self.Styles.ERROR)} open a bug report.') f' If you experience issues {self._format_err("DO NOT", self.Styles.ERROR)} open a bug report.')
self.params['listformats'] = True self.params['listformats'] = True
self.params['simulate'] = 'list_only' self.params['simulate'] = True
if self.params.get('bidi_workaround', False): if self.params.get('bidi_workaround', False):
try: try: