mirror of
https://github.com/timberjoegithub/GoogleScrape.git
synced 2026-07-22 00:19:48 +00:00
new stuff
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ request_result=requests.get( url )
|
||||
soup = bs4.BeautifulSoup(request_result.text,
|
||||
"html.parser")
|
||||
#print(soup)
|
||||
heading_object=soup.find_all( 'h3' )
|
||||
heading_object=soup #.find_all( 'h1' )
|
||||
|
||||
# Iterate through the object
|
||||
# and print it as a string.
|
||||
|
||||
Reference in New Issue
Block a user