Skip to content

Commit

Permalink
update readme, roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilly1 committed Sep 3, 2023
1 parent fd87615 commit dc8fecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit dc8fecf

Please sign in to comment.