1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00

urplay: support for urskola

fixes: #358
This commit is contained in:
Johan Andersson 2016-03-20 18:21:07 +01:00
parent ca6bb5c9c0
commit a32074dbbe

View File

@ -15,7 +15,7 @@ from svtplay_dl.subtitle import subtitle
class Urplay(Service, OpenGraphThumbMixin):
supported_domains = ['urplay.se', 'ur.se', 'betaplay.ur.se']
supported_domains = ['urplay.se', 'ur.se', 'betaplay.ur.se', 'urskola.se']
def get(self):
data = self.get_urldata()