toonitalia: fix scraper and voe server

This commit is contained in:
ilmich
2024-07-21 09:43:31 +02:00
parent 7d641bf83f
commit f1d055d4fa
2 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ def check(item):
def episodios(item):
anime = True
item.contentType = 'tvshow'
patron = r'>\s*(?:(?P<season>\d+)(?:&#215;|x|×))?(?P<episode>\d+)(?:\s+&#8211;\s+)?[ ]+(?P<title>[^<]+)[ ]+<a (?P<data>.*?)(?:<br|</p)'
patron = r'>\s*(?:(?P<season>\d+)(?:&#215;|x|×))?(?P<episode>\d+)-*\d*(?:\s+&#8211;\s+)?[ ]+(?P<title>[^<]+)[ ]+<a (?P<data>.*?)(?:<br|</p)'
return locals()