Skip to content

Instantly share code, notes, and snippets.

@fuba
Created March 30, 2012 11:51
Show Gist options
  • Save fuba/2251038 to your computer and use it in GitHub Desktop.
Save fuba/2251038 to your computer and use it in GitHub Desktop.
nmb
exthtml -x '//a[./img[@width="120"]]/@href' http://www.nmb48.com/member/ | sort | uniq | exthtml -x '//span[contains(text(), "出身地")]/..' - | perl -MYAML -e 'while(<>){chomp;$n{$_}++}warn YAML::Dump \%n;'
---
出身地 : 京都府: 5
出身地 : 兵庫県: 14
出身地 : 千葉県: 1
出身地 : 大阪府: 36
出身地 : 奈良県: 4
出身地 : 岐阜県: 1
出身地 : 広島県: 2
出身地 : 愛知県: 1
出身地 : 滋賀県: 2
出身地 : 香川県: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment