v1.6.5 info_dict API가 동작하지 않는 문제 수정

This commit is contained in:
joyfuI
2020-08-01 16:38:13 +09:00
committed by GitHub
parent 33b70e3ec7
commit 480f0be4aa
6 changed files with 33 additions and 25 deletions

View File

@@ -147,7 +147,7 @@ class LogicNormal(object):
@staticmethod
def get_info_dict(url, proxy):
MyYoutubeDL.get_info_dict(url, proxy)
return MyYoutubeDL.get_info_dict(url, proxy)
@staticmethod
def human_readable_size(size, suffix=''):