Skip to content

Instantly share code, notes, and snippets.

@fuba
Created March 30, 2012 11:56
Show Gist options
  • Save fuba/2251054 to your computer and use it in GitHub Desktop.
Save fuba/2251054 to your computer and use it in GitHub Desktop.
hkt
exthtml -x '//a[./img]/@href' http://www.hkt48.jp/profile.html | grep member | sort | uniq | exthtml -x '//dt[contains(text(), "出身地")]/following-sibling::*[1]' - | perl -MYAML -e 'while(<>){chomp;$n{$_}++}warn YAML::Dump \%n'
---
大分県: 1
山口県: 2
福岡県: 16
長崎県: 1
鹿児島県: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment