From 90e594848727bbe0c12dddbb3d53cf8b84dc8600 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Fri, 18 Dec 2015 20:25:02 +0300 Subject: [PATCH] beta --- addon.xml | 2 +- lib/torrent2http/{functions.py => download.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/torrent2http/{functions.py => download.py} (98%) diff --git a/addon.xml b/addon.xml index e7ee038..8eefb18 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/lib/torrent2http/functions.py b/lib/torrent2http/download.py similarity index 98% rename from lib/torrent2http/functions.py rename to lib/torrent2http/download.py index 683387e..e4999c5 100644 --- a/lib/torrent2http/functions.py +++ b/lib/torrent2http/download.py @@ -3,7 +3,7 @@ import os import xbmc, xbmcgui, xbmcvfs, xbmcaddon from net import HTTP -__libbaseurl__ = "https://github.com/DiMartinoXBMC/script.module.torrent2http/tree/master/bin" +__libbaseurl__ = "https://github.com/DiMartinoXBMC/script.module.torrent2http/raw/master/bin" __settings__ = xbmcaddon.Addon(id='script.module.torrent2http') __version__ = __settings__.getAddonInfo('version') __plugin__ = __settings__.getAddonInfo('name') + " v." + __version__