aboutsummaryrefslogtreecommitdiff
path: root/plugins/mangadex.py
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-28 03:22:38 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:12:34 +0200
commit5b337344d86d594bc4c8ab5979bc31110f62c4c7 (patch)
treee99911e70735599b73864cb9e53ae55b0b159ca0 /plugins/mangadex.py
parent138f83a92770c236f703ba9b9172f321fa59b6ad (diff)
Remove invalid TODO
Diffstat (limited to 'plugins/mangadex.py')
-rwxr-xr-xplugins/mangadex.py2
1 files changed, 0 insertions, 2 deletions
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: