Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: cant loop through scraped site
Post: RE: cant loop through scraped site

ok fair call, here is the code with the error. from requests_html import HTML, HTMLSession session = HTMLSession() r = session.get("https://www.afl.com.au/fixture") r.html.render() datas = r.htm...
matt42 Web Scraping & Web Development 3 2,471 Aug-12-2020, 06:31 AM
    Thread: cant loop through scraped site
Post: cant loop through scraped site

hi there, I have the following scraping code which gets the information I want for the first game but when I try to loop through the page, to get the other game information on the same page, the scrip...
matt42 Web Scraping & Web Development 3 2,471 Aug-12-2020, 05:00 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020