diff --git a/main.py b/main.py index 0c31439..d0a4700 100644 --- a/main.py +++ b/main.py @@ -20,11 +20,6 @@ ADDON_PATH = translatePath(Addon().getAddonInfo('path')) ICONS_DIR = os.path.join(ADDON_PATH, 'resources', 'images', 'icons') FANART_DIR = os.path.join(ADDON_PATH, 'resources', 'images', 'fanart') -# Public domain movies are from https://publicdomainmovie.net -# Here we use a hardcoded list of movies simply for demonstrating purposes -# In a "real life" plugin you will need to get info and links to video files/streams -# from some website or online service. - PIPED = PipedClient(base_api_url=xbmcplugin.getSetting(int(sys.argv[1]), "base_api_url")) def get_url(**kwargs):