Function YoutubeDL.download

Downloads and encodes a given URL into a playable format. This function spawns a new worker thread to download and encode a given youtube-dl compatabile URL.

Prototype

static dcad.types.DCAFile download(
  string url
);