Jeeaaasus / youtube-dl

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

syntax error near unexpected token `fi' #72

Closed CasaPas closed 2 years ago

CasaPas commented 2 years ago

After the latest update I receive the above error and nothing downloads.

Any ideas?

Jeeaaasus commented 2 years ago

There was an issue but I fixed it and then rebuilt the image yesterday.

Make sure you have the newest image, example updating using watchtower

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once <CONTAINER_NAME>

It should return something similar to .. "Session done" Failed=0 Scanned=1 Updated=1 ..

Please let me know how that goes :)