black'd manually, again

This commit is contained in:
Barbara Miller 2024-05-30 17:53:19 -07:00
parent 90de4204b2
commit e4fa4ad6e5

View File

@ -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