Skip to content

Commit

Permalink
Restore previous
Browse files Browse the repository at this point in the history
  • Loading branch information
mashedkeyboard committed Jun 23, 2021
1 parent 6da439d commit f2b399c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -32,7 +32,7 @@ def scrape_list(url)
.join(' ; ')

{
identifier__datadotparl: member.attr('Member_Id'),
id: member.attr('Member_Id'),
name: member.xpath('DisplayAs').text,
sort_name: member.xpath('ListAs').text,
birth_date: member.xpath('DateOfBirth').text.to_s.sub(/T.*/, ''),
Expand Down

0 comments on commit f2b399c

Please sign in to comment.