shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Other
1.26k stars 208 forks source link

Asks for DotNET framework but doesn't work even when installed #208

Open HannahFBR opened 7 months ago

Ryanqqqq commented 6 months ago

run as admin fixed most problems

nitigya-joshi commented 6 months ago

Facing same problem. Running as administrator doesn't solve the issue.

Lukxss commented 6 months ago

I have the same problem, running as administrator doesn't solve the issue.

shehzadashiq commented 6 months ago

It's looking for a specific version of the runtime. The installer links to the latest version download but the executable requires an older version of the .Net SDK

Once I installed version 7.0.100 which the program was looking for it worked without any issue.

[.NET 7.0 SDK (v7.0.100) - Windows x64 Installer] (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-7.0.100-windows-x64-installer)

Direct link for installer

ChanJoon commented 5 months ago

It's looking for a specific version of the runtime. The installer links to the latest version download but the executable requires an older version of the .Net SDK

Once I installed version 7.0.100 which the program was looking for it worked without any issue.

[.NET 7.0 SDK (v7.0.100) - Windows x64 Installer] (dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-7.0.100-windows-x64-installer)

Direct link for installer

This works! Thank you. Instead of downloading 7.0.15, which is linked in this downloader, I installed 7.0.10 version linked in above comment.

shaked6540 commented 5 months ago

should be fixed in the latest version