Don't exit on youtube-dl error.
This commit is contained in:
parent
6b0cce9020
commit
e619cae944
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user