summaryrefslogtreecommitdiff
path: root/plugin.video.hak5/resources/lib/hak5_const.py
diff options
context:
space:
mode:
authorskipmodea1 <skipmodea1@outlook.com>2017-10-11 21:43:16 +0200
committerlearningit <scottyroscoe13@gmail.com>2017-10-11 15:43:16 -0400
commitf9a09137e968901c8bc5995f10212c1c2bac26e2 (patch)
tree093fd9f40bc24597e1d9fe7d466e1f7373298c7b /plugin.video.hak5/resources/lib/hak5_const.py
parentf335d55bbd81d1442f88d1bc85bfc3783d3f0afb (diff)
[plugin.video.hak5] 1.0.1 (#1453)
Diffstat (limited to 'plugin.video.hak5/resources/lib/hak5_const.py')
-rw-r--r--plugin.video.hak5/resources/lib/hak5_const.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugin.video.hak5/resources/lib/hak5_const.py b/plugin.video.hak5/resources/lib/hak5_const.py
index 129de87..83ad2bd 100644
--- a/plugin.video.hak5/resources/lib/hak5_const.py
+++ b/plugin.video.hak5/resources/lib/hak5_const.py
@@ -12,13 +12,12 @@ SETTINGS = xbmcaddon.Addon()
LANGUAGE = SETTINGS.getLocalizedString
IMAGES_PATH = os.path.join(xbmcaddon.Addon().getAddonInfo('path'), 'resources', 'images')
HAK5RECENTLYADDEDURL = 'http://www.hak5.org/category/episodes'
-HAK5SEASONSURLHTTP = 'http://www.hak5.org/category/episodes'
-HAK5SEASONSURLHTTPS = 'https://www.hak5.org/category/episodes'
+HAK5SEASONSURLHTTPS = 'https://www.hak5.org/shows/hak5'
HAKTIKRECENTLYADDEDURL = 'http://www.hak5.org/category/episodes/haktip/page/001'
THREATWIRERECENTLYADDEDURL = 'http://www.hak5.org/category/episodes/threatwire/page/001'
TEKTHINGRECENTLYADDEDURL = 'http://www.hak5.org/category/episodes/tekthing/page/001'
PINEAPPLEUNIVERSITYRECENTLYADDEDURL = 'http://www.hak5.org/category/episodes/pineapple-university'
METASPLOITRECENTLYADDEDURL = 'http://www.hak5.org/category/episodes/metasploit-minute/page/001'
HEADERS = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'}
-DATE = "2017-07-09"
-VERSION = "1.0.0" \ No newline at end of file
+DATE = "2017-10-11"
+VERSION = "1.0.1" \ No newline at end of file