Import
Import recipes from websites and convert to Cooklang format.
Requires the OPENAI_API_KEY environment variable for conversion to Cooklang. Without the key, you can still download the original recipe content with --skip-conversion. Alternatively, use the cook.md converter.
Usage
Arguments
| Argument | Description |
|---|---|
<URL> | URL of the recipe webpage to import. Works with sites using Recipe Schema.org markup. |
Options
| Option | Description |
|---|---|
-s, --skip-conversion | Output original recipe data without converting to Cooklang |
--metadata <FORMAT> | Metadata format: frontmatter (default), json, yaml, none |
--metadata-only | Output only metadata, no recipe content |