From 1b7abc7e819d055b3d0ea5be8967a1e381bb5d60 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 28 Apr 2021 05:37:15 +0200 Subject: Add youtube subscriptions, etc --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 28639ea..f58b43e 100644 --- a/TODO +++ b/TODO @@ -135,4 +135,5 @@ Check if get_page handlers in pages need to check if next batch is valid. If the 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. Revert back to old fuzzy search code or use levenshtein distance, then reorder items by best match. This could be done by having a second vector of indices and use that vector everywhere body items by index is accessed (including selected_item). Also perform the search in Body::draw when search term has been modified. This allows us to automatically update that new vector. -Using a VertexBuffer in Text makes the text quickly glitch out. Why does this happen? \ No newline at end of file +Using a VertexBuffer in Text makes the text quickly glitch out. Why does this happen? +Update subscriptions page either with f5 and automatically update it when adding/removing subscriptions. \ No newline at end of file -- cgit v1.2.3