Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def link_find(url):
|
|
18 |
for p in soup.find_all("a"):
|
19 |
out.append({"LINK TITLE":p.get('title'),"URL":p.get('href'),"STRING":p.string,"TREE":[]})
|
20 |
else:
|
21 |
-
|
22 |
return out
|
23 |
#https://huggingface.co/spaces/Omnibus/crawl
|
24 |
|
|
|
18 |
for p in soup.find_all("a"):
|
19 |
out.append({"LINK TITLE":p.get('title'),"URL":p.get('href'),"STRING":p.string,"TREE":[]})
|
20 |
else:
|
21 |
+
pass
|
22 |
return out
|
23 |
#https://huggingface.co/spaces/Omnibus/crawl
|
24 |
|