diff options
author | 2021-09-19 12:47:21 +0200 | |
---|---|---|
committer | 2021-09-19 12:47:21 +0200 | |
commit | 865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f (patch) | |
tree | 2dd4935ae03b084570c003eb0c004022e9a99de3 /package.json | |
parent | bb22276b9bdfdb23da313a5495dc4f3fcdb3bb09 (diff) | |
download | my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.tar.gz my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.tar.bz2 my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.zip |
youtube & player apps fixes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index a331983..0cf9415 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "sass": "^1.35.1", "scrape-youtube": "^2.1.9", "swr": "^1.0.0", - "ytdl-core": "^4.9.1" + "ytdl-core": "^4.9.1", + "ytpl": "^2.2.3" }, "devDependencies": { "@next/eslint-plugin-next": "^11.1.2", |