diff --git a/Fixing-429-errors.md b/Fixing-429-errors.md index 399354b..59b46df 100644 --- a/Fixing-429-errors.md +++ b/Fixing-429-errors.md @@ -4,7 +4,7 @@ ## Methods to get rid of the error -1. Use the cookies uploader in the settings to upload a `cookies.txt` file of your YouTube cookies. [Here's a guide](https://apple.stackexchange.com/a/349759) that will help you download them. TLDR is you can either do it manually (slowly) or use this [Chrome browser extension](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg). Once you have the txt file, upload it using the aforementioned dialog in the `Advanced tab` in the settings menu. +1. Use the cookies uploader in the settings to upload a `cookies.txt` file of your YouTube cookies. [Here's a guide](https://apple.stackexchange.com/a/349759) that will help you download them. TLDR is you can either do it manually (slowly) or use this [Chrome browser extension](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid?hl=en). Once you have the txt file, upload it using the aforementioned dialog in the `Advanced tab` in the settings menu. 2. Add the `--proxy` arg to your global custom args in the settings. Here's [an example](https://stackoverflow.com/a/42948404/8088021). If that doesn't work and you're using Docker, try the [docker-compose method](https://github.com/Tzahi12345/YoutubeDL-Material/issues/177#issuecomment-722685712).