feat: add Emily Bites scraper (emilybites.com)#1971
Open
flaminiom wants to merge 1 commit into
Open
Conversation
Site uses WP Recipe Maker plugin, so WPRMMixin provides all method implementations. Includes test data from a Creamy Tomato Pasta recipe. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jknndy
requested changes
May 29, 2026
jknndy
left a comment
Collaborator
There was a problem hiding this comment.
Hi @flaminiom , thanks for the contribution. The wprm mixin is only used in instances where equipment is available, as it is not a schema field it has its only implementation with the mixin. I've placed two comments to remove it, once done this will be good to go!
| from ._wprm import WPRMMixin | ||
|
|
||
|
|
||
| class EmilyBites(WPRMMixin, AbstractScraper): |
Collaborator
There was a problem hiding this comment.
Suggested change
| class EmilyBites(WPRMMixin, AbstractScraper): | |
| class EmilyBites(AbstractScraper): |
| @@ -0,0 +1,8 @@ | |||
| from ._abstract import AbstractScraper | |||
| from ._wprm import WPRMMixin | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| from ._wprm import WPRMMixin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Emily Bites (emilybites.com) is a popular lightened-up comfort food blog that uses the WP Recipe Maker plugin. This PR adds a minimal scraper following the established
WPRMMixin + AbstractScraperpattern used by 100+ other sites in this library.Changes:
recipe_scrapers/emilybites.pyEmilyBitesin__init__.py(alphabetically betweenEggsCaandElaVegan)tests/test_data/emilybites.com/emilybites_1.testhtml+emilybites_1.jsonAll 1098 tests pass.
🤖 Generated with Claude Code