Merge remote-tracking branch 'origin/master'

This commit is contained in:
marco
2019-10-28 19:29:27 +01:00
6 changed files with 190 additions and 194 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ def scrape(func):
if anime:
if function == 'episodios' or item.action == 'episodios': autorenumber.renumber(itemlist, item, 'bold')
else: autorenumber.renumber(itemlist)
if anime and autorenumber.check(item) == False:
if anime and autorenumber.check(item) == False and not scrapertoolsV2.find_single_match(itemlist[0].title, r'(\d+.\d+)'):
pass
else:
if addVideolibrary and (item.infoLabels["title"] or item.fulltitle):