rimosso ordinamento per serie / episodio
This commit is contained in:
+2
-2
@@ -510,8 +510,8 @@ def scrape(func):
|
|||||||
if patronNext and inspect.stack()[1][3] not in ['newest']:
|
if patronNext and inspect.stack()[1][3] not in ['newest']:
|
||||||
nextPage(itemlist, item, data, patronNext, function)
|
nextPage(itemlist, item, data, patronNext, function)
|
||||||
|
|
||||||
if function == 'episodios':
|
# if function == 'episodios':
|
||||||
scraper.sort_episode_list(itemlist)
|
# scraper.sort_episode_list(itemlist)
|
||||||
|
|
||||||
# next page for pagination
|
# next page for pagination
|
||||||
if pagination and len(matches) > pag * pagination and not search:
|
if pagination and len(matches) > pag * pagination and not search:
|
||||||
|
|||||||
Reference in New Issue
Block a user