mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 21:27:17 +08:00
[compoundmedia] Pull request feedback
This commit is contained in:
parent
7cb955cf10
commit
3d7133febc
@ -58,6 +58,6 @@ class CompoundMediaIE(InfoExtractor):
|
|||||||
|
|
||||||
url = metadata['m3u8']
|
url = metadata['m3u8']
|
||||||
url = url.replace(
|
url = url.replace(
|
||||||
"https://livestreamapis.com/v3", "https://livestream.com")
|
'https://livestreamapis.com/v3', 'https://livestream.com')
|
||||||
|
|
||||||
return self.url_result(url, 'Livestream')
|
return self.url_result(url, 'Livestream')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user