remove more outdated comments
This commit is contained in:
parent
5b87b69842
commit
f22ce4dd7f
1 changed files with 0 additions and 5 deletions
5
main.py
5
main.py
|
@ -20,11 +20,6 @@ ADDON_PATH = translatePath(Addon().getAddonInfo('path'))
|
||||||
ICONS_DIR = os.path.join(ADDON_PATH, 'resources', 'images', 'icons')
|
ICONS_DIR = os.path.join(ADDON_PATH, 'resources', 'images', 'icons')
|
||||||
FANART_DIR = os.path.join(ADDON_PATH, 'resources', 'images', 'fanart')
|
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"))
|
PIPED = PipedClient(base_api_url=xbmcplugin.getSetting(int(sys.argv[1]), "base_api_url"))
|
||||||
|
|
||||||
def get_url(**kwargs):
|
def get_url(**kwargs):
|
||||||
|
|
Loading…
Reference in a new issue