mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
Sr: typo in the domainname
This commit is contained in:
parent
37d6c75e8e
commit
bd0b3eabee
@ -630,7 +630,7 @@ class Hbo():
|
|||||||
|
|
||||||
class Sr():
|
class Sr():
|
||||||
def handle(self, url):
|
def handle(self, url):
|
||||||
return "svergesradio.se" in url
|
return "sverigesradio.se" in url
|
||||||
|
|
||||||
def get(self, options, url):
|
def get(self, options, url):
|
||||||
data = get_http_data(url)
|
data = get_http_data(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user