diff options
author | 2025-01-24 19:31:05 +0100 | |
---|---|---|
committer | 2025-01-25 23:23:13 +0100 | |
commit | e647fbcef903067fcf5391e4d5bc8e404d482e20 (patch) | |
tree | f52adc8bb538e310898676f37c143a93e15bbc42 /pages/api/youtube/video.js | |
parent | 57095a47c4c3c2e8615854436c7770e7ee101197 (diff) | |
download | my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.tar.gz my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.tar.bz2 my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.zip |
upgrades - node, react, next, etc
Diffstat (limited to 'pages/api/youtube/video.js')
-rw-r--r-- | pages/api/youtube/video.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/api/youtube/video.js b/pages/api/youtube/video.js index f04c7f0..f60ba7a 100644 --- a/pages/api/youtube/video.js +++ b/pages/api/youtube/video.js @@ -1,5 +1,5 @@ import withSession from 'hocs/withSession' -import ytdl from 'ytdl-core' +import ytdl from '@distube/ytdl-core' export default withSession(async (req, res) => { switch (req.method) { |