Download pokemon images

POKEURL=https:\/\/img.pokemondb.net\/artwork\/ awk -v url=$POKEURL -F , '{ system("wget "url$2".jpg")}' pokemon.csv
Download all pokemon images from pokemondb.net
you should download this file first https://github.com/veekun/pokedex/blob/master/pokedex/data/csv/pokemon.csv

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.