Skip to content

Commit

Permalink
Merge pull request #11 from commi/patch-2
Browse files Browse the repository at this point in the history
add "ignoreerrors": True
  • Loading branch information
jenslys authored Dec 10, 2023
2 parents 671cf07 + 287163d commit 7243dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nrkdl/nrkdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def main():
"quiet": True,
"skip_download": False,
"no_warnings": True,
"ignoreerrors": True,
"progress_hooks": [progress_hooks],
"logger": logger(),
"postprocessors": [],
Expand Down

0 comments on commit 7243dc3

Please sign in to comment.