You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In situation when space ended but still available for replay, running twspace_dl -U more than once will result in .m4a file being downloaded again and replacing already existing one. If systemd unit with RestartSec=15 is used, new download will be started as soon as old one finishes the entire time space stays available.
Checking if file with given name already exists before starting download would prevent this from happening. yt-dlp also has --download-archive option, which maintains list of id of successful downloads and skips over them if called twice.
The text was updated successfully, but these errors were encountered:
In situation when space ended but still available for replay, running
twspace_dl -U
more than once will result in .m4a file being downloaded again and replacing already existing one. If systemd unit withRestartSec=15
is used, new download will be started as soon as old one finishes the entire time space stays available.Checking if file with given name already exists before starting download would prevent this from happening. yt-dlp also has
--download-archive
option, which maintains list of id of successful downloads and skips over them if called twice.The text was updated successfully, but these errors were encountered: