Replies: 1 comment
-
run a simple youtube-dl container image first to check whether there is download problem actually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running podsync on a very slow computer (Raspberry Pi Zero), and my downloads don't seem to be finishing. I am wondering, how does podsync schedule downloads? It uses youtube-dl, but what if it takes a long time to download and convert? Will it wait for it to finish before downloading the next item or will it cancel the download every time it should run?
I am using a cron schedule like this:
cron_schedule = "0 2 * * *"
so the downloads should all start at 2am. I think.
Beta Was this translation helpful? Give feedback.
All reactions