hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.6k stars 505 forks source link

Add 15gram #1131

Closed mlduff closed 4 weeks ago

mlduff commented 1 month ago

Adds a scraper for 15gram.be, which has Recipe Schema support. Only thing I had to implement myself was the canonical URL, retrieving it from the meta og:url tag.

Resolves https://github.com/hhursev/recipe-scrapers/issues/1130