Fix extracting video_id
This commit is contained in:
@@ -62,3 +62,9 @@ class ReceivedUnknownContinuation(ChatParseException):
|
||||
|
||||
class FailedExtractContinuation(ChatDataFinished):
|
||||
pass
|
||||
|
||||
|
||||
class VideoInfoParseException(Exception):
|
||||
'''
|
||||
thrown when failed to parse video info
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user