From 2ec86daa33969e660b1f35da5928014850d1ad1e Mon Sep 17 00:00:00 2001 From: Lee Smith Date: Thu, 28 Sep 2017 21:28:55 +0100 Subject: [plugin.video.spurs-tv] v2.14.1 (#1428) --- plugin.video.spurs-tv/resources/lib/new_stadium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.video.spurs-tv/resources') diff --git a/plugin.video.spurs-tv/resources/lib/new_stadium.py b/plugin.video.spurs-tv/resources/lib/new_stadium.py index 1534417..1cbe209 100644 --- a/plugin.video.spurs-tv/resources/lib/new_stadium.py +++ b/plugin.video.spurs-tv/resources/lib/new_stadium.py @@ -14,7 +14,7 @@ import requests URL_ROOT = "http://new-stadium.tottenhamhotspur.com/" -RE_EMBED = re.compile(r'kWidget\.embed\((.*)\)') +RE_EMBED = re.compile(r'kWidget\.embed\((.*)\)', re.MULTILINE|re.DOTALL) Video = namedtuple('Video', ['title', 'id']) -- cgit v1.2.3