Fix extracting video_id

This commit is contained in:
taizan-hokuto
2020-08-21 22:23:33 +09:00
parent 283443e374
commit 56294d6a67
3 changed files with 12 additions and 4 deletions

View File

@@ -62,3 +62,9 @@ class ReceivedUnknownContinuation(ChatParseException):
class FailedExtractContinuation(ChatDataFinished):
pass
class VideoInfoParseException(Exception):
'''
thrown when failed to parse video info
'''