mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 23:13:00 +00:00
HLS的BaseURL未重置问题修复
This commit is contained in:
parent
586ac0d36c
commit
cccb839577
@ -42,7 +42,7 @@ namespace N_m3u8DL_RE.Parser.Extractor
|
||||
}
|
||||
else
|
||||
{
|
||||
this.BaseUrl = ParserConfig.BaseUrl = this.M3u8Url;
|
||||
this.BaseUrl = this.M3u8Url;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user