HLS的BaseURL未重置问题修复
This commit is contained in:
parent
586ac0d36c
commit
cccb839577
|
@ -42,7 +42,7 @@ namespace N_m3u8DL_RE.Parser.Extractor
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.BaseUrl = ParserConfig.BaseUrl = this.M3u8Url;
|
this.BaseUrl = this.M3u8Url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue