@joshyzou/getyoutubelinks
Version:
Searches youtube for the best video that matches your string, and returns the link and title of that video
22 lines (21 loc) • 542 B
JSON
{
"name": "@joshyzou/getyoutubelinks",
"version": "1.1.9",
"description": "Searches youtube for the best video that matches your string, and returns the link and title of that video",
"license": "MIT",
"repository": "https://github.com/Joshua-Zou/getyoutubelinks",
"main": "index.js",
"keywords": [
"youtube",
"npm",
"search",
"joshyzou",
"link",
"get"
],
"dependencies": {
"discord-youtube-api": "~0.1.0",
"youtube-search-api": "~1.0.8",
"ytdl-core": "~4.4.3"
}
}