Fix Ricerca Globale

This commit is contained in:
Alhaziel01
2021-09-09 20:10:04 +02:00
parent b84f682461
commit dd309c307e
40 changed files with 185 additions and 211 deletions
+3 -3
View File
@@ -152,7 +152,7 @@ def peliculas(item):
patron = r''
patronBlock = r''
patronNext = ''
pagination = ''
pagination = True
#debug = True # True per testare le regex sul sito
return locals()
@@ -166,7 +166,7 @@ def episodios(item):
patron = r''
patronBlock = r''
patronNext = ''
pagination = ''
pagination = True
#debug = True
return locals()
@@ -182,7 +182,7 @@ def genres(item):
patron = r''
patronBlock = r''
patronNext = ''
pagination = ''
pagination = True
#debug = True
return locals()