summaryrefslogtreecommitdiff
path: root/plugin.video.nfl.gamepass/resources
diff options
context:
space:
mode:
authorAlex Waite <alex@waite.eu>2017-06-23 14:50:57 +0200
committerAlex Waite <alex@waite.eu>2017-06-23 14:50:57 +0200
commitc4395fdec39c119f44a7438222970858c4a19f13 (patch)
tree2af440d61f65dd7e8275638458b285239f8f8d64 /plugin.video.nfl.gamepass/resources
parent369f4f170f70537139553745f10b21e68fd07099 (diff)
[plugin.video.nfl.gamepass] 0.10.2
Diffstat (limited to 'plugin.video.nfl.gamepass/resources')
-rw-r--r--plugin.video.nfl.gamepass/resources/lib/pigskin.py4
-rw-r--r--plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml2
-rw-r--r--plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugin.video.nfl.gamepass/resources/lib/pigskin.py b/plugin.video.nfl.gamepass/resources/lib/pigskin.py
index 0911774..96e24de 100644
--- a/plugin.video.nfl.gamepass/resources/lib/pigskin.py
+++ b/plugin.video.nfl.gamepass/resources/lib/pigskin.py
@@ -21,8 +21,8 @@ class pigskin(object):
def __init__(self, proxy_config, cookie_file, debug=False):
self.debug = debug
self.subscription = ''
- self.base_url = 'https://gamepass.nfl.com/nflgp'
- self.servlets_url = 'http://gamepass.nfl.com/nflgp/servlets'
+ self.base_url = 'https://gp.nfl.com/nflgp'
+ self.servlets_url = 'https://gp.nfl.com/nflgp/servlets'
self.simpleconsole_url = self.servlets_url + '/simpleconsole'
self.boxscore_url = ''
self.image_url = ''
diff --git a/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml b/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml
index 8394c84..448af52 100644
--- a/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml
+++ b/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml
@@ -7,7 +7,7 @@
<width>1920</width>
<height>1080</height>
<aspectratio>scale</aspectratio>
- <texture>../../../../fanart.jpg</texture>
+ <texture>../../../art/fanart.jpg</texture>
</control>
<control type="image">
<description>Menubar background</description>
diff --git a/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml b/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml
index 04e5609..1c80510 100644
--- a/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml
+++ b/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml
@@ -7,7 +7,7 @@
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
- <texture>../../../../fanart.jpg</texture>
+ <texture>../../../art/fanart.jpg</texture>
</control>
<control type="image">
<description>Menubar background</description>