mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-12 16:25:34 -04:00
add comment
This commit is contained in:
parent
487a7009f0
commit
7764c3f6d7
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ thread_local = threading.local()
|
||||||
|
|
||||||
|
|
||||||
def should_ytdlp(page, site):
|
def should_ytdlp(page, site):
|
||||||
|
# called only after we've passed needs_browsing() check
|
||||||
if page.status_code != 200:
|
if page.status_code != 200:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue