laughingclouds / Scrapia-World

A web scraper for scraping wuxiaworld. Written in python, using selenium and python cmd for an interactive shell experience with a command line utility to work with text along with a database to store information.
MIT License
2 stars 1 forks source link

Page source being saved before the content loads #12

Closed laughingclouds closed 2 years ago

laughingclouds commented 2 years ago

As you can see... image

My guess is the code under the function that does 3 things (scrape, sleep, goto next page) is not doing things in proper order. Maybe scrape -> then goto next page -> then sleep. That way the content gets enough time to get loaded.