aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-04 00:06:11 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-04 00:06:11 +0100
commita13c19e31cb033730fa179a90f0bc5bd961bd3dc (patch)
treeee459da17b1baa8a1aba503451231a5075c46c8a /TODO
parent8497b3daea44fe26fbc2d089a55e75a219e8d603 (diff)
Fix xv video and related page, fix possible crash when going back from related video
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 258c6ca..c40e839 100644
--- a/TODO
+++ b/TODO
@@ -199,7 +199,6 @@ Support directly going to a youtube channel for a url. This is helpful for openi
Support downloading soundcloud/youtube playlists. Such downloads should also have a different download gui as you would select a folder instead of an output file.
Support downloading .m3u8 files, such as soundcloud music without using youtube-dl.
Fix lbry and peertube download which fail because for lbry all videos are .m3u8 and some peertube videos are .m3u8.
-Fix lbry and peertube download which fail because for lbry all videos are .m3u8 and some peertube videos are .m3u8.
Improve pinephone video load performance by not restarting mpv on next video. Instead start the video in the same video player.
Very large resolutions, such as 7680x2160 (id 272) for video https://www.youtube.com/watch?v=GxaH40zpvYc are not supported by the youtube android video loader. Find a way to fix that.
Use std::move(string) for all places where text.set_string is called.