Skip to content

Instantly share code, notes, and snippets.

@fuba
Created March 30, 2012 11:37
Show Gist options
  • Save fuba/2250974 to your computer and use it in GitHub Desktop.
Save fuba/2250974 to your computer and use it in GitHub Desktop.
akb
exthtml -x '//a/@href' http://www.akb48.co.jp/about/members/ | grep detail | sort | uniq | exthtml -x '//dd[last()-1]' - | perl -MYAML -e 'while(<>){$n{$_}++};warn YAML::Dump \%n;'
---
"京都府\n": 1
"兵庫県\n": 1
"北海道\n": 1
"千葉県\n": 10
"埼玉県\n": 17
"大分県\n": 1
"大阪府\n": 2
"奈良県\n": 1
"宮城県\n": 1
"岩手県\n": 1
"愛知県\n": 6
"東京都\n": 26
"栃木県\n": 1
"滋賀県\n": 1
"神奈川県\n": 12
"福岡県\n": 6
"福島県\n": 1
"茨城県\n": 2
"静岡県\n": 1
"鹿児島県\n": 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment