John-m555

Results 2 comments of John-m555

I have the same problem. So I add one line to print the "url" as below. for tag in sp.find_all("a"): url = tag.get("href") print("\n" + url)

Guys, Now I found what's wrong. Our program is not wrong but the HTML of the https://news.google.com must be changed after this book was written. As I stated above, current...