mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-27 00:35:38 -04:00
Merge branch 'rotary_skip_ytdlp' into qa
This commit is contained in:
commit
a02763f18e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue