Skip to content
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

Open
Algerization opened this issue Oct 25, 2024 · 10 comments
Open

Add ability to set cookies for ytdl-core #63

Algerization opened this issue Oct 25, 2024 · 10 comments

Comments

@Algerization
Copy link

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

@ysdragon
Copy link
Owner

This is because your IP subnet is banned by YouTube.
But, i will look for a solution to set cookies for ytdl-core.

@ysdragon ysdragon added the bug Something isn't working label Oct 25, 2024
@Algerization
Copy link
Author

This is because your IP subnet is banned by YouTube. But, i will look for a solution to set cookies for ytdl-core.

Banned for what xd? I didn't know that actually

@ysdragon
Copy link
Owner

ysdragon commented Oct 25, 2024

Banned for what xd? I didn't know that actually

YouTube has been randomly blocking subnets lately for guest use.
And, as i mentioned before, that i will add an option to set your own cookies to bypass this.

@ysdragon ysdragon changed the title Streaming not Loading Add ability to set cookies for ytdl-core Oct 26, 2024
@ysdragon ysdragon added Feature Request and removed bug Something isn't working labels Oct 26, 2024
@Tomcu
Copy link

Tomcu commented Oct 27, 2024

Would setting these cookies allow me to take advantage of YouTube Premium? Or is that another matter entirely?

@ysdragon
Copy link
Owner

@Tomcu No, this will prevent YouTube from banning your IP or bypassing the Sign in to confirm you’re not a bot.

@Tomcu
Copy link

Tomcu commented Oct 27, 2024

Is streaming with YT premium possible at all?

@ysdragon
Copy link
Owner

Yes, once I implement a way to use OAuth2 with ytdl-core, (of course, you would need a YouTube Premium subscription).

@ysdragon ysdragon reopened this Nov 1, 2024
Repository owner deleted a comment from Marco5dev Feb 1, 2025
@Jakilator
Copy link

i believe this is fixed with Cloudflare warp

@ysdragon
Copy link
Owner

ysdragon commented Feb 19, 2025

i believe this is fixed with Cloudflare warp

I will implement an option that uses YouTube cookies to avoid this error.
However, yes, @Algerization, you can now try using the Cloudflare WARP Docker Compose configuration.

@awakcon1234
Copy link

Pumping this issue up! It would be nice to be able to pass a cookie.json file from EditThisCookie directly into ytdlp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants