From d5b047cda0c8b62a929d8b8ff0e82c2cd73a53e0 Mon Sep 17 00:00:00 2001 From: Sam A <98753696+samfisherirl@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:51:09 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337b875..0db4d3b 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ youtube_transcript_api --https-proxy https:// ## Cookies -Some videos are age restricted, so this module won't be able to access those videos without some sort of authentication. To do this, you will need to have access to the desired video in a browser. Then, you will need to download that pages cookies into a text file. You can use the Chrome extension [cookies.txt](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg?hl=en) or the Firefox extension [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/). +Some videos are age restricted, so this module won't be able to access those videos without some sort of authentication. To do this, you will need to have access to the desired video in a browser. Then, you will need to download that pages cookies into a text file. You can use the Chrome extension [cookies.txt](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm?hl=en) and select "Netscape" during export, or the Firefox extension [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/). Once you have that, you can use it with the module to access age-restricted videos' captions like so. From 445f6af32f182ca05f67debdfbce79eeed4c32eb Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Wed, 25 Sep 2024 14:24:18 +0200 Subject: [PATCH 2/2] Updated recommended chrome cookie extension name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db4d3b..d323d5e 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ youtube_transcript_api --https-proxy https:// ## Cookies -Some videos are age restricted, so this module won't be able to access those videos without some sort of authentication. To do this, you will need to have access to the desired video in a browser. Then, you will need to download that pages cookies into a text file. You can use the Chrome extension [cookies.txt](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm?hl=en) and select "Netscape" during export, or the Firefox extension [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/). +Some videos are age restricted, so this module won't be able to access those videos without some sort of authentication. To do this, you will need to have access to the desired video in a browser. Then, you will need to download that pages cookies into a text file. You can use the Chrome extension [Cookie-Editor](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm?hl=en) and select "Netscape" during export, or the Firefox extension [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/). Once you have that, you can use it with the module to access age-restricted videos' captions like so.