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 91aa52f commit 9af07a2Copy full SHA for 9af07a2
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java
@@ -34,18 +34,14 @@ public class ItagItem {
34
////////////////////////////////////////////////////////////////////
35
// AUDIO ID ItagType Format Bitrate ///
36
//////////////////////////////////////////////////////////////////
37
- // Disable Opus codec as it's not well supported in older devices
38
-// new ItagItem(249, AUDIO, WEBMA, 50),
39
-// new ItagItem(250, AUDIO, WEBMA, 70),
40
-// new ItagItem(251, AUDIO, WEBMA, 160),
41
new ItagItem(171, AUDIO, WEBMA, 128),
42
new ItagItem(172, AUDIO, WEBMA, 256),
43
new ItagItem(139, AUDIO, M4A, 48),
44
new ItagItem(140, AUDIO, M4A, 128),
45
new ItagItem(141, AUDIO, M4A, 256),
46
new ItagItem(249, AUDIO, OPUS, 50),
47
new ItagItem(250, AUDIO, OPUS, 70),
48
- new ItagItem(160, AUDIO, OPUS, 160),
+ new ItagItem(251, AUDIO, OPUS, 160),
49
50
/// VIDEO ONLY ////////////////////////////////////////////
51
// ID Type Format Resolution FPS ///
0 commit comments