Modify usage of videoinfo

This commit is contained in:
taizan-hokuto
2020-01-26 23:29:50 +09:00
parent cc78551e90
commit 38253e1d18
3 changed files with 31 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
from . videoinfo import VideoInfo
def videoinfo(video_id):
return VideoInfo(video_id)