Skip to content

Instantly share code, notes, and snippets.

@neilkod
Created June 8, 2011 12:12
Show Gist options
  • Save neilkod/1014299 to your computer and use it in GitHub Desktop.
Save neilkod/1014299 to your computer and use it in GitHub Desktop.
extra </tr> tag on line 33 - trying to scrape the table using beautifulsoup
<table width="514" cellpadding="3" cellspacing="0" class="pollentable">
<tbody>
<tr>
<td width="100"></td>
<td width="400"><img src="images/polen_graph.png" alt="" width="399" height="43" border="0"></td>
</tr>
<!--START-->
<tr>
<td><strong>Cedar</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="400" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Oak</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="160" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Ash</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="160" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Mulberry</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Willow</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Box Elder/ Maple</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td>
</tr>
</tr>
<tr>
<td><strong>Walnut</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Grass</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="320" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Chenopods*</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td><strong>Mold</strong></td>
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="320" height="10" alt="bar in graph"></td>
</tr>
<tr>
<td colspan="2" class="body_text1">Intermountain Allergy &amp; Asthma is pleased to be Utah's source for the daily certified pollen count. As the only certified pollen counting station in Utah, Intermountain Allergy &amp; Asthma provides the pollen count to the public in many forms (TV, radio, newspapers, as well as this website). <br></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment