fix merge error

This commit is contained in:
Barbara Miller 2024-04-18 17:26:57 -07:00
parent 55517fb432
commit 55ce73ebcd

View File

@ -258,7 +258,7 @@ class BrozzlerWorker:
except brozzler.PageInterstitialShown:
self.logger.info("page interstitial shown (http auth): %s", page)
if enable_youtube_dl and ydl.should_ytdlp(page):
if enable_youtube_dl and ydl.should_ytdlp(page, site):
try:
ydl_outlinks = ydl.do_youtube_dl(self, site, page)
outlinks.update(ydl_outlinks)