There was an error while loading. Please reload this page.
1 parent 56de904 commit 1caf4e6Copy full SHA for 1caf4e6
1 file changed
src/N_m3u8DL-RE.Parser/Extractor/HLSExtractor.cs
@@ -254,6 +254,10 @@ private Task<Playlist> ParseListAsync()
254
segment.StartRange = o ?? segments.Last().StartRange + segments.Last().ExpectLength;
255
expectSegment = true;
256
}
257
+ else if (line.StartsWith(HLSTags.ext_x_playlist_type))
258
+ {
259
+ isEndlist = line.Trim().EndsWith("VOD");
260
+ }
261
// 国家地理去广告
262
else if (line.StartsWith("#UPLYNK-SEGMENT"))
263
{
0 commit comments