-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to set cookies for ytdl-core #63
Comments
This is because your IP subnet is banned by YouTube. |
Banned for what xd? I didn't know that actually |
YouTube has been randomly blocking subnets lately for guest use. |
Would setting these cookies allow me to take advantage of YouTube Premium? Or is that another matter entirely? |
@Tomcu No, this will prevent YouTube from banning your IP or bypassing the |
Is streaming with YT premium possible at all? |
Yes, once I implement a way to use OAuth2 with ytdl-core, (of course, you would need a YouTube Premium subscription). |
i believe this is fixed with Cloudflare warp |
I will implement an option that uses YouTube cookies to avoid this error. |
Pumping this issue up! It would be nice to be able to pass a |
Error occurred while getting video URL: 159 | */
160 | exports.playError = player_response => {
161 | const playability = player_response && player_response.playabilityStatus;
162 | if (!playability) return null;
163 | if (['ERROR', 'LOGIN_REQUIRED'].includes(playability.status)) {
164 | return new UnrecoverableError(playability.reason || (playability.messages && playability.messages[0]));
^
error: Sign in to confirm you’re not a bot
at new UnrecoverableError (1:23)
at C:\Users\Rayan\Desktop\StreamBot-main\node_modules@distube\ytdl-core\lib\utils.js:164:12
at C:\Users\Rayan\Desktop\StreamBot-main\node_modules@distube\ytdl-core\lib\info.js:46:25
The text was updated successfully, but these errors were encountered: