headless-youtube-captions
Version:
Extract YouTube video transcripts, channel videos, comments, and comprehensive video metadata using headless browser automation
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "headless-youtube-captions",
"version": "1.4.0",
"description": "Extract YouTube video transcripts, channel videos, comments, and comprehensive video metadata using headless browser automation",
"main": "src/index.js",
"types": "src/index.d.ts",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"author": {
"name": "andrewlwn77"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewlwn77/headless-youtube-captions.git"
},
"homepage": "https://github.com/andrewlwn77/headless-youtube-captions",
"bugs": {
"url": "https://github.com/andrewlwn77/headless-youtube-captions/issues"
},
"license": "MIT",
"scripts": {
"test": "node --test test/*.test.js"
},
"dependencies": {
"he": "^1.2.0",
"lodash": "^4.17.21",
"puppeteer": "^24.10.0",
"striptags": "^3.2.0"
},
"devDependencies": {},
"keywords": [
"youtube",
"search",
"captions",
"subtitles",
"transcript",
"comments",
"channel",
"videos",
"metadata",
"description",
"puppeteer",
"headless",
"scraper",
"api",
"automation",
"global-search"
]
}