aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-13 05:39:25 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-13 05:41:53 +0200
commit84984bdfd0273b789e0c9bfe397440dd6912912d (patch)
treeb509e5d48e27d727429a39a8b48fda10145875e7 /TODO
parentbc26e012f3041529939d38ac522c18499ddff982 (diff)
Include cppcodec instead of using it a system library. Its not available in ubuntu repos for example
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 547ac7a..76cdc4a 100644
--- a/TODO
+++ b/TODO
@@ -158,4 +158,5 @@ Make video visible when reading comments (youtube).
Convert nyaa.si/spotify/soundcloud date from ISO date string to local time.
When ui is scaled then the predicated thumbnail size will be wrong since its scaled in Body but not in the plugins where they are requested.
Check if get_page handlers in pages need to check if next batch is valid. If the server returns empty next batch we shouldn't fetch the first page...
-Cloudflare kicks in when downloading manga on manganelo.. figure out a way to bypass it. This doesn't seem to happen when using python requests as is done in AutoMedia. \ No newline at end of file
+Cloudflare kicks in when downloading manga on manganelo.. figure out a way to bypass it. This doesn't seem to happen when using python requests as is done in AutoMedia.
+Replace cppcodec with another library for base64 url encoding/decoding. Its way too large for what it does. \ No newline at end of file