Welcome to mirror list, hosted at ThFree Co, Russian Federation.

normalize-image-urls.sh « crawler - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee045b1df64254d5c0194a72bb40e0d07c10df87 (plain)
1
2
3
4
#!/bin/bash
set -e -u -x

cat $1 | sed 's:/thumb\(/.*\)/[0-9][0-9]*px-.*$:\1:' | sort -u > $2