Skip to content

Commit bd19146

Browse files
committed
Added comment
1 parent 2c7acc7 commit bd19146

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesFormat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public enum SubtitlesFormat {
66
// YouTube subtitles formats
77
// TRANSCRIPT(3) is default YT format based on TTML,
88
// but unlike VTT or TTML, it is NOT W3 standard
9+
// TRANSCRIPT subtitles are NOT supported by ExoPlayer, only VTT and TTML
910
VTT (0x0, "vtt"),
1011
TTML (0x1, "ttml"),
1112
TRANSCRIPT1 (0x2, "srv1"),

0 commit comments

Comments
 (0)