#!/bin/bash
echo "Parsing: http://spring.unknown-files.net/category/13/Maps/"
curl -s "http://spring.unknown-files.net/category/13/Maps/" | grep "http://spring.unknown-files.net/file/" | grep "http://spring.unknown-files.net/file/" | sed -e 's/href=./\n/' | grep http | sed -e 's/.>./\n/' | grep ^http > tmp/maplist
