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:
parent
2451e3fc45
commit
2a941a6cce
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user