I'm making a webscraper that scrapes information from websites that offer translated series. The idea is to centralize their series and offer them on one site with links towards their chapters. So if i bookmark a serie of theirs, if i want to read it i'll select a chapter and go to their site.
The scraper works and gets all necessary information but i'm struggeling to figure out which is the best way to save it on the database(mysql).
Right now the scraper exists out of abstract class that implements an interface.
It works when i make a request but the code is a warcrime and i'm sure i'm handeling it the wrong way