Skip to content
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] Articles processing #10

Open
vmeylan opened this issue Feb 12, 2024 · 0 comments
Open

[refactor] Articles processing #10

vmeylan opened this issue Feb 12, 2024 · 0 comments

Comments

@vmeylan
Copy link
Collaborator

vmeylan commented Feb 12, 2024

The current articles processing has copy pasted methods while we can simplify down with config json and adapting to a few edge cases. Most of the time it is mostly about changing the CSS selector for each title, author, release date (+ correct formatting into yyyy-mm-dd), and content.

We can make something cleaner there where each CSS selector and date format is a parameter.
Even better: automate the process with a scrapping tool

@vmeylan vmeylan changed the title [refactor] The way articles are processed [refactor] Articles processing Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant