Don't exit on youtube-dl error.

This commit is contained in:
tastytea 2020-12-16 18:56:08 +01:00
parent 6b0cce9020
commit e619cae944
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ function main()
--playlist-end "${max_videos}" \
${=ytdl_extra_args} \
"${feed}"
[[ ${?} -eq 0 ]] || die 3 "youtube-dl returned an error."
# [[ ${?} -eq 0 ]] || die 3 "youtube-dl returned an error."
done
files_after="$(find "${download_dir}" -type f)"
while read file; do