1
0
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:
Johan Andersson 2014-05-01 17:06:24 +02:00
parent 5e47b7bc26
commit 924cca1380

View File

@ -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)