From 5b337344d86d594bc4c8ab5979bc31110f62c4c7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 28 May 2020 03:22:38 +0200 Subject: Remove invalid TODO --- plugins/mangadex.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/mangadex.py') diff --git a/plugins/mangadex.py b/plugins/mangadex.py index 4890417..05b045b 100755 --- a/plugins/mangadex.py +++ b/plugins/mangadex.py @@ -53,8 +53,6 @@ def title_url_extract_manga_id(url): def chapter_sort_func(chapter_data): return chapter_data[1].get("timestamp", 0) -# TODO: Support pagination. Currently only the n latest chapters are listed, -# but going through all pages might be too slow for large manga like naruto def list_chapters(url, chapter_list_input): manga_id = title_url_extract_manga_id(url) if not manga_id: -- cgit v1.2.3