优化MPD识别
This commit is contained in:
parent
e02798d2fe
commit
db0498f939
|
@ -63,7 +63,7 @@ namespace N_m3u8DL_RE.Parser
|
|||
Logger.InfoMarkUp(ResString.matchHLS);
|
||||
extractor = new HLSExtractor(parserConfig);
|
||||
}
|
||||
else if (rawText.Contains("<MPD "))
|
||||
else if (rawText.Contains("</MPD>") && rawText.Contains("<MPD"))
|
||||
{
|
||||
Logger.InfoMarkUp(ResString.matchDASH);
|
||||
//extractor = new DASHExtractor(parserConfig);
|
||||
|
|
Loading…
Reference in New Issue