fix toonitalia and uprot
This commit is contained in:
@@ -71,7 +71,7 @@ def check(item):
|
||||
def episodios(item):
|
||||
anime = True
|
||||
item.contentType = 'tvshow'
|
||||
patron = r'>\s*(?:(?P<season>\d+)(?:×|x|×))?(?:0*)?(?P<episode>\d+)(?:\s+–\s+)?[ –]+(?P<title>[^<]+)'
|
||||
patron = r'>\s*(?:(?P<season>\d+)(?:×|x|×))?(?P<episode>\d+)(?:\s+–\s+)?[ –]+(?P<title>[^<]+)[ –]+<a (?P<data>.*?)(?:<br|</p)'
|
||||
return locals()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user