Fix callback handling

This commit is contained in:
taizan-hokuto
2020-09-06 18:53:35 +09:00
parent 4e829a25d4
commit 03ba285a16
2 changed files with 3 additions and 4 deletions

View File

@@ -88,8 +88,6 @@ def main():
except InvalidVideoIdException:
print("Invalid Video ID or URL:", video_id)
except TypeError as e:
print(e.with_traceback())
except NoContents as e:
print(e)
except FileNotFoundError: