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
Apache License 2.0
1.65k stars 260 forks source link

Location of packages for development such as MahApps, etc. #368

Open dbrewerton opened 1 month ago

dbrewerton commented 1 month ago

Hi there, I am trying to build with the newest code from Github however I don't know where to grab the libraries from. Can you help please??? Thanks in advance!

cristianst85 commented 1 month ago

They should be restored automatically from nuget.org. You can use Visual Studio Community 2022.

colt4567 commented 1 month ago

please at your own risk. My step.

1: google search[YoutubeExplode.dll 6.4.2 download]

2:Go to nuget site Youtube Explode.dll 6.4.2.

3:sign in.

4:Select [Open in NuGet Package Explorer] from the menu on the right.

5:Click [lib]→[net8.0]→Youtubeexplode.dll

6:Start downloading.

7:Copy that download file[youtube explode.dll].

8:Defautl install folder. C:\Program Files (x86)\YouTube Playlist Downloader

9:I recommend take youtube_explode.dll back up.

It work for my. please at your own risk. Thank you.

shaked6540 commented 1 month ago

Open a command line in the project directory and write "dotnet restore". If you're using Visual Studio, it should do that automatically when you build the project