Skip to content

Commit

Permalink
Use proxied clientconfig url
Browse files Browse the repository at this point in the history
URL is being blocked by Cloudflare
  • Loading branch information
bangingheads authored Feb 1, 2024
1 parent 741ace6 commit e0fd380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const locale = 'en_US';
// Homepage url.
const homepageUrls = {
lol: 'https://lolstatic-a.akamaihd.net/lc-home-config/v1/live/lc_home_en_US.json',
tft: 'https://clientconfig.rpg.riotgames.com/api/v1/config/public?namespace=lol.client_settings.tft',
tft: 'https://clientconfig.bangingheads.net/api/v1/config/public?namespace=lol.client_settings.tft',
};

const riotClientManifests = [
Expand Down

0 comments on commit e0fd380

Please sign in to comment.