mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-20 15:09:35 +05:30
(refactor): updated node installation warning message
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user