
What am I doing wrong?
I'm pretty new to all this, so any helpo would be appreciated :>
I've been trying to download and convert vids to mp3, but my videos aren't downloading due to not being able to find JS runtime. In the folder that I have yt-dlp.exe in, I also have deno in it, so I'm really confused on why it still says it can't find it. Note: I am on a WIndows 10
I mainly followed along with this video. Earlier, I also tried using the info of this thread, but the same problem occured.
Here's my script:
C:\Users\A>yt-dlp "https://www.youtube.com/watch?v=aReRh87HlOc"
[youtube] Extracting URL: https://www.youtube.com/watch?v=aReRh87HlOc
[youtube] aReRh87HlOc: Downloading webpage
WARNING: [youtube] No supported JavaScript runtime could be found. Only deno is enabled by default; to use another runtime add --js-runtimes RUNTIME[:PATH] to your command/config. YouTube extraction without a JS runtime has been deprecated, and some formats may be missing. See https://github.com/yt-dlp/yt-dlp/wiki/EJS for details on installing one
[youtube] aReRh87HlOc: Downloading android vr player API JSON
[info] aReRh87HlOc: Downloading 1 format(s): 401+251
[download] Destination: femtanyl - MAGFEST [aReRh87HlOc].f401.mp4
[download] 100% of 296.58MiB in 00:01:03 at 4.66MiB/s
[download] Destination: femtanyl - MAGFEST [aReRh87HlOc].f251.webm
[download] 100% of 2.92MiB in 00:00:00 at 4.62MiB/s
[Merger] Merging formats into "femtanyl - MAGFEST [aReRh87HlOc].webm"
Deleting original file femtanyl - MAGFEST [aReRh87HlOc].f401.mp4 (pass -k to keep)
Deleting original file femtanyl - MAGFEST [aReRh87HlOc].f251.webm (pass -k to keep)
Note: I have also added my folder (with yt-dlp and everything else) as a PATH in environmental variables.