We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AllRecipes parser no longer retrieves active URLs correctly:
>>> recipe = AllRecipes("http://allrecipes.com/recipe/8026/sugarless-fruitcake/") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/denis/repos/repos-git/recipebook/parser.py", line 36, in __init__ raise ValueError('could not fetch data from: ""' + self.url + '""') ValueError: could not fetch data from: ""http://allrecipes.com/recipe/8026/sugarless-fruitcake/""
>>> recipe = AllRecipes("https://www.allrecipes.com/recipe/13496/sweet-potato-casserole-iii/") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/denis/repos/repos-git/recipebook/parser.py", line 36, in __init__ raise ValueError('could not fetch data from: ""' + self.url + '""') ValueError: could not fetch data from: ""https://www.allrecipes.com/recipe/13496/sweet-potato-casserole-iii/""
reference: dpapathanasiou/recipes#4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The AllRecipes parser no longer retrieves active URLs correctly:
reference: dpapathanasiou/recipes#4
The text was updated successfully, but these errors were encountered: