mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -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):
|
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…
x
Reference in New Issue
Block a user