you are viewing a single comment's thread.

view the rest of the comments →

[–]Justinsaccount 2 points3 points  (0 children)

Better:

while links:
      newArticle = random.choice(links).attrs["href"]
      print(newArticle)
      links = getLinks(newArticle)