diff --git a/check.py b/check.py index 816b105..c331e8f 100755 --- a/check.py +++ b/check.py @@ -46,7 +46,7 @@ def is_ok(self, item, format): ydl_opts = { 'skip_download': True, 'logtostderr': True, - 'ignoreerrors': False, + 'ignoreerrors': True, 'extract_flat': False, 'in_playlist': False, 'format': format