1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00

remove some empty lines.

This commit is contained in:
Johan Andersson 2016-02-07 10:28:07 +01:00
parent 4e88d27cbc
commit 4e88894f0c

View File

@ -76,8 +76,6 @@ class Viaplay(Service, OpenGraphThumbMixin):
yield ServiceError("Excluding video")
return
streams = self.http.request("get", "http://playapi.mtgx.tv/v3/videos/stream/%s" % vid)
if streams.status_code == 403:
yield ServiceError("Can't play this because the video is geoblocked.")