-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Unable to download video (outdated youtube-dl in docker-compose?) #160
Comments
I also tried getting even more recent version of youtube-dl straight from repo, but I do not know how to link it to docker-compose. |
I was able to work around this by mounting the binary, I use podman though |
Have you tried this? [downloader]
self_update = true # Optional, auto update youtube-dl every 24 hours |
I had not noticed that setting 😊 I'll try running with that. |
@Arkkimaagi note that the current youtube-dl release has an open issue affecting the download/extraction of certain youtube videos (particularly those restricted by age). Even if podsync grabs the latest version, you may continue to see errors. There is a patch you can apply manually to the youtube-dl executable, but you would need to disable podsync's youtube-dl self-update and explicitly mount the patched executable within your podsync container, at least until the patch is merged in the next release. |
So I was unable to get the latest video even tho podsync has worked with docker-compose just fine up until now. (well, okay, paging has not worked)
I checked the log and sure enough, found this:
I checked the logs for the version, which seems to be old.
I did not have youtube-dl installed in my system as it all has been contained in docker.
I tried installing an up to date version of youtube-dl, but of course it still finds the old version inside docker.
In my system:
But docker log:
Then I tried the trick mentioned in #119 (comment) but the docker-compose will not run, but complain instead
And yep, it's creating a folder named youtube-dl instead of linking a binary or what ever it's supposed to do.
How can I update the youtube-dl version the docker-compose is using?
The text was updated successfully, but these errors were encountered: