[YouTube] Re-order ultralow audio formats and correct Itag 600 bitrate

This commit is contained in:
Youssif Shaaban Alsager 2023-05-21 11:46:45 +03:00 committed by GitHub
parent 93a71fd8d4
commit a3b32c9a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@ public class ItagItem implements Serializable {
//////////////////////////////////////////////////////////////////
new ItagItem(171, AUDIO, WEBMA, 128),
new ItagItem(172, AUDIO, WEBMA, 256),
new ItagItem(599, AUDIO, M4A, 32),
new ItagItem(139, AUDIO, M4A, 48),
new ItagItem(140, AUDIO, M4A, 128),
new ItagItem(141, AUDIO, M4A, 256),
new ItagItem(600, AUDIO, WEBMA_OPUS, 35),
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 ////