Skip to content

Commit

Permalink
Update location of membership data
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Apr 12, 2019
1 parent c156bbf commit f7047c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -94,7 +94,7 @@ def box
end

def raw_start
date_from(box.css('div.fonctionsPersonnesQualifiees li').text.tidy[/Députée?.*?depuis le (\d+\/\d+\/\d+)/, 1])
date_from(box.css('div.fonctionsPersonneQualifiee li').text.tidy[/Députée?.*?depuis le (\d+\/\d+\/\d+)/, 1])
end

def date_from(str)
Expand Down

0 comments on commit f7047c2

Please sign in to comment.