Skip to content

Instantly share code, notes, and snippets.

"""
Page Scraper
an application which connects to a site and pulls out all links and images and prints them
"""
from bs4 import BeautifulSoup
from urllib.request import urlopen
import re