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 2c7acc7 commit bd19146Copy full SHA for bd19146
1 file changed
src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesFormat.java
@@ -6,6 +6,7 @@ public enum SubtitlesFormat {
6
// YouTube subtitles formats
7
// TRANSCRIPT(3) is default YT format based on TTML,
8
// but unlike VTT or TTML, it is NOT W3 standard
9
+ // TRANSCRIPT subtitles are NOT supported by ExoPlayer, only VTT and TTML
10
VTT (0x0, "vtt"),
11
TTML (0x1, "ttml"),
12
TRANSCRIPT1 (0x2, "srv1"),
0 commit comments