mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-24 22:48:33 -04:00
black'd manually, again
This commit is contained in:
parent
90de4204b2
commit
e4fa4ad6e5
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ thread_local = threading.local()
|
||||||
def should_ytdlp(site, page, skip_av_seeds):
|
def should_ytdlp(site, page, skip_av_seeds):
|
||||||
# called only after we've passed needs_browsing() check
|
# called only after we've passed needs_browsing() check
|
||||||
from .model import YTDLPStatus
|
from .model import YTDLPStatus
|
||||||
|
|
||||||
if page.status_code != 200:
|
if page.status_code != 200:
|
||||||
logging.info("skipping ytdlp: non-200 page status")
|
logging.info("skipping ytdlp: non-200 page status")
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue