Skip to content

seizue/YTDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YTDownload

Yet another app that download videos in youtube

Download

Download

Getting started

   private YouTubeService YouTubeService
   {
       get
       {
           if (youtubeService == null)
           {
               youtubeService = new YouTubeService(new BaseClientService.Initializer()
               {
                   // Place your API Key here
                   ApiKey = "your_API_Key",

                   // Place your Application Name here
                   ApplicationName = "your_application_name"
               });
           }
           return youtubeService;
       }
  }

Make sure to replace "your_API_Key" and "your_application_name" with your actual API key and application name

Nuget Packages

Screenshot

Screenshot 2024-04-24 0928164

YouTube icon by Icons8

About

Yet another app that download videos in YT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages