Skip to content

Commit

Permalink
ignore errors on check
Browse files Browse the repository at this point in the history
  • Loading branch information
dlinsley committed Aug 23, 2024
1 parent c91c9eb commit fe35eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe35eca

Please sign in to comment.