[YouTube] Add support for ultralow audio formats

This commit is contained in:
Youssif Shaaban Alsager 2023-05-20 15:23:17 +03:00 committed by GitHub
parent 533121fb81
commit 93a71fd8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ public class ItagItem implements Serializable {
new ItagItem(249, AUDIO, WEBMA_OPUS, 50),
new ItagItem(250, AUDIO, WEBMA_OPUS, 70),
new ItagItem(251, AUDIO, WEBMA_OPUS, 160),
new ItagItem(599, AUDIO, M4A, 32),
new ItagItem(600, AUDIO, WEBMA_OPUS, 48),
/// VIDEO ONLY ////////////////////////////////////////////
// ID Type Format Resolution FPS ////