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

[youtube] Sign in to confirm you’re not a bot. #521

Open
tckwgd opened this issue Oct 2, 2024 · 7 comments
Open

[youtube] Sign in to confirm you’re not a bot. #521

tckwgd opened this issue Oct 2, 2024 · 7 comments

Comments

@tckwgd
Copy link

tckwgd commented Oct 2, 2024

when I want to download a video, there is a prompt
"[youtube] Sign in to confirm you’re not a bot. This helps protect our community. Learn more"

@PikuZheng
Copy link
Contributor

sign with username/password or cookies plz

@PikuZheng
Copy link
Contributor

也不排除梯子在敏感ip段中,我用jp和hk的从没这种事

@gordon-fr
Copy link

谢谢回复,用的美国甲骨文,估计是封了服务器提供商

@duchu
Copy link

duchu commented Oct 28, 2024

sign with username/password

How to do this with meTube?

@alemonmk
Copy link

alemonmk commented Oct 28, 2024

sign with username/password

How to do this with meTube?

Now you should OAuth your way in. Add a volume as <path to persistence>:/.cache, add "username":"oauth","password":"" into your YTDL_OPTIONS, launch your container, watch its log then start a download. Now you should see a log telling you go to a google site and enter a code. Do as instructed then the download will start.

@duchu
Copy link

duchu commented Nov 2, 2024

Now you should OAuth your way in. Add a volume as <path to persistence>:/.cache, add "username":"oauth","password":"" into your YTDL_OPTIONS, launch your container, watch its log then start a download. Now you should see a log telling you go to a google site and enter a code. Do as instructed then the download will start.

This is my compose

services: metube: image: ghcr.io/alexta69/metube container_name: metube restart: unless-stopped ports: - "8081:8081" volumes: - /ytAudio:/ytAudio - //metube:/.cache environment: YTDL_OPTIONS: '{"username":"oauth","password":""}'
But when i try download anything, in logs nothing showing up in case of authentication. Any ideas wthat to do?

@PikuZheng
Copy link
Contributor

But when i try download anything, in logs nothing showing up in case of authentication. Any ideas wthat to do?

Set "verbose":true in ytdl_options to see detailed debug logs

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

No branches or pull requests

5 participants