Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 414 Bytes

Link-Verification_web-scraping

  • Write a program that, given the URL of a web page, will attempt to download every linked page on the page. The program should flag any pages that have a 404 “Not Found” status code and print them out as broken links.
  • excerpt from " Automate the Boring Stuff with Python Practical Programming for Total Beginners by Al Sweigart (z-lib.org) chapter 11 : web scraping"