mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
tv4play: update the regex to catch the json stuff we need
This commit is contained in:
parent
7a01f041b3
commit
163df0ea14
@ -92,7 +92,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
|
||||
)
|
||||
|
||||
def _getjson(self):
|
||||
match = re.search(r"application\/json\">(.*\})<\/script><script", self.get_urldata())
|
||||
match = re.search(r"application\/json\">(.*\})<\/script>", self.get_urldata())
|
||||
return match
|
||||
|
||||
def find_all_episodes(self, config):
|
||||
|
Loading…
Reference in New Issue
Block a user