mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
viaplay: forgot else after that f4m fix.
This commit is contained in:
parent
5e47b7bc26
commit
924cca1380
@ -78,6 +78,7 @@ class Viaplay(Service, OpenGraphThumbMixin):
|
||||
streams = hdsparse(options, manifest)
|
||||
for n in list(streams.keys()):
|
||||
yield streams[n]
|
||||
else:
|
||||
if filename[:4] == "http":
|
||||
data = get_http_data(filename)
|
||||
xml = ET.XML(data)
|
||||
|
Loading…
Reference in New Issue
Block a user