rimossi test github actions, alcuni fix e disabilitato tantifilm

This commit is contained in:
marco
2020-09-27 16:13:58 +02:00
parent 049757aa30
commit d17401ebc1
6 changed files with 17 additions and 54 deletions

View File

@@ -52,7 +52,7 @@ validUrlRegex = re.compile(
r'(?::\d+)?' # optional port
r'(?:/?|[/?]\S+)$', re.IGNORECASE)
chBlackList = ['url']
chBlackList = ['url', 'mediasetplay']
chNumRis = {
'altadefinizione01': {
'Film': 20
@@ -133,6 +133,7 @@ servers = []
channels = []
channel_list = channelselector.filterchannels("all") if 'KOD_TST_CH' not in os.environ else [Item(channel=os.environ['KOD_TST_CH'], action="mainlist")]
logger.info(channel_list)
ret = []
for chItem in channel_list:
try: