Skip to content

Commit

Permalink
Some more verification URLs, courtesy Damián in the LootLemon Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
apocalyptech committed Oct 14, 2023
1 parent da05706 commit 51cec11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions script/grab_hotfixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
import requests
import datetime

# A couple of console URLs to hotfixes, for reference:
# https://discovery.services.gearboxsoftware.com/v2/client/xboxlive/xboxseriesx/oak/verification
# A few console URLs to hotfixes, for reference:
# https://discovery.services.gearboxsoftware.com/v2/client/nintendo/switch/oak/verification
# https://discovery.services.gearboxsoftware.com/v2/client/psn/ps4/oak/verification
# https://discovery.services.gearboxsoftware.com/v2/client/psn/ps5/oak/verification
# https://discovery.services.gearboxsoftware.com/v2/client/xboxlive/xboxone/oak/verification
# https://discovery.services.gearboxsoftware.com/v2/client/xboxlive/xboxseriesx/oak/verification

# The format marker in here will be filled in by `stores`, below
hotfix_url = 'https://discovery.services.gearboxsoftware.com/v2/client/{}/pc/oak/verification'
Expand Down

0 comments on commit 51cec11

Please sign in to comment.