tgbot-collection / ytdlbot

Download videos from Youtube and other platforms through a Telegram Bot
Apache License 2.0
569 stars 537 forks source link

add login feature pls #419

Closed qwerty59b closed 1 month ago

qwerty59b commented 1 month ago

could you add the option to login to youtube either via cookies or ENV VARS as it gives me error when trying to download from youtube in my vps it detects me as a bot.

Sin título

SanujaNS commented 1 month ago

Hello @qwerty59b ,

This is because YouTube has blacklisted your IP. For most people, passing COOKIES or even authenticating with OAuth doesn't seem to provide a permanent solution. If possible, try requesting a new IP from your ISP or provider, although this is also a temporary solution. Alternatively, you can consider using a proxy or a VPN. Currently, this is a significant problem. You can read more about it at the following issue:

[youtube] Sign in to confirm you’re not a bot. This helps protect our community #10128

qwerty59b commented 1 month ago

ok thanks