From 0fd513f362e5be3f2be76de0724581173a35ed09 Mon Sep 17 00:00:00 2001 From: clabrow <30670646+clabrow@users.noreply.github.com> Date: Tue, 8 Aug 2017 16:34:47 -0400 Subject: [PATCH] Update scraper.py --- scraper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scraper.py b/scraper.py index a69940c..1334ec3 100644 --- a/scraper.py +++ b/scraper.py @@ -24,10 +24,10 @@ # ----------------------------------------------------------------------------- #import scraperwiki -#html = scraperwiki.scrape('https://scraperwiki.com/hello_world.html') +#html = scraperwiki.scrape('https://bbc.co.uk') #print html # ----------------------------------------------------------------------------- # In the next tutorial, you'll learn how to extract the useful parts # from the raw HTML page. -# ----------------------------------------------------------------------------- \ No newline at end of file +# -----------------------------------------------------------------------------