Created
June 26, 2020 18:51
-
-
Save joshkerr/2950e7c6c2bc8dd41042f6c66d6f733b to your computer and use it in GitHub Desktop.
This shell script will convert any recipe website link into just the ingredients and directions. Great for when you just want the recipe and not all of the other stuff.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sG "https://plainoldrecipe.com/recipe" -d "url=${1}" | pandoc -f html -t markdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment