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

Age Restricted Videos #297

Open
Rumik opened this issue Apr 9, 2022 · 1 comment
Open

Age Restricted Videos #297

Rumik opened this issue Apr 9, 2022 · 1 comment

Comments

@Rumik
Copy link

Rumik commented Apr 9, 2022

Hi there,

Youtube-dl is failing to download age restricted videos. Any idea what the solution is?

Thanks

@Th0masL
Copy link
Contributor

Th0masL commented Jun 14, 2022

The solution is to switch to yt-dlp, as it seems like the problem is due to youtube-dl itself.

If you run podsync in a Docker container, you can SSH into the container and run the following commands to replace youtube-dl by yt-dlp :

wget -O /usr/bin/youtube-dl https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp
chmod +x /usr/bin/youtube-dl
apk --no-cache add python3 py3-pip

See this Issue #237

Hopefully podsync will switch to use yt-dlp soon and that will fix the problem for good 🙂

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

2 participants