Skip to content

Commit

Permalink
Added PM category to scraper
Browse files Browse the repository at this point in the history
Added 'Prime Ministers of Papua New Guinea' category as members were missing from 'Papua New Guinean politicians' category.
  • Loading branch information
ondenman committed Jul 11, 2016
1 parent 1cd4a60 commit 77fc7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
el = WikiData::Category.new( 'Κατηγορία:Πολιτικοί της Παπούα Νέας Γουινέας', 'el').member_titles
es = WikiData::Category.new( 'Categoría:Políticos de Papúa Nueva Guinea', 'es').member_titles

EveryPolitician::Wikidata.scrape_wikidata(names: { en: en, fr: fr, de: de, el: el, es: es }, output: false)
pm = WikiData::Category.new( 'Category:Prime Ministers of Papua New Guinea', 'en').member_titles

EveryPolitician::Wikidata.scrape_wikidata(names: { en: en | pm, fr: fr, de: de, el: el, es: es }, output: false)

0 comments on commit 77fc7a0

Please sign in to comment.