feat: add checking and logging for valid yt url

This commit is contained in:
Aidan 2025-04-29 19:27:08 -04:00
parent ac7119dee5
commit 19ce5295b1
4 changed files with 27 additions and 13 deletions

View file

@ -9,6 +9,7 @@
"node-html-parser": "^7.0.1",
"nodemon": "^3.1.10",
"telegraf": "^4.16.3",
"winston": "^3.17.0"
"winston": "^3.17.0",
"youtube-url": "^0.5.0"
}
}