Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Jan 25, 2018
1 parent 2fdafb6 commit 9168cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -19,7 +19,7 @@
print link.text
print link.text_content()
print link.attrib['href']
fullurl = baseurl+link.attrib['href']
fullurl = baseurl+link.attrib['href'].split("?")[0]
linkslist.append(fullurl)

for url in linkslist:
Expand Down

0 comments on commit 9168cbd

Please sign in to comment.