riorganizzazione cartelle

This commit is contained in:
marco
2020-09-21 18:49:09 +02:00
parent 0b605cf215
commit d489fb443b
38 changed files with 38 additions and 49 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
# ------------------------------------------------------------
import requests, json, copy
from core import support
from specials import autorenumber
from core import support, autorenumber
try: from lib import cloudscraper
except: from lib import cloudscraper
+1 -2
View File
@@ -3,8 +3,7 @@
# Canale per Paramount Network
# ------------------------------------------------------------
from core import support, jsontools
from specials import autorenumber
from core import support, jsontools, autorenumber
# host = support.config.get_channel_url()
host = 'https://www.paramountnetwork.it'
+2 -3
View File
@@ -3,9 +3,8 @@
# Canale per AnimeUnity
# ------------------------------------------------------------
import requests, json, copy
from core import support, jsontools
from specials import autorenumber
import requests, json
from core import support
try: from lib import cloudscraper
except: from lib import cloudscraper
+1 -3
View File
@@ -3,10 +3,8 @@
# Canale per vedohd
# ------------------------------------------------------------
from core import scrapertools, httptools, support
from core.item import Item
from core import scrapertools, support, autoplay
from platformcode import logger, config
from specials import autoplay
host = config.get_channel_url()
headers = ""
+4 -4
View File
@@ -3,12 +3,12 @@
# Canale per vvvvid
# ----------------------------------------------------------
import requests, sys
from core import support, tmdb
from specials import autorenumber
from core import support, tmdb, autorenumber
if sys.version_info[0] >= 3:
from concurrent import futures
pass
else:
from concurrent_py2 import futures
pass
host = support.config.get_channel_url()