对于MPD不给默认BaseUrl
This commit is contained in:
parent
d563e0b87d
commit
5404b56c40
|
@ -32,8 +32,6 @@ namespace N_m3u8DL_RE.Parser.Extractor
|
|||
this.MpdUrl = parserConfig.Url ?? string.Empty;
|
||||
if (!string.IsNullOrEmpty(parserConfig.BaseUrl))
|
||||
this.BaseUrl = parserConfig.BaseUrl;
|
||||
else
|
||||
this.BaseUrl = this.MpdUrl;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue