Implement module for getting video information

This commit is contained in:
taizan-hokuto
2020-01-26 20:06:04 +09:00
parent dea98c33d7
commit 1d7678c954
3 changed files with 33 additions and 0 deletions

View File

@@ -41,3 +41,6 @@ class IllegalFunctionCall(Exception):
get()を呼び出した場合の例外
'''
pass
class InvalidVideoIdException(Exception):
pass