unitedstates / congress-legislators

Members of the United States Congress, 1789-Present, in YAML/JSON/CSV, as well as committees, presidents, and vice presidents.
Creative Commons Zero v1.0 Universal
2.06k stars 505 forks source link

Update house websites script #687

Closed tcarobruce closed 5 years ago

tcarobruce commented 5 years ago

The house_websites.py script was not finding any URLs due to a change in the HTML of the House directory page.

This change fixes the script, and updates current House member URLs based on the fixed script.

Most changes are just to remove a trailing slash or do http->https, but there are a few substantive changes as well.

JoshData commented 5 years ago

Nice.