mirror of
https://github.com/MinazukiAmane/AnimeGame-Download-Library.git
synced 2025-03-15 10:05:50 +08:00
SR 2.3.0 REL
This commit is contained in:
parent
e6ba38ea47
commit
70621076f1
@ -7,7 +7,7 @@ if __name__ == "__main__":
|
||||
with open('CN.md','a+') as readme:
|
||||
readme.seek(0)
|
||||
sys.stdout = readme
|
||||
stringContent=str(requests.get('https://id-public-api.serenetia.com/api/hkrpg_cn').content,'utf-8')
|
||||
stringContent=str(requests.get('https://sg-public-api.serenetia.com/api/hyp_cn?game_id=64kMb5iAWu').content,'utf-8')
|
||||
jsonFile=json.loads(readme.read().strip().strip('```'),object_pairs_hook=collections.OrderedDict)
|
||||
changed = False
|
||||
pre_download_game=None
|
||||
|
@ -7,7 +7,7 @@ if __name__ == "__main__":
|
||||
with open('GLOBAL.md','a+') as readme:
|
||||
readme.seek(0)
|
||||
sys.stdout = readme
|
||||
stringContent=str(requests.get('https://id-public-api.serenetia.com/api/hkrpg_global').content,'utf-8')
|
||||
stringContent=str(requests.get('http://sg-public-api.serenetia.com/api/hyp_global?game_id=4ziysqXOQ8').content,'utf-8')
|
||||
jsonFile=json.loads(readme.read().strip().strip('```'),object_pairs_hook=collections.OrderedDict)
|
||||
changed = False
|
||||
pre_download_game=None
|
||||
|
Loading…
x
Reference in New Issue
Block a user