From f22ce4dd7fb16fbffa5a4d963b1ef2a26f1bfdf2 Mon Sep 17 00:00:00 2001 From: cere Date: Wed, 21 Feb 2024 13:23:32 -0500 Subject: [PATCH] remove more outdated comments --- main.py | 5 ----- 1 file changed, 5 deletions(-) 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):