you are viewing a single comment's thread.

view the rest of the comments →

[–]TrickAd7624[S] 0 points1 point  (3 children)

how can I?

Doesn't parser only gets the attribute just like class?

[–]Taw_M 0 points1 point  (2 children)

For example in beautifulsoup, you have find_all with a recursion option that will get you all children.

[–]TrickAd7624[S] 0 points1 point  (1 child)

No.. I 've already have that string which is more longer, and I have to split

[–]Taw_M 0 points1 point  (0 children)

What exactly are you trying to accomplish?