yt-sub-fetch
Version:
A lightweight and efficient CLI tool for fetching YouTube subtitles or transcripts effortlessly.
38 lines (37 loc) • 805 B
JSON
{
"name": "yt-sub-fetch",
"version": "1.1.1",
"description": "A lightweight and efficient CLI tool for fetching YouTube subtitles or transcripts effortlessly.",
"main": "src/cli.js",
"bin": {
"yt-sub-fetch": "src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aung Myo Kyaw",
"license": "MIT",
"type": "module",
"keywords": [
"YouTube",
"transcript",
"subtitles",
"fetch",
"YouTube-subtitles",
"YouTube-transcript",
"subtitle-fetcher",
"transcript-fetcher",
"YouTube-CLI",
"video-transcript",
"subtitle-downloader",
"text-fetch",
"subtitle-parser",
"video-text",
"caption",
"CLI-tool",
"YouTube-automation"
],
"dependencies": {
"axios": "^1.7.9"
}
}