Update node-ytdl-core

This commit is contained in:
Preston 2020-11-29 22:30:23 -05:00
parent 895906e2f6
commit 25c42900bb
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -18478,12 +18478,12 @@
"integrity": "sha512-MH9xq4gxR54oktdPnkMXftKJ7aqp3iCDURKjEg/5NBoCPsOZUGFMtyAaVUBVNQsoAg1Dd0vxEPinbC/aJa/InQ=="
},
"ytdl-core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.0.tgz",
"integrity": "sha512-W/iiX3Wtd+qEnIfm9BRe66hvzuTX5kOss1jgTuuVGUjOBqtSJOvzkffCaDkSW0xwXCB+iGs2k7zsgisbYkpVNw==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.1.tgz",
"integrity": "sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==",
"requires": {
"html-entities": "^1.3.1",
"m3u8stream": "^0.8.2",
"m3u8stream": "^0.8.3",
"miniget": "^4.0.0",
"sax": "^1.1.3"
},

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.0",
"ytdl-core": "^4.1.1",
"ytpl": "^2.0.0-alpha.1",
"ytsr": "^2.0.0-alpha.3"
},