-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Closed
Description
Google_News.py not working due to the following code
s_url ="https://news.google.com/news/headlines/section/topic/SPORTS.en_in/Sports?ned=in&hl=en-IN&gl=IN"
Client=urlopen(s_url)
This code is not parsed by
xml_page=Client.read()
Client.close()
soup_page=soup(xml_page,"xml")
news_list=soup_page.findAll("item")
Due to the fact that there is no xml found in that url.
Metadata
Metadata
Assignees
Labels
No labels