aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-11-25 19:52:11 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-25 19:52:11 +0100
commit3f0473c5aa472ac99d20a46bd7217ee9b6429f62 (patch)
tree81c1ea0a5eaa91a3c07d4afc79f508a5fd4c6523 /TODO
parent17774b25efea1cd6ca9b3ecec4e3ea2f1e9fce28 (diff)
Youtube: show like/dislike count for videos in the youtube description
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7256868..4f654af 100644
--- a/TODO
+++ b/TODO
@@ -213,3 +213,4 @@ Very large resolutions, such as 7680x2160 (id 272) for video https://www.youtube
Use std::move(string) for all places where text.set_string is called.
Use reference for text.get_string() in all places.
Cleanup font sizes that are not visible (or not used for a while). Also do the same for character ranges font texture.
+Youtube rating doesn't work if a youtube video has more dislikes than likes. The ratio simply becomes inverted then. Find a way to fix this using youtubes api. \ No newline at end of file