aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-27 00:09:41 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-27 00:09:41 +0200
commit26eeff170576a3cfcb482ee66d3f2e662f3068ab (patch)
tree442bdb68fcf48ec649c5eff71928327d4267cc3e
parent09d2e8bde4c71b75ac9df65586bd8b7ff0a7b16b (diff)
Update todo with info about yt-dlp :(
-rw-r--r--README.md2
-rw-r--r--TODO3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 29bdaa9..085d549 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Installing `lld` (the LLVM linker) can improve compile times.
`noto-fonts` (when `use_system_fonts` config is not set to `true`)
### Optional
`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters (when `use_system_fonts` config is not set to `true`).\
-`youtube-dl/yt-dlp` needs to be installed to play/download xxx videos.\
+`yt-dlp/youtube-dl` needs to be installed to play/download xxx videos. It's temporary required right now for youtube as well.\
`notify-send` (which is part of `libnotify`) needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\
[automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking anime/manga with `Ctrl + T`.\
`waifu2x-ncnn-vulkan` needs to be installed when using the `--upscale-images` or `--upscale-images-always` option.\
diff --git a/TODO b/TODO
index fa6e760..ce67986 100644
--- a/TODO
+++ b/TODO
@@ -258,4 +258,5 @@ Support arabic/hebrew text. Use Text class for all text rendering.
Add command to change avatar/username/etc globally/per room in matrix.
Fix youtube information page missing info, show more youtube info in search results.
Implement m.room.canonical_alias.
-Sometimes youtube videos get throttled and reloading the video fixes it most of the time. Find a way to do that automatically. Or maybe decrypt the nsig when using the new endpoint. \ No newline at end of file
+Sometimes youtube videos get throttled and reloading the video fixes it most of the time. Find a way to do that automatically. Or maybe decrypt the nsig when using the new endpoint.
+Youtube changed and it no longer works. Commit 09d2e8bde4c71b75ac9df65586bd8b7ff0a7b16b changed to use yt-dlp instead. Solve youtube video sig so we dont have to depend on yt-dlp. \ No newline at end of file