kaycmendes / opgg-scraper

7 stars 2 forks source link

Korean Scrap doesn't work #1

Closed HarshitChari closed 3 years ago

HarshitChari commented 3 years ago

if(region === 'kr'){ await page.goto(https://$www.op.gg/summoner/userName=${user}) }else{ await page.goto(https://${region}.op.gg/summoner/userName=${user}) }

kaycmendes commented 3 years ago

Yeah, I think it should be op.gg only cause it goes to Korea by default

HarshitChari commented 3 years ago

I have created a pull request and added a necessary change! you can merge to fix it

kaycmendes commented 3 years ago

Merged it