[reddit] emit logging message when downloading previews (#7748)

This commit is contained in:
Mike Fährmann
2025-06-29 20:37:24 +02:00
parent b102c474c1
commit 59b266f883

View File

@@ -451,6 +451,7 @@ class DownloadJob(Job):
except StopIteration:
pass
else:
pextr.log.info("Downloading fallback URL")
text.nameext_from_url(url, kwdict)
if url.startswith("ytdl:"):
kwdict["extension"] = ""