We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04636d4 commit fa70b15Copy full SHA for fa70b15
src/N_m3u8DL-RE.Common/Entity/WebVttSub.cs
@@ -50,6 +50,7 @@ public static WebVttSub Parse(string text, long BaseTimestamp = 0L)
50
if (!text.Trim().StartsWith("WEBVTT"))
51
throw new Exception("Bad vtt!");
52
53
+ text += Environment.NewLine;
54
55
var webSub = new WebVttSub();
56
var needPayload = false;
0 commit comments