youtube-downloader icon indicating copy to clipboard operation
youtube-downloader copied to clipboard

added useful functions to DownloadOptions class

Open xafable opened this issue 2 years ago • 1 comments

// 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()

xafable avatar Aug 09 '22 18:08 xafable

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)

unikapps avatar Apr 28 '23 16:04 unikapps