Created
November 4, 2012 05:53
-
-
Save yuya-matsushima/4010494 to your computer and use it in GitHub Desktop.
中之条町議会だよりのページをnokogiriでcss('table table talbe table')でスクレイピングした時の結果1つ
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
<table border="0" width="98%"> | |
<tbody> | |
<tr> | |
<td> | |
<a href="no160-s.pdf" target="_blank"> | |
<b>第160号</b> | |
<font size="-1">平成24年8月10日発行(PDF:2.4MB)</font> | |
</a> | |
</td> | |
</tr> | |
<tr> | |
<td>6月定例会(6月6日〜20日)</td> | |
</tr> | |
<tr> | |
<td>常任委員会報告、特別委員会報告</td> | |
</tr> | |
<tr> | |
<td>一般質問</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment