nextcloud / nextcloud/cookbook
Rewrite the scrapper in JavaScript
Open
@TheMBeat is already working on this.
Since Jun 25, 2022.
enhancement
- Dominant language
- HTML
- Stars
- 641
- Forks
- 113
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
You should first test if there is a JSON on the website, if there is none you can iterate through a list of special scrapers for the websites. If no scrapper is registered for this website, a universal scrapper should be executed.
Additionally we can write our own converter in JavaScript for different recipe formats to import them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.