From dc8fecf792663ed572d9880ef11a54280ab3c65e Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 3 Sep 2023 13:15:10 +0700 Subject: [PATCH] update readme, roadmap --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82ed8a9..d4877b9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a browser extension to bridge YouTube with [Tube Archivist](https://gith - Add your Tube Archivist connection details in the addon popup. - On YouTube video pages, inject a download button to download that video and a subscribe button to subscribe to that channel. - On YouTube channel pages, inject a button to subscribe to the channel or download the complete channel. Regarding the channel subpages, this follows the same rules as adding to the queue over the form. -- Throughout most places, hover over the video to reveal a download button for that video. +- Throughout most places, hover over the video title to reveal a download button for that video. - Sync your cookies for yt-dlp. ## Screenshots @@ -73,10 +73,10 @@ Use the correct manifest file for your browser. Either rename the browser specif ## Roadmap Join us on [Discord](https://www.tubearchivist.com/discord) and help us improve and extend this project. This is a list of planned features, in no particular order: -- [ ] Get download and subscribe status from TA to show on the injected buttons -- [ ] Implement download button for videos on the YouTube homepage over inline preview - [ ] Implement download/subscribe button for playlists -- [ ] Implement download button for videos on playlist +- [X] Get download and subscribe status from TA to show on the injected buttons +- [X] Implement download button for videos on the YouTube homepage over inline preview +- [X] Implement download button for videos on playlist - [X] Error handling for connection errors - [X] Dynamically inject buttons with mutation observer