Update iqiyiSignin.py

This commit is contained in:
limo_ruirui
2022-01-21 17:59:38 +08:00
committed by GitHub
parent db4137cdef
commit ba272e7b30

View File

@@ -85,6 +85,6 @@ def getUrl():
return post(str(b64decode('aHR0cHM6Ly9zZXJ2aWNlLTA4aWlldTF3LTEzMDgxNDY3MTguZ3ouYXBpZ3cudGVuY2VudGNzLmNvbS9yZWxlYXNlL2dldHVybA==').decode()), headers=headers, data=dumps(data), timeout=20).json()['s']
if __name__ == '__main__':
if mode == 'open':
getUrl()
print(getUrl())
else:
main()