[CLI] Recipe import from YouTube videos via AI #8
Labels
No labels
bug
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
gram-lang/gram#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The
gram importcommand currently handles text-based sources. However, cooking videos are a massive source of recipes.Workflow
Extend the CLI to support YouTube video URLs. The idea I have in mind is to let the system extract the video subtitles (transcript) and feed them directly into the existing AI pipeline to generate the corresponding Gram code.
Technical Note
The core infrastructure for this is already in place, and the prompt specification already exists (
prompts/gram-spec.ts). The main requirement is building the extraction and routing logic.