diff --git a/channels.json b/channels.json index e2bc1edc..31de0182 100644 --- a/channels.json +++ b/channels.json @@ -26,8 +26,7 @@ "guardaserie_stream": "https://guardaserie.store", "guardaserieclick": "https://www.guardaserie.productions", "hd4me": "https://hd4me.net", - "ilcorsaronero": "https://ilcorsaronero.xyz", - "ilgeniodellostreaming": "https://ilgeniodellostreaming.tk", + "ilgeniodellostreaming": "https://ilgeniodellostreaming.tk", "italiaserie": "https://italiaserie.org", "mondoserietv": "https://mondoserietv.com", "netfreex": "https://www.netfreex.club", diff --git a/channels/ilcorsaronero.py b/channels/ilcorsaronero.py index f3f336b2..4e31b8a7 100644 --- a/channels/ilcorsaronero.py +++ b/channels/ilcorsaronero.py @@ -5,7 +5,11 @@ from core import support -host = support.config.get_channel_url() +def findhost(): + data = support.httptools.downloadpage('https://lagazzettadelcorsaro.com/').data + return support.scrapertools.find_single_match(data, '
  • [^"<]+' else: patron = r'>(?P[^"<]+)' diff --git a/lib/python_libtorrent/linux_x86_64/1.1.1/libtorrent.so b/lib/python_libtorrent/linux_x86_64/1.1.1/libtorrent.so deleted file mode 100644 index bbfecbad..00000000 Binary files a/lib/python_libtorrent/linux_x86_64/1.1.1/libtorrent.so and /dev/null differ