extra: riorganizzazione canali

spostati i canali per adulti in cartella separata
This commit is contained in:
greko17
2019-09-19 10:49:43 +02:00
parent 387b77e0e3
commit 1e07b9e029
218 changed files with 59 additions and 45 deletions
-1
View File
@@ -21,7 +21,6 @@
"fastsubita": "http://fastsubita.com",
"filmgratis": "https://www.filmaltadefinizione.net",
"filmigratis": "https://filmigratis.org",
"filmontv": "https://www.comingsoon.it",
"filmpertutti": "https://www.filmpertutti.pub",
"filmsenzalimiti": "https://filmsenzalimiti.best",
"filmsenzalimiticc": "https://www.filmsenzalimiti.press",
+12
View File
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
import os
import sys
# Appends the main plugin dir to the PYTHONPATH if an internal package cannot be imported.
# Examples: In Plex Media Server all modules are under "Code.*" package, and in Enigma2 under "Plugins.Extensions.*"
try:
# from core import logger
import core
except:
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir)))

Some files were not shown because too many files have changed in this diff Show More