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

(refactor): updated node installation warning message

This commit is contained in:
2025-01-21 19:28:32 +05:30
Verified
parent d93dcc219d
commit e493c49e1c

View File

@@ -46,7 +46,7 @@ class YouTubeDownloader:
if not nodejs_installed(): if not nodejs_installed():
print("\nWarning: Node.js is not installed or not found in PATH!") print("\nWarning: Node.js is not installed or not found in PATH!")
print("BotGuard poToken generation will not work properly without Node.js environment") print("BotGuard poToken generation will not work properly without Node.js environment")
print("Please install Node.js from https://nodejs.org/en/download\n") print("Please install Node.js, read https://github.com/neosubhamoy/pytubepp#%EF%B8%8F-installation for instructions\n")
if is_valid_url(link): if is_valid_url(link):
link = is_valid_url(link).group(1) link = is_valid_url(link).group(1)