-
Notifications
You must be signed in to change notification settings - Fork 557
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
Add support for kellyscleankitchen.com #1425
Add support for kellyscleankitchen.com #1425
Conversation
Hi @ashiramin , thanks for the contribution! edit: Only 1 set of testhtml & JSON is required, unless implementing ingredient_groups functionality. |
@jknndy I've made the updates. Please let me know what you think |
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.
A few comments throughout but overall looks good! You'll also need to add test coverage for description, cook_time and prep_time and then we should be good to go.
Quality Gate passedIssues Measures |
d8de5a8
to
1c89707
Compare
Update recipe_scrapers/kellyscleankitchen.py Co-authored-by: Joey <7505194+jknndy@users.noreply.github.com> Update recipe_scrapers/kellyscleankitchen.py Co-authored-by: Joey <7505194+jknndy@users.noreply.github.com> Update recipe_scrapers/kellyscleankitchen.py Co-authored-by: Joey <7505194+jknndy@users.noreply.github.com> Update recipe_scrapers/kellyscleankitchen.py Co-authored-by: Joey <7505194+jknndy@users.noreply.github.com> Update recipe_scrapers/kellyscleankitchen.py Co-authored-by: Joey <7505194+jknndy@users.noreply.github.com> Update test coverage
1c89707
to
b64d3cf
Compare
@jknndy finally got around to making the changes you requested. Let me know what you think |
Looks good to me, thanks again for the contribution & happy new year. I'll leave this open for a few days for any other reviews and then merge! |
@ashiramin , I apologize but there is one more thing to fix! While this PR was open the supported sites list was moved from the readme into a web hosted doc which is procedural generated on merge. Could you remove your changes to README.rst? If you're unable to I can push a commit myself to fix it. Sorry about that! |
@jknndy all good made the updates. |
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.
Thanks again!
Resolves #1426