Quality preferences can now be selected for non-YT videos and YT playlists

This commit is contained in:
Tzahi12345
2023-01-03 02:17:29 -05:00
parent 0161f544aa
commit 61973510f7
7 changed files with 78 additions and 64 deletions

View File

@@ -35,6 +35,10 @@ export type DownloadRequest = {
* Height of the video, if known
*/
selectedHeight?: string;
/**
* Max height that should be used, useful for playlists. selectedHeight will override this.
*/
maxHeight?: string;
/**
* Specify ffmpeg/avconv audio quality
*/