Update ytdl-core

This commit is contained in:
Preston 2020-12-17 14:12:51 -05:00
parent b9f4cd7a38
commit 49512dbe9b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -18731,9 +18731,9 @@
"integrity": "sha512-MH9xq4gxR54oktdPnkMXftKJ7aqp3iCDURKjEg/5NBoCPsOZUGFMtyAaVUBVNQsoAg1Dd0vxEPinbC/aJa/InQ=="
},
"ytdl-core": {
"version": "4.1.6",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.6.tgz",
"integrity": "sha512-byQCynwQeqzn0VkzASFWs41sxnGSHgAXC4Dm6r7woK3e/WNtTr0sfOIgLkRKXaTw3ez5Pq5VhGwFQtbY6YbxRA==",
"version": "4.1.7",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.7.tgz",
"integrity": "sha512-y0n0yejRIHljs8xM4v5SLB1WZeEhx4ZGJMEGHJurimu0ISqP91au+kFH8w9t31dWBca6hkhhnpFcFIz2xu2g4Q==",
"requires": {
"m3u8stream": "^0.8.3",
"miniget": "^4.0.0",

View File

@ -47,7 +47,7 @@
"yt-dash-manifest-generator": "^1.1.0",
"yt-trending-scraper": "^1.0.4",
"yt-xml2vtt": "^1.1.3",
"ytdl-core": "^4.1.6",
"ytdl-core": "^4.1.7",
"ytpl": "^2.0.3",
"ytsr": "^3.0.0"
},