Skip to content

Commit

Permalink
Handle being group secretary
Browse files Browse the repository at this point in the history
This was failing as
  http://www.conseil-national.mc/index.php/la-presidence/item/617-marine-grisoul
was "Secrétaire Général du groupe politique Primo!"
  • Loading branch information
tmtmtmtm committed Sep 17, 2018
1 parent 1a9b53c commit d6fd615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -21,7 +21,7 @@ class MemberPage < Scraped::HTML

field :faction do
return 'Sans Etiquette' if faction_text.include? 'Sans Etiquette'
faction_text[/Membre du groupe politique (.*)/, 1].tidy
faction_text[/groupe politique (.*)/, 1].tidy
end

private
Expand Down

0 comments on commit d6fd615

Please sign in to comment.