joseluisq / pokemons

Full JSON file with every Pokémon basic info. Useful for prototyping.
Other
13 stars 18 forks source link

Incorrect image source links #2

Open kdevcse opened 4 years ago

kdevcse commented 4 years ago

Image links to some pokemon aren't correct. For example, both Nidorans and Mr.Mime have broken image links.

Mr.Mime's gif path should be:

https://img.pokemondb.net/sprites/black-white/anim/normal/mr-mime.gif

But is instead:

https://img.pokemondb.net/sprites/black-white/anim/normal/mr.-mime.gif

Notice the period after "mr" is what breaks the link. There are probably a lot more examples of these and further examination should be done on the image links. Thanks for the resource though!

joseluisq commented 4 years ago

Sure, Unfortunately this package is not really active. PRs welcome.