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 e2f8817 commit e15e1f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scraper.py
Expand Up @@ -52,6 +52,7 @@ 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'
starting_url = urlparse.urljoin(base_url, '/List_of_2019_albums')
base_url ='https://en.wikipedia.org/wiki/List_of_2019_albums'
#starting_url = urlparse.urljoin(base_url, '

#scrape_and_look_for_next_link(starting_url)

0 comments on commit e15e1f6

Please sign in to comment.