Created video class

This commit is contained in:
zhbaor 2023-02-20 17:20:29 +08:00
parent 56fedd3beb
commit 65d75815f1
2 changed files with 77 additions and 0 deletions

10
video/exceptions.py Normal file
View file

@ -0,0 +1,10 @@
class InvalidVideoNumberException(Exception):
pass
class BiliBiliAPIException(Exception):
pass
class BadVideoException(Exception):
pass