Skip to content

Commit

Permalink
Detail page is fully qualified. Don't append site
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmorris committed May 13, 2015
1 parent c98342d commit d9c235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -152,7 +152,7 @@ def process_index_page(pg):
print 'Unabled to find guest name'
continue
guest = guest[0]
guest_url = SITE + guest.attrib['href']
guest_url = guest.attrib['href']
guest_name = guest.text_content()
date = text.cssselect('p.did-date')
if not date:
Expand Down

0 comments on commit d9c235f

Please sign in to comment.