openstates / openstates-scrapers

source for Open States scrapers
https://openstates.org
GNU General Public License v3.0
845 stars 464 forks source link

PR: Senators not being scraped & Representatives link outdated #2452

Closed csnardi closed 6 years ago

csnardi commented 6 years ago

State: Puerto Rico

Per https://openstates.org/pr/, no senators appear to have been scraped for this latest legislative session. This appears to be because the website for the Puerto Rican Senate has changed, as none of the links in https://github.com/openstates/openstates/blob/master/openstates/pr/people.py#L30-L40 will load -- I believe https://senado.pr.gov/Pages/Senadores.aspx should be the new link, and the scraper will need to be updated as well.

Additionally, it appears that the Puerto Rican House just changed its website, as the link at https://github.com/openstates/openstates/blob/master/openstates/pr/people.py#L102 now redirects to the homepage of their House. I believe it should be updated to http://www.tucamarapr.org/dnncamara/ComposiciondelaCamara/Biografia.aspx, with the scraper also updated accordingly.

chris-erickson commented 6 years ago

Is that the wrong linked issue? I don't see the relation..

csnardi commented 6 years ago

I think #1611 was intended, somehow I missed that in my original search.