We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d504e0 commit 5f3c2f5Copy full SHA for 5f3c2f5
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java
@@ -39,9 +39,9 @@ public class ItagItem {
39
new ItagItem(139, AUDIO, M4A, 48),
40
new ItagItem(140, AUDIO, M4A, 128),
41
new ItagItem(141, AUDIO, M4A, 256),
42
- new ItagItem(249, AUDIO, OPUS, 50),
43
- new ItagItem(250, AUDIO, OPUS, 70),
44
- 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),
45
46
/// VIDEO ONLY ////////////////////////////////////////////
47
// ID Type Format Resolution FPS ///
0 commit comments