We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dd344 commit 1ff438cCopy full SHA for 1ff438c
index.js
@@ -14,7 +14,7 @@ let getSum = (getCount) => {
14
if (!(getCount)) {
15
throw new Error("Argument missing");
16
}
17
- let url = 'https://playboard.co/en/youtube-ranking/most-superchatted-all-channels-in-worldwide-daily';
+ let url = 'https://playboard.co/en/youtube-ranking/most-superchatted-v-tuber-channels-in-worldwide-daily';
18
console.log(`Fetch URL: ${url}`);
19
console.log();
20
fetch(url)
0 commit comments