Skip to content
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 keyword "thermomix" to cookidoo importer #13

Open
MarcusWolschon opened this issue Jan 23, 2022 · 6 comments
Open

Add keyword "thermomix" to cookidoo importer #13

MarcusWolschon opened this issue Jan 23, 2022 · 6 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Priority: MEDIUM

Comments

@MarcusWolschon
Copy link
Owner

MarcusWolschon commented Jan 23, 2022

Describe the solution you'd like

All recipes from Cookidoo should get a keyword "Thermomix" added

@MarcusWolschon MarcusWolschon added enhancement New feature or request good first issue Good for newcomers Priority: MEDIUM labels Jan 23, 2022
@mayurstwt
Copy link

I am interested in this issue would you please assign me this ?

@MarcusWolschon
Copy link
Owner Author

@mayurstwt
Copy link

would you assign me some example or video to solve this that will be much more helpfull

@MarcusWolschon
Copy link
Owner Author

Not really. Sorry

@MarcusWolschon
Copy link
Owner Author

This is what I did for manipulating the ingredients.
Keywords should be similar.
#13

Probably something like:

def category(self):
        category = self.schema.data.get("recipeCategory")
        if isinstance(category, list):
            return ",".join(category) + ",THERMOMIX"
        return category + ",THERMOMIX"

@mayurstwt
Copy link

Sorry I did not knew about this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Priority: MEDIUM
Projects
None yet
Development

No branches or pull requests

2 participants