Skip to content

Commit f120e15

Browse files
Fix atCoder website url
1 parent 8b841b6 commit f120e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/atcoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const atcoder = () => {
3131
Accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,im',
3232
},
3333
};
34-
return axios.get('https://atcoder.jp/contest', config)
34+
return axios.get('https://atcoder.jp/contests', config)
3535
.then((response) => {
3636
const $ = cheerio.load(response.data);
3737
const contests = $('.table-bordered > tbody > tr').slice(1);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy