Jeeaaasus / youtube-dl

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

Update README.md - add detail about interval arguments #87

Closed cam8001 closed 1 year ago

cam8001 commented 1 year ago

My use case is manually dropping urls into channels.txt and having them download immediately.

I fiddled around and realised I can pass any interval argument to sleep, per https://github.com/Jeeaaasus/youtube-dl/blob/master/root/app/youtube-dl/youtube-dl.sh#L55. I set the interval to be very brief so that the URLs get picked up and downloaded straight away, and it seems to work great.

I thought I'd document it in case someone else has the same idea. Thanks for the great util!

Jeeaaasus commented 1 year ago

It's always nice hear someone getting use out of my work. ❤️ Thank you @cam8001! I've tried to make everything as flexible as possible. Looks good, thanks!

seantcanavan commented 1 year ago

Apologies for the seemingly random comment but after adding a bunch of channels to channels.txt - I have no idea how to kick off a full job to download all of them.

Jeeaaasus commented 1 year ago

Hi @seantcanavan, either simply wait for the time you have specified as "interval" or restart you container.