Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

youtube.DownloadAsync(string videoid, string path, string type = "mp3", string quality = "128")

Arttu Kuikka edited this page Dec 8, 2021 · 1 revision
DownloadAsync(videoid, path, type, quality);
  1. videoid is the part of youtube link after watch?v=
  2. path. where you want your downloaded file to be stored (by default force creates file so be carefull)
  3. type. either mp3 or mp4. determines if downloaded content is audio or video.
  4. quality. for music the quality should allways be 128 but videos can be downloaded at any of youtubes default resulutions.