Fix merge conflicts.

This commit is contained in:
erinhmclark
2025-03-14 12:11:24 +00:00
parent 846474a4e2
commit 72f48f0147
6 changed files with 22 additions and 26 deletions

View File

@@ -396,7 +396,7 @@ class GenericExtractor(Extractor):
item.set("replaced_url", url)
ydl_options = {
"outtmpl": os.path.join(self.tmp_dir, f"%(id)s.%(ext)s"),
"outtmpl": os.path.join(self.tmp_dir, "%(id)s.%(ext)s"),
"quiet": False,
"noplaylist": not self.allow_playlist,
"writesubtitles": self.subtitles,