jpbulman / OnlyTheRecipe

Recipe websites have too much clutter, this scrapes *just* the recipe
https://www.onlytherecipe.org/
56 stars 12 forks source link

Fallback to JustTheRecipe scraping #41

Open IJMacD opened 2 years ago

IJMacD commented 2 years ago

If the domain is not recognised and we don't have the selectors defined already could we just fallback to scraping https://www.justtherecipe.com/?

They use https://www.justtherecipe.com/extractRecipeAtUrl?url=XXX to return a complex JSON object which could be consumed.

Is is more or less ethical to scrape a scraper compared to scraping the original site?