- Fix Rinumerazione

- Fix SerieTVvOnline
This commit is contained in:
Alhaziel01
2021-04-24 09:35:49 +02:00
parent 4e75232460
commit 2552f6f846
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -57,6 +57,7 @@ def mainlist(item):
@support.scrape
def peliculas(item):
support.info()
anime = True
blacklist = ['DMCA', 'Contatti', 'Attenzione NON FARTI OSCURARE', 'Lista Cartoni Animati e Anime']
patronBlock = r'<h1>.+?</h1>(?P<block>.*?)<div class="footer_c">'
@@ -106,6 +107,7 @@ def peliculas(item):
@support.scrape
def episodios(item):
support.info()
anime = True
action = 'findvideos'
patronBlock = r'<table>(?P<block>.*)<\/table>'
patron = r'<tr><td>(?P<title>.*?)?[ ](?:Parte)?(?P<episode>\d+x\d+|\d+)(?:|[ ]?(?P<title2>.+?)?(?:avi)?)<(?P<data>.*?)<\/td><tr>'