mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
black'd manually, again
This commit is contained in:
parent
90de4204b2
commit
e4fa4ad6e5
@ -35,6 +35,7 @@ thread_local = threading.local()
|
||||
def should_ytdlp(site, page, skip_av_seeds):
|
||||
# called only after we've passed needs_browsing() check
|
||||
from .model import YTDLPStatus
|
||||
|
||||
if page.status_code != 200:
|
||||
logging.info("skipping ytdlp: non-200 page status")
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user