mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
适配新版本IYUU开发版
This commit is contained in:
@@ -100,8 +100,6 @@ class IyuuHelper(object):
|
||||
info_hashs.sort()
|
||||
json_data = json.dumps(info_hashs, separators=(',', ':'), ensure_ascii=False)
|
||||
sha1 = self.get_sha1(json_data)
|
||||
logger.info(f'{json_data}')
|
||||
logger.info(f'{sha1}')
|
||||
result, msg = self.__request_iyuu(url='/reseed/index/index', method='post', params={
|
||||
'hash': json_data,
|
||||
'sha1': sha1,
|
||||
|
||||
Reference in New Issue
Block a user