From 123d540bc6fedda5bad0371afaa08cf48084f7ec Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 23 Nov 2020 20:06:30 +0100 Subject: [PATCH] rimosso ordinamento per serie / episodio --- core/support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/support.py b/core/support.py index e74c9ca0..c4d67c1e 100755 --- a/core/support.py +++ b/core/support.py @@ -510,8 +510,8 @@ def scrape(func): if patronNext and inspect.stack()[1][3] not in ['newest']: nextPage(itemlist, item, data, patronNext, function) - if function == 'episodios': - scraper.sort_episode_list(itemlist) + # if function == 'episodios': + # scraper.sort_episode_list(itemlist) # next page for pagination if pagination and len(matches) > pag * pagination and not search: