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

Fixed my dumb mistakes #13

Closed laughingclouds closed 2 years ago

laughingclouds commented 2 years ago

The code is working now.

1) Changed order of execution for 3 functions, that are invoked by another function. To allow ample time for content to load.

2) Made changes to the function that saves the json related dictionaries. Function will now return the changed objects. These returned values will be used in the code.