]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/steam.py
[extractor] Add `write_debug` and `get_param`
[yt-dlp.git] / yt_dlp / extractor / steam.py
index c70bdefe28dfcce08ad1c44d282312f624c8064a..9518f83f12d04a6e462d913e8e53f73d9cf88fb0 100644 (file)
@@ -139,7 +139,7 @@ def _real_extract(self, url):
                                         'format_id': ext + quality,
                                         'url': video_url,
                                     })
-                if not formats and not self._downloader.params.get('ignore_no_formats'):
+                if not formats and not self.get_param('ignore_no_formats'):
                     continue
                 entry['formats'] = formats
                 entries.append(entry)