riorganizzazione cartelle
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user