1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

sr: dived the quality with 1000

This commit is contained in:
Johan Andersson 2015-01-16 21:15:05 +01:00
parent 2451e3fc45
commit 2a941a6cce

View File

@ -42,6 +42,6 @@ class Sr(Service, OpenGraphThumbMixin):
url = i["Url"]
if not url.startswith('http'):
url = 'http:%s' % url
yield HTTP(copy.copy(options), url, i["Quality"])
yield HTTP(copy.copy(options), url, i["Quality"]/1000)