alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.92k stars 440 forks source link

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

Open tckwgd opened 1 month ago

tckwgd commented 1 month ago

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 commented 1 month ago

sign with username/password or cookies plz

PikuZheng commented 1 month ago

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

gordon-fr commented 1 month ago

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

duchu commented 3 weeks ago

sign with username/password

How to do this with meTube?

alemonmk commented 3 weeks ago

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 commented 2 weeks ago

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:

PikuZheng commented 2 weeks ago

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