getting upstream

This commit is contained in:
2024-08-22 11:12:11 +02:00
parent f3ab4db625
commit 850538a92f
3 changed files with 53 additions and 16 deletions

View File

@@ -108,7 +108,7 @@ def runner(entry,session,scrap_func,next_url_func):
i=0
b_url = entry.scrapurl
while b_url != 0 and i<50:
sleep(0.3)
sleep(0.5)
if b_url:
domain = extractDomain(b_url)
print(domain)