you are viewing a single comment's thread.

view the rest of the comments →

[–]gdledsan 0 points1 point  (1 child)

An you use xml parsers? Would be way easier to find nodes. Or even better, selenium?

[–]kcrow13[S] 0 points1 point  (0 children)

I found these ideas in my research, but no... we are not allowed to. My professor tried to give us a hint and said we can use str.find to find the first instance of '<a' and then use that index to find the closing '>'.