mirror of
https://github.com/MinazukiAmane/AnimeGame-Download-Library.git
synced 2025-03-15 20:25:50 +08:00
rename
This commit is contained in:
parent
bab57004b3
commit
12b52c70a9
@ -4,7 +4,7 @@ import json
|
||||
import requests
|
||||
import collections
|
||||
if __name__ == "__main__":
|
||||
with open('READMECN.md','a+') as readme:
|
||||
with open('GiCn.md','a+') as readme:
|
||||
readme.seek(0)
|
||||
sys.stdout = readme
|
||||
stringContent=str(requests.get('https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/resource?key=eYd89JmJ&launcher_id=18').content,'utf-8')
|
||||
|
@ -4,7 +4,7 @@ import json
|
||||
import requests
|
||||
import collections
|
||||
if __name__ == "__main__":
|
||||
with open('READMEGLOBAL.md','a+') as readme:
|
||||
with open('GiGlobal.md','a+') as readme:
|
||||
readme.seek(0)
|
||||
sys.stdout = readme
|
||||
stringContent=str(requests.get('https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/resource?channel_id=1&key=gcStgarh&launcher_id=10&sub_channel_id=0').content,'utf-8')
|
||||
|
Loading…
x
Reference in New Issue
Block a user