Jeeaaasus / youtube-dl

Automated yt-dlp Docker image
https://hub.docker.com/r/jeeaaasustest/youtube-dl/
MIT License
258 stars 33 forks source link

Fix ffmpeg aarch64 #54

Closed wesdobry closed 2 years ago

wesdobry commented 2 years ago

With #53, the ffmpeg changes break arm64/aarch64 as that ffmpeg is x86/x64 only.

This is a quick and dirty fix to get it working again. There's definite opportunity for cleanup and optimization of apt commands.

Jeeaaasus commented 2 years ago

Overall looks good. suggested one change.

Jeeaaasus commented 2 years ago

hah yeah I don't know how it's supposed to work,. I'll just change it afterwards, thank you for fixing my mistake, I don't have an arm64 device to test with.