There are files to restore build. To do this, you need to:
- Download these files
- Create in Visual Studio (I used 2022) a project with the template "Binding library Xamarin"
- Add file YoutubeExplode.cs into the project
- Add nuget packages: Xamarin.MP4Transcoder and YoutubeExplode
- Build project in the release mode. You will get in the bin folder the dll named like your project name
- Create in Visual Studio (I used 2022) a project "Xamarin.Forms"
- Add other files to the project
- Replace or add from Android manifest raws with permissions and with necessary requests
- Change in .cs files namespaces on your created project's namespace
- Change in xaml namespaces (here was App8 namespace) on your created project's namespace
- Add YoutubeExplodePackage if needed
- Add dependence to created dll in step 5 for 'your-project-name'.Android project
- Enjoy