Created
March 30, 2012 11:46
-
-
Save fuba/2251011 to your computer and use it in GitHub Desktop.
ske
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/@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