Athlon1600 / youtube-downloader

:tv: PHP based alternative to youtube-dl and yt-dlp. Active and frequently updated! :star:
https://unblockvideos.com/
MIT License
800 stars 316 forks source link

added useful functions to DownloadOptions class #164

Open xafable opened 2 years ago

xafable commented 2 years ago

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

unikapps commented 1 year ago

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)