fix Mystream e support

This commit is contained in:
Alhaziel01
2020-08-14 19:27:27 +02:00
parent fdca271289
commit 2420217ede
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ def scrape(func):
break
if (pagination and len(matches) <= pag * pagination) or not pagination: # next page with pagination
if patronNext and inspect.stack()[1][3] not in ['newest', 'search']:
if patronNext and inspect.stack()[1][3] not in ['newest']:
nextPage(itemlist, item, data, patronNext, function)
# next page for pagination