diff --git a/download-yt-feeds b/download-yt-feeds index 12b750b..a7d1824 100755 --- a/download-yt-feeds +++ b/download-yt-feeds @@ -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