Skip to content

Instantly share code, notes, and snippets.

@fuba
Created March 30, 2012 11:46
Show Gist options
  • Save fuba/2251011 to your computer and use it in GitHub Desktop.
Save fuba/2251011 to your computer and use it in GitHub Desktop.
ske
exthtml -x '//a/@href' http://www.ske48.co.jp/profile/list.php | grep 'profile/?id' | sort | uniq | exthtml -x '//li[contains(text(), "出身地")]' - | perl -MYAML -e 'while(<>){chomp;$n{$_}++;}warn YAML::Dump \%n'
---
出身地:三重県: 5
出身地:埼玉県: 2
出身地:大分県: 2
出身地:大阪府: 3
出身地:岐阜県: 5
出身地:愛知県: 50
出身地:高知県: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment