Created
March 30, 2012 11:51
-
-
Save fuba/2251038 to your computer and use it in GitHub Desktop.
nmb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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