ianbrault / nyt_recipe

Downloads recipes from the NYT Cooking website and converts them into an Apple Notes-compatible format
MIT License
16 stars 2 forks source link

[Feature request] Backup all saved recipes #1

Closed Philmod closed 10 months ago

Philmod commented 1 year ago

Hi!

I would love to backup all my saved recipes (cooking.nytimes.com/recipe-box). Have you considered building a script for that?

Thanks, Philmod

ianbrault commented 1 year ago

Hi Philmod!

As far as I can tell, the contents of the recipe box are populated dynamically after the initial page load so I am not aware of an easy way to query this (I tried curl with a cookie file to no success). If you are aware of a way to get this info I would be happy to add it to the script, though.

Best, Ian