-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor to oop approach #54
base: main
Are you sure you want to change the base?
Conversation
Please note Issue #53 , there probably is an easier way to retrieve all the data using the 'new' API. |
Good one |
Hey @miritreus, I found that the scraping module fails when the I believe it is worth limiting the |
I want to propose a more object oriented approach with this PR. Most notably, the fetching of the html is separated from the extraction of the data from the fetched html pages. The fetched html is saved. The following folder structure is used:
Also fixed some css selectors and did some renaming along the way.
Still lots of room for improvement, but this is a start.