Skip to content

Commit 917554a

Browse files
authored
[YouTube] Add support for ultralow audio formats (#1063)
1 parent 8b0068f commit 917554a

1 file changed

Lines changed: 2 additions & 0 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ public class ItagItem implements Serializable {
5151
//////////////////////////////////////////////////////////////////
5252
new ItagItem(171, AUDIO, WEBMA, 128),
5353
new ItagItem(172, AUDIO, WEBMA, 256),
54+
new ItagItem(599, AUDIO, M4A, 32),
5455
new ItagItem(139, AUDIO, M4A, 48),
5556
new ItagItem(140, AUDIO, M4A, 128),
5657
new ItagItem(141, AUDIO, M4A, 256),
58+
new ItagItem(600, AUDIO, WEBMA_OPUS, 35),
5759
new ItagItem(249, AUDIO, WEBMA_OPUS, 50),
5860
new ItagItem(250, AUDIO, WEBMA_OPUS, 70),
5961
new ItagItem(251, AUDIO, WEBMA_OPUS, 160),

0 commit comments

Comments
 (0)