add comment

This commit is contained in:
Barbara Miller 2024-04-23 16:00:18 -07:00
parent 487a7009f0
commit 7764c3f6d7

View File

@ -33,6 +33,7 @@ thread_local = threading.local()
def should_ytdlp(page, site):
# called only after we've passed needs_browsing() check
if page.status_code != 200:
return False