From 5f3c2f5622928d40c5612152a6e061cb85ab3974 Mon Sep 17 00:00:00 2001 From: kapodamy Date: Mon, 23 Sep 2019 21:10:14 -0300 Subject: [PATCH] Update ItagItem.java --- .../schabi/newpipe/extractor/services/youtube/ItagItem.java | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ba40c2dd..a3de19e2 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 @@ -39,9 +39,9 @@ public class ItagItem { new ItagItem(139, AUDIO, M4A, 48), new ItagItem(140, AUDIO, M4A, 128), new ItagItem(141, AUDIO, M4A, 256), - new ItagItem(249, AUDIO, OPUS, 50), - new ItagItem(250, AUDIO, OPUS, 70), - new ItagItem(251, AUDIO, OPUS, 160), + new ItagItem(249, AUDIO, WEBMA_OPUS, 50), + new ItagItem(250, AUDIO, WEBMA_OPUS, 70), + new ItagItem(251, AUDIO, WEBMA_OPUS, 160), /// VIDEO ONLY //////////////////////////////////////////// // ID Type Format Resolution FPS ///