Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlotteMaher committed Jul 23, 2019
1 parent 9b4fd9c commit 2a7790c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -44,6 +44,6 @@ def scrape_table(root):
# START HERE: define your starting URL - then
# call a function to scrape the first page in the series.
# ---------------------------------------------------------------------------
base_url = 'https://en.wikipedia.org/wiki/List_of_2019_albums'
base_url = 'https://en.wikipedia.org/wiki'
starting_url = urlparse.urljoin(base_url, '/List_of_2019_albums')
#scrape_and_look_for_next_link(starting_url)

0 comments on commit 2a7790c

Please sign in to comment.