Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def find_all(url,q=None,num=None):
|
|
26 |
#rawp.append([tag.name for tag in soup.find_all()] )
|
27 |
#soup_list = [tag for tag in soup.find_all()]
|
28 |
#for tag in soup.find_all('h1','h2','h3','p','div','ul'):
|
29 |
-
for i,tag in enumerate(
|
30 |
|
31 |
#print (tag.get_text().name)
|
32 |
#print(tag.findChildren("a" , recursive=False))
|
|
|
26 |
#rawp.append([tag.name for tag in soup.find_all()] )
|
27 |
#soup_list = [tag for tag in soup.find_all()]
|
28 |
#for tag in soup.find_all('h1','h2','h3','p','div','ul'):
|
29 |
+
for i,tag in enumerate(this):
|
30 |
|
31 |
#print (tag.get_text().name)
|
32 |
#print(tag.findChildren("a" , recursive=False))
|