hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.73k stars 527 forks source link

Improvment: Instruction Retrieval with Fallback for Additional Schema Input #1356

Open jknndy opened 1 day ago

jknndy commented 1 day ago

Related to #1357

jayaddison commented 13 hours ago

Well, the schema.org validator emits instructions for the recipe webpage mentioned in #1350.. so it does seem acceptable to allow this in the base schema.org handler :+1:

https://validator.schema.org/#url=https%3A%2F%2Feggs.ca%2Frecipes%2Fcreme-brulee%2F

Can we confirm whether case-insensitive (or perhaps something more complicated? initial-case-insensitive?) rules are used for schema.org in general? (this could affect a bunch of our other methods on the same class, depending on what we find)