Need help getting BeautifulSoup contents

dusans dusan.smitran at gmail.com
Thu Jul 17 04:14:52 EDT 2008


I dont quite understand what u want. U should paste the html here
http://pastebin.com/ also provide the result that u want.

If u dont take the time to write what u wont, nobody will take the
time to help u

On Jul 17, 7:38 am, Alexnb <alexnbr... at gmail.com> wrote:
> The trick to this one is that the html looks something like this:
>
> <td width="100%" colspan="2">
> american,
> a href="/browse/blue" linkindex="12" set="yes">blue brick churn cottage
> cream "
>
> My question is I want everything inside, the contents of each   ad the
> regular text of the <td>.
> I know I can do like a.contents, but it only gives me the first one, in this
> case being "blue". I want the contents of each of those and the regular
> contents of the <td>.
>
> P.S. notice the things inbetween the <a tags, I need those too :(
>
> Can anyone help?
>
> --
> View this message in context:http://www.nabble.com/Need-help-getting-BeautifulSoup-contents-tp1850...
> Sent from the Python - python-list mailing list archive at Nabble.com.




More information about the Python-list mailing list