This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 | |