mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
cli: use worker's yt-dlp check
This commit is contained in:
parent
c5aa46174d
commit
907eace1a5
@ -393,7 +393,7 @@ def brozzle_page(argv=None):
|
||||
site,
|
||||
page,
|
||||
on_screenshot=on_screenshot,
|
||||
enable_youtube_dl=not args.skip_youtube_dl,
|
||||
enable_youtube_dl=not worker._skip_youtube_dl,
|
||||
)
|
||||
logger.info("outlinks", outlinks=sorted(outlinks))
|
||||
except brozzler.ReachedLimit as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user