List of all episodes to make add to library work as well

Updated scrapertools regex to match italian series and episodes number
This commit is contained in:
thepasto
2019-04-20 11:42:10 +02:00
committed by 4l3x87
parent 98a557a6dc
commit 3869b68b14

View File

@@ -454,8 +454,7 @@ def videolibrary(itemlist, item, typography=''):
url=item.url,
action=action,
extra=extra,
contentTitle=item.fulltitle,
parentTitle=item.title))
contentTitle=item.fulltitle))
def nextPage(itemlist, item, data, patron, function_level=1):