-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition: Support for rewe.de #1378
base: main
Are you sure you want to change the base?
Conversation
Thanks @Gamekohl! Could you run the |
@jayaddison done! |
One note about this scraper: it does work correctly when scraping from the recipe site's HTML -- but when I try using the |
…no description is provided on rewe recipes
@Gamekohl thanks again. One more request: could you update the description here to 'Resolves #1379'? The original thread about |
@@ -0,0 +1,39 @@ | |||
{ | |||
"author": null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm; some kind of bug in our SchemaOrg.author
method, possibly. I think an author name should be appearing here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rewe.de/rezepte recipes don't have an author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, yep. The author is listed in the WebPage
metadata.. but for some reason we're not retrieving it from there. It's not a bug in your code; I'm going to spend some time investigating that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I've tracked down the problem in #1380. Not exactly sure how best to resolve it yet; multiple options available.
Resolves #1379