Skip to content

added useful functions to DownloadOptions class#164

Open
xafable wants to merge 1 commit into
Athlon1600:masterfrom
xafable:master
Open

added useful functions to DownloadOptions class#164
xafable wants to merge 1 commit into
Athlon1600:masterfrom
xafable:master

Conversation

@xafable

@xafable xafable commented Aug 9, 2022

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants