Update extra_tools.py
Browse files- extra_tools.py +1 -2
extra_tools.py
CHANGED
@@ -32,6 +32,5 @@ def scrap_webpage(target_url):
|
|
32 |
|
33 |
soup = BeautifulSoup(html_content, "html.parser")
|
34 |
stripped_content = soup.get_text()
|
35 |
-
|
36 |
-
|
37 |
return stripped_content
|
|
|
32 |
|
33 |
soup = BeautifulSoup(html_content, "html.parser")
|
34 |
stripped_content = soup.get_text()
|
35 |
+
|
|
|
36 |
return stripped_content
|