diff --git a/README.md b/README.md index 6a25180..f2616aa 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A browser extension to bridge YouTube with [Tube Archivist](https://github.com/t - Add your Tube Archivist connection details in the addon popup - Add a download button to the popup for YouTube links - Add a subscribe button to subscribe to channels and playlists +- Sync your cookies for yt-dlp. ![popup screenshot](assets/screenshot.png?raw=true "Tube Archivist Companion Popup") @@ -24,6 +25,7 @@ After a new release here on GitHub, you'll get updates automatically in your bro ## Permissions - **Access your data for www.youtube.com**: Needed for the addon to know your current page on YouTube to send the link to Tube Archivist. - **Storage**: Needed to store your connection details, needed to store your last visited YouTube link within the browser. +- **Cookie**: Needed to read your cookies for youtube.com to access restricted videos. ## Setup - **URL**: This is where your Tube Archivist instance is located. Can be a host name or a IP address, use a full URL with protocol, e.g. *http://*. @@ -32,6 +34,9 @@ After a new release here on GitHub, you'll get updates automatically in your bro A green checkmark will appear next to the *Save* button if your connection is working. +## Options +- **Sync YouTube cookies**: Send your cookies to TubeArchivist to use for yt-dlp requests. + ## Test this extension Use the correct manifest file for your browser. Either rename the browser specific file to `manifest.json` before loading the addon or symlink it to the correct location, e.g. `ln -s manifest-firefox.json manifest.json`. - Firefox