opex-yt-id
Version:
Extracts YouTube video, channel, and playlist IDs from various URLs
30 lines • 543 B
JSON
{
"name": "opex-yt-id",
"version": "1.1.0",
"description": "Extracts YouTube video, channel, and playlist IDs from various URLs",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
}
},
"scripts": {
"test": "node --test test.js"
},
"keywords": [
"youtube",
"video",
"channel",
"playlist",
"id",
"parser",
"url",
"extract",
"opex"
],
"author": "t.me/OpexDev",
"license": "MIT"
}