aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorしぐれ <23041178+ForsakenRei@users.noreply.github.com>2023-03-13 20:00:29 -0400
committerGitHub <noreply@github.com>2023-03-13 20:00:29 -0400
commit954d561a661c80d35ea6892dd8ecb01a39fd58b6 (patch)
tree6253a8edd1758769c4ec23545d7a23055d5af920 /README.md
parentMerge pull request #230 from georgekav2/feature/add_vorbis_opus_wav (diff)
downloadmetube-954d561a661c80d35ea6892dd8ecb01a39fd58b6.tar.gz
metube-954d561a661c80d35ea6892dd8ecb01a39fd58b6.tar.bz2
metube-954d561a661c80d35ea6892dd8ecb01a39fd58b6.zip
Update README.md
Replace Chrome cookies extractor with get-cookiestxt-locally
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfdfd08..7e2642e 100644
--- a/README.md
+++ b/README.md
@@ -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
bgstack15