From b7497fd26bf110e1ad25b009b3e1abe017903f4c Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Fri, 4 Oct 2019 12:05:39 +0200 Subject: [PATCH] AnimeSubita eliminata lingua ITA (non esistente) --- channels/animesubita.json | 63 ++------------------------------------- channels/animesubita.py | 2 -- 2 files changed, 3 insertions(+), 62 deletions(-) diff --git a/channels/animesubita.json b/channels/animesubita.json index 10d977f5..60140b85 100644 --- a/channels/animesubita.json +++ b/channels/animesubita.json @@ -3,67 +3,10 @@ "name": "AnimeSubIta", "active": true, "adult": false, - "language": ["ita"], + "language": ["vosi"], "thumbnail": "animesubita.png", "bannermenu": "animesubita.png", - "categories": ["anime"], - "settings": [ - { - "id": "include_in_global_search", - "type": "bool", - "label": "Includi ricerca globale", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_anime", - "type": "bool", - "label": "Includi in Novità - Anime", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_italiano", - "type": "bool", - "label": "Includi in Novità - Italiano", - "default": true, - "enabled": true, - "visible": true - }, { - "id": "checklinks", - "type": "bool", - "label": "Verifica se i link esistono", - "default": false, - "enabled": true, - "visible": true - }, - { - "id": "checklinks_number", - "type": "list", - "label": "Numero de link da verificare", - "default": 1, - "enabled": true, - "visible": "eq(-1,true)", - "lvalues": [ "1", "3", "5", "10" ] - }, - { - "id": "autorenumber", - "type": "bool", - "label": "@70712", - "default": false, - "enabled": true, - "visible": true - }, - { - "id": "autorenumber_mode", - "type": "bool", - "label": "@70688", - "default": false, - "enabled": true, - "visible": "eq(-1,true)" - } - ] + "categories": ["anime", "vosi", "movie"], + "settings": [] } diff --git a/channels/animesubita.py b/channels/animesubita.py index e6112700..d2b492d0 100644 --- a/channels/animesubita.py +++ b/channels/animesubita.py @@ -76,7 +76,6 @@ def peliculas(item): patronNext = r'' action = 'findvideos' elif item.args == 'alt': - # debug = True patron = r'
\s*\s*[^"]+)"' patronNext = r'' action = 'episodios' @@ -85,7 +84,6 @@ def peliculas(item): patronBlock = r'
    ]+>(?P.*?)
' patron = r'
]+>(?P.*?)(?: [Oo][Aa][Vv])?(?:\s*(?P<lang>[Ss][Uu][Bb].[Ii][Tt][Aa])[^<]+)?</a>' action = 'episodios' - debug = True return locals()