mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-24 22:32:00 +00:00
优化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…
x
Reference in New Issue
Block a user