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 c5869c2 commit 31a96d4Copy full SHA for 31a96d4
data/numbers.ts
@@ -45,7 +45,7 @@ const data: ScrapeQuery[] = [
45
},
46
{
47
number: 5,
48
- url: "https://www.smogon.com/dex/sm/formats/ru/INCORRECT_URL",
+ url: "https://www.smogon.com/dex/sm/formats/ru/",
49
queryFunction: () => {
50
let [hp, atk] = document.querySelector("a[href='/dex/sm/pokemon/bewear/']")
51
.parentElement.parentElement.querySelectorAll(".PokemonAltRow-hp, .PokemonAltRow-atk");
0 commit comments