1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(feat): added nodejs detection

This commit is contained in:
2025-01-26 19:42:04 +05:30
Verified
parent 01c50cd339
commit 8bae029b5a
6 changed files with 56 additions and 8 deletions

View File

@@ -82,6 +82,11 @@
"cmd": "ffmpeg",
"args": ["-version"]
},
{
"name": "is-nodejs-installed",
"cmd": "node",
"args": ["--version"]
},
{
"name": "is-pytubepp-installed",
"cmd": "pytubepp",
@@ -133,8 +138,8 @@
"windows": [
{
"title": "PytubePP Helper",
"width": 500,
"height": 335
"width": 515,
"height": 365
}
],
"security": {