A command line tool to import recipes into Cooklang format
poetry run./cook-import --link https://www.bbcgoodfood.com/recipes/next-level-tikka-masala
If you want to output the recipe to a file use this command to run
poetry run ./cook-import --link https://www.bbcgoodfood.com/recipes/next-level-tikka-masala --file
To see all available listing of flags run this command
poetry run ./cook-import --help