mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
kanal5: Fix pylint warnings (whitespace issues)
This commit is contained in:
parent
cd1194c1e1
commit
7d9b5e0537
@ -78,6 +78,6 @@ class Kanal5(Service):
|
|||||||
data = json.loads(get_http_data(url, cookiejar=self.cj))
|
data = json.loads(get_http_data(url, cookiejar=self.cj))
|
||||||
if "streams" in data.keys():
|
if "streams" in data.keys():
|
||||||
for i in data["streams"]:
|
for i in data["streams"]:
|
||||||
streams = hlsparse(i["source"])
|
streams = hlsparse(i["source"])
|
||||||
for n in list(streams.keys()):
|
for n in list(streams.keys()):
|
||||||
yield HLS(copy.copy(options), streams[n], n)
|
yield HLS(copy.copy(options), streams[n], n)
|
||||||
|
Loading…
Reference in New Issue
Block a user