Skip to content

Instantly share code, notes, and snippets.

@ammar0466
Created May 4, 2018 08:02
Show Gist options
  • Save ammar0466/db862356467dcc4695885a3274b26a72 to your computer and use it in GitHub Desktop.
Save ammar0466/db862356467dcc4695885a3274b26a72 to your computer and use it in GitHub Desktop.
<tr>
<td align='right'>PHONE :</td>
<td><b>518878943</b></td>
</tr>
how to select another td:
soup.find("td", text="PHONE :").find_next_sibling("td").text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment