Spaces:
Running
Running
Update test.py
Browse files
test.py
CHANGED
@@ -180,7 +180,7 @@ async def test_google(code:str):
|
|
180 |
return {"attachment_count":attachment_no,"attachment_content":data_new}
|
181 |
|
182 |
|
183 |
-
|
184 |
soup = BeautifulSoup(html_content, 'html.parser')
|
185 |
|
186 |
# Extract text
|
|
|
180 |
return {"attachment_count":attachment_no,"attachment_content":data_new}
|
181 |
|
182 |
|
183 |
+
def extract_text_and_links(html_content):
|
184 |
soup = BeautifulSoup(html_content, 'html.parser')
|
185 |
|
186 |
# Extract text
|