youtube-downloader
youtube-downloader copied to clipboard
added useful functions to DownloadOptions class
// get best combined format by video quality public function getBestCombinedFormat()
// get best video format by quality public function getBestVideoFormat()
// get best audio format by quality public function getBestAudioFormat()
I like this PR, it will be nice to make it flexible to select maximum quality for video:
For example, I want the best video quality up to 1080p
getBestVideoFormat(1080)