diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-05-28 03:22:38 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:12:34 +0200 |
commit | 5b337344d86d594bc4c8ab5979bc31110f62c4c7 (patch) | |
tree | e99911e70735599b73864cb9e53ae55b0b159ca0 | |
parent | 138f83a92770c236f703ba9b9172f321fa59b6ad (diff) |
Remove invalid TODO
-rwxr-xr-x | plugins/mangadex.py | 2 |
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: |