Change construct method of videoinfo

This commit is contained in:
taizan-hokuto
2020-02-09 15:14:33 +09:00
parent c7bfae9f2a
commit 2c598bc8f7
3 changed files with 37 additions and 5 deletions

View File

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