Ennea / wishing-well

Genshin Impact wish history backup and analysis.
MIT License
17 stars 4 forks source link

regex or intstructions wrong. #9

Open My1 opened 10 months ago

My1 commented 10 months ago

in 4.2, the current regex pointing at the url https://webstatic-sea.hoyoverse.com/genshin/event/ does not work if you directly open the wish history. The history only opens https://hk4e-api-os.hoyoverse.com/gacha_info/api/getGachaLog.

you do get an event url if you open the wish info instead.

I changed the line to

regex = re.compile(b'(https://hk4e-api-os.hoyoverse.com/gacha_info/api/getGachaLog.+?)\0')

in my local install to have the wish history just be recognized.