mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-22 04:39:36 -04:00
fix typo
This commit is contained in:
parent
081ef320b9
commit
9e64d2b7e8
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class BrozzlerWorker:
|
||||||
except brozzler.PageInterstitialShown:
|
except brozzler.PageInterstitialShown:
|
||||||
self.logger.info("page interstitial shown (http auth): %s", page)
|
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:
|
try:
|
||||||
ydl_outlinks = ydl.do_youtube_dl(self, site, page)
|
ydl_outlinks = ydl.do_youtube_dl(self, site, page)
|
||||||
outlinks.update(ydl_outlinks)
|
outlinks.update(ydl_outlinks)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue