diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-04 00:06:11 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-04 00:06:11 +0100 |
commit | a13c19e31cb033730fa179a90f0bc5bd961bd3dc (patch) | |
tree | ee459da17b1baa8a1aba503451231a5075c46c8a /TODO | |
parent | 8497b3daea44fe26fbc2d089a55e75a219e8d603 (diff) |
Fix xv video and related page, fix possible crash when going back from related video
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |