Skip to content

Commit 5f3c2f5

Browse files
committed
Update ItagItem.java
1 parent 6d504e0 commit 5f3c2f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public class ItagItem {
3939
new ItagItem(139, AUDIO, M4A, 48),
4040
new ItagItem(140, AUDIO, M4A, 128),
4141
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),
42+
new ItagItem(249, AUDIO, WEBMA_OPUS, 50),
43+
new ItagItem(250, AUDIO, WEBMA_OPUS, 70),
44+
new ItagItem(251, AUDIO, WEBMA_OPUS, 160),
4545

4646
/// VIDEO ONLY ////////////////////////////////////////////
4747
// ID Type Format Resolution FPS ///

0 commit comments

Comments
 (0)