diff options
author | Alex <alexta69@gmail.com> | 2023-03-15 21:58:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 21:58:46 +0200 |
commit | 07fe36c72a998b7a2141fda94d49dc64c95901c1 (patch) | |
tree | 6253a8edd1758769c4ec23545d7a23055d5af920 | |
parent | Merge pull request #230 from georgekav2/feature/add_vorbis_opus_wav (diff) | |
parent | Update README.md (diff) | |
download | metube-07fe36c72a998b7a2141fda94d49dc64c95901c1.tar.gz metube-07fe36c72a998b7a2141fda94d49dc64c95901c1.tar.bz2 metube-07fe36c72a998b7a2141fda94d49dc64c95901c1.zip |
Merge pull request #235 from ForsakenRei/master
Replace Chrome cookies extractor with get-cookiestxt-locally in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ In case you need to use your browser's cookies with MeTube, for example to downl ```
* Install in your browser an extension to extract cookies:
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/export-cookies-txt/)
- * [Chrome](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid)
+ * [Chrome](https://chrome.google.com/webstore/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
* Extract the cookies you need with the extension and rename the file `cookies.txt`
* Drop the file in the folder you configured in the docker-compose.yml above
* Restart the container
|