Quote:
Originally Posted by gambarini
thanks.
i must investigate the navitation options... I am not yet finded the correct syntax... The print link is too annidated for my actual knowledge!!! 
|
Here is the documentation. I've read that page many times and keep going back. There would be many ways to find the tag you need with BeautifulSoup navigation. You can use a regular expression to match it, or a findNextSibliing, etc. I am certainly not an expert, but I would try to construct a command that finds this tag, then print the tag found, then see if what gets printed is what you expected. If not, adjust, etc. until it prints the right tag.