mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'rotary_skip_ytdlp' into qa
This commit is contained in:
commit
a02763f18e
@ -73,7 +73,7 @@ def should_ytdlp(site, page, skip_av_seeds):
|
||||
)
|
||||
|
||||
# TODO: develop UI and refactor
|
||||
if ytdlp_seed
|
||||
if ytdlp_seed:
|
||||
if site.skip_ytdlp == "UNKNOWN" and ytdlp_seed in skip_av_seeds:
|
||||
logging.info("skipping ytdlp: site in skip_av_seeds")
|
||||
site.skip_ytdlp = YTDLPStatus.SKIP
|
||||
|
Loading…
x
Reference in New Issue
Block a user