jpbulman / OnlyTheRecipe

Recipe websites have too much clutter, this scrapes *just* the recipe
https://www.onlytherecipe.org/
56 stars 12 forks source link

Support for taste.com.au #16

Closed eithan1231 closed 2 years ago

eithan1231 commented 2 years ago

Support for taste.com.au

Sample URL: https://www.taste.com.au/recipes/one-pan-cheesy-bacon-broccoli-pasta-recipe/0fu5zyqt

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/jpbulman/only-the-recipe/FSMhLkrCJKqZfnp5YqjGW1EEK1oB
✅ Preview: https://only-the-recipe-git-fork-eithan1231-tastecomau-jpbulman.vercel.app

jpbulman commented 2 years ago

Hey @eithan1231, thanks for the contribution and sample link! The preview branch with the test case you gave doesn't seem to be working for me (branch with sample), has it been working for you?

From a quick glance, the code seems like it should work. It may be that the selector has to go one level deeper into the div? I'd have to take a closer look

eithan1231 commented 2 years ago

Unfortunately I am not certain why this is not working. It works locally, so my suspicion is that taste.com.au does not allow specific IPs from accessing it, namely from vercel? I do not know enough about how this application works to give a great look into what is going wrong.

If you do not have the time to review this in greater detail feel free to close this PR, as I am not certain what else I can do to debug this issue.