mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
changed ytdl-core-discord to ytdl-core
This commit is contained in:
Generated
+3
-20
@@ -2060,32 +2060,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ytdl-core": {
|
"ytdl-core": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-2.1.2.tgz",
|
||||||
"integrity": "sha512-rg1h6enMeBzShy4ZMam8k28VQfpSdxwZprCy3t38VvHn9DHzYqVk5Lvevy4QGkASScoYr1sIKGkNo0hh7NGRnA==",
|
"integrity": "sha512-/tOT9Pka6nX+LuvzNLBU8AbVHe8XELn3aZ69mvCxzvwO/ty9k8cRvF6jXqti7l5M+0hf+UPpP9jYPSAFAuoBUA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"html-entities": "^1.3.1",
|
"html-entities": "^1.3.1",
|
||||||
"m3u8stream": "^0.6.3",
|
"m3u8stream": "^0.6.3",
|
||||||
"miniget": "^1.7.0",
|
"miniget": "^1.7.0",
|
||||||
"sax": "^1.1.3"
|
"sax": "^1.1.3"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"ytdl-core-discord": {
|
|
||||||
"version": "1.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ytdl-core-discord/-/ytdl-core-discord-1.2.0.tgz",
|
|
||||||
"integrity": "sha512-BTE0eslSZzovThOAXbT9KZjsh2spu9y0nl9ZNrGNn4rLip8xocmYpDUEN8X03tTcGUybpzyN8J7wwM2/gNLRiA==",
|
|
||||||
"requires": {
|
|
||||||
"@types/node": "^13.11.1",
|
|
||||||
"prism-media": "^1.2.1",
|
|
||||||
"ytdl-core": "^2.0.1"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@types/node": {
|
|
||||||
"version": "13.13.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz",
|
|
||||||
"integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA=="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -25,6 +25,6 @@
|
|||||||
"puppeteer": "^3.0.2",
|
"puppeteer": "^3.0.2",
|
||||||
"simple-youtube-api": "^5.2.1",
|
"simple-youtube-api": "^5.2.1",
|
||||||
"sodium": "^3.0.2",
|
"sodium": "^3.0.2",
|
||||||
"ytdl-core-discord": "^1.2.0"
|
"ytdl-core": "^2.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user