diff --git a/channels.json b/channels.json index f2556f4c..d21677f3 100644 --- a/channels.json +++ b/channels.json @@ -37,7 +37,7 @@ "piratestreaming": "https://www.piratestreaming.movie", "polpotv": "https://polpotv.life", "raiplay": "https://www.raiplay.it", - "seriehd": "https://seriehd.productions", + "seriehd": "https://seriehd.group", "serietvonline": "https://serietvonline.press", "serietvsubita": "http://serietvsubita.xyz", "serietvu": "https://www.serietvu.link", diff --git a/channels/altadefinizioneclick.py b/channels/altadefinizioneclick.py index 90101a51..253b12ac 100644 --- a/channels/altadefinizioneclick.py +++ b/channels/altadefinizioneclick.py @@ -106,7 +106,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] def newest(categoria): diff --git a/channels/animealtadefinizione.py b/channels/animealtadefinizione.py index ab22ed15..d3add57e 100644 --- a/channels/animealtadefinizione.py +++ b/channels/animealtadefinizione.py @@ -40,7 +40,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] @@ -56,7 +56,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] diff --git a/channels/animeforce.py b/channels/animeforce.py index 6477d06a..b1373656 100644 --- a/channels/animeforce.py +++ b/channels/animeforce.py @@ -49,7 +49,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] return itemlist @@ -65,7 +65,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] diff --git a/channels/animeleggendari.py b/channels/animeleggendari.py index da1c6682..4715ae78 100644 --- a/channels/animeleggendari.py +++ b/channels/animeleggendari.py @@ -41,7 +41,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] diff --git a/channels/animeuniverse.py b/channels/animeuniverse.py index c3b3beb8..40c34dcf 100644 --- a/channels/animeuniverse.py +++ b/channels/animeuniverse.py @@ -41,7 +41,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] @@ -57,7 +57,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] diff --git a/channels/cb01anime.py b/channels/cb01anime.py index 81ca8fde..f0832522 100644 --- a/channels/cb01anime.py +++ b/channels/cb01anime.py @@ -52,7 +52,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] return itemlist diff --git a/channels/cinetecadibologna.py b/channels/cinetecadibologna.py index 33591e2f..7c46505f 100644 --- a/channels/cinetecadibologna.py +++ b/channels/cinetecadibologna.py @@ -44,7 +44,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] diff --git a/channels/dreamsub.py b/channels/dreamsub.py index b93b1647..74f08729 100644 --- a/channels/dreamsub.py +++ b/channels/dreamsub.py @@ -69,7 +69,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] diff --git a/channels/dsda.py b/channels/dsda.py index fdc72fa1..476e3143 100644 --- a/channels/dsda.py +++ b/channels/dsda.py @@ -45,7 +45,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] diff --git a/channels/hd4me.py b/channels/hd4me.py index 2c3e0659..bd9b3c56 100644 --- a/channels/hd4me.py +++ b/channels/hd4me.py @@ -50,7 +50,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("search except: %s" % line) + support.logger.error("search except: %s" % line) return [] diff --git a/channels/ilcorsaronero.py b/channels/ilcorsaronero.py index 7060b2d1..ab9d2b5a 100644 --- a/channels/ilcorsaronero.py +++ b/channels/ilcorsaronero.py @@ -75,7 +75,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("search except: %s" % line) + support.logger.error("search except: %s" % line) return [] diff --git a/channels/mediasetplay.py b/channels/mediasetplay.py index 834aef8e..cf205ddd 100644 --- a/channels/mediasetplay.py +++ b/channels/mediasetplay.py @@ -60,7 +60,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return itemlist def menu(item): diff --git a/channels/metalvideo.py b/channels/metalvideo.py index ebcc8298..3468ded9 100644 --- a/channels/metalvideo.py +++ b/channels/metalvideo.py @@ -64,5 +64,5 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] diff --git a/channels/mondoserietv.py b/channels/mondoserietv.py index 5f4a9de8..7d8f984e 100644 --- a/channels/mondoserietv.py +++ b/channels/mondoserietv.py @@ -48,7 +48,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] @@ -69,7 +69,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] diff --git a/channels/paramount.py b/channels/paramount.py index 1f283ef6..6ad8baea 100644 --- a/channels/paramount.py +++ b/channels/paramount.py @@ -35,7 +35,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] diff --git a/channels/piratestreaming.py b/channels/piratestreaming.py index 13c6a29d..a4a95a5e 100644 --- a/channels/piratestreaming.py +++ b/channels/piratestreaming.py @@ -31,7 +31,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] @@ -56,7 +56,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("{0}".format(line)) + support.logger.error("{0}".format(line)) return [] return itemlist diff --git a/channels/polpotv.py b/channels/polpotv.py index c5771c7d..781f32c4 100644 --- a/channels/polpotv.py +++ b/channels/polpotv.py @@ -118,7 +118,7 @@ def search(item, texto): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] def search_movie_by_genre(item): diff --git a/channels/pufimovies.py b/channels/pufimovies.py index 962a13c0..4795a360 100644 --- a/channels/pufimovies.py +++ b/channels/pufimovies.py @@ -77,7 +77,7 @@ def newest(categoria): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] return itemlist diff --git a/channels/raiplay.py b/channels/raiplay.py index 88fe6861..cce4a064 100644 --- a/channels/raiplay.py +++ b/channels/raiplay.py @@ -136,7 +136,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - support.infoger.error("%s" % line) + support.logger.error("%s" % line) return [] return itemlist diff --git a/channels/seriehd.py b/channels/seriehd.py index cd8ca5c5..41812143 100644 --- a/channels/seriehd.py +++ b/channels/seriehd.py @@ -5,8 +5,10 @@ from core import support +def findhost(): + return support.match('https://nuovoindirizzo.info/seriehd/', patron=r'