From 954d561a661c80d35ea6892dd8ecb01a39fd58b6 Mon Sep 17 00:00:00 2001 From: しぐれ <23041178+ForsakenRei@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:00:29 -0400 Subject: Update README.md Replace Chrome cookies extractor with get-cookiestxt-locally --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit