ssnepenthe / recipe-scraper

A library for scraping recipes from popular recipe sites.
GNU General Public License v2.0
47 stars 15 forks source link

allrecipes.com not returning instructions #42

Closed robschroeder803 closed 4 years ago

robschroeder803 commented 4 years ago

When following the directions on how to scrape, the example you use (http://allrecipes.com/recipe/139917/joses-shrimp-ceviche/) doesn't return instructions in the array.

ssnepenthe commented 4 years ago

Thanks for the report and sorry about the slow response.

It looks like allrecipes has undergone a pretty significant redesign.

Interestingly, it looks like some recipes are still being served with the old design: https://www.allrecipes.com/recipe/42273/apple-pumpkin-muffins/

I will push a fix sometime today.