Fix extracting video info

This commit is contained in:
taizan-hokuto
2020-08-21 23:16:12 +09:00
parent b02a2badf7
commit 5640c45af6
2 changed files with 12 additions and 3 deletions

View File

@@ -7,3 +7,9 @@ class InvalidVideoIdException(Exception):
class UnknownConnectionError(Exception):
pass
class VideoInfoParseException(Exception):
'''
thrown when failed to parse video info
'''