From a3b32c9a95f538ca3324ed2b540fc4aac89e9e0d Mon Sep 17 00:00:00 2001 From: Youssif Shaaban Alsager Date: Sun, 21 May 2023 11:46:45 +0300 Subject: [PATCH] [YouTube] Re-order ultralow audio formats and correct Itag 600 bitrate --- .../schabi/newpipe/extractor/services/youtube/ItagItem.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java index e3e35ea15..b5945a072 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java @@ -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 ////