-
-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Labels
Description
Bug report
Checklist
- I have searched for similar bugs in the issues.
- I will add the bug label to this issue.
Version Info
- Ytmdl version:
2023.2.28 - Youtube-dl version:
2023.3.4
How Ytmdl was installed?
I have installed it through pip with the optional packages
Console Log
PS C:\Windows\system32\WindowsPowerShell\v1.0> ytmdl
ytmdl : The term 'ytmdl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ ytmdl
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (ytmdl:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Description
After installing the ytmdl with pip i tried to execute the command "ytmdl" in Windows Powershell. But I got an error (see above).
Reactions are currently unavailable