mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
fix typo
This commit is contained in:
parent
081ef320b9
commit
9e64d2b7e8
@ -263,7 +263,7 @@ class BrozzlerWorker:
|
||||
except brozzler.PageInterstitialShown:
|
||||
self.logger.info("page interstitial shown (http auth): %s", page)
|
||||
|
||||
if enable_youtube_dl and ydl.should_ytdlp(site, page, self.skip_av_seeds):
|
||||
if enable_youtube_dl and ydl.should_ytdlp(site, page, self._skip_av_seeds):
|
||||
try:
|
||||
ydl_outlinks = ydl.do_youtube_dl(self, site, page)
|
||||
outlinks.update(ydl_outlinks)
|
||||
|
Loading…
x
Reference in New Issue
Block a user