Downloads and parses the footnotes from the FCC's most recent Open Internet Order.
You can run the script yourself or you can just view the footnotes as JSON here.
bundle
ruby parse.rb
parse.rb
will download and unzip the Order if it hasn't already been downloaded.
The secret is that Word docs store footnotes in a file appropriately called footnotes.xml
. It's in the word
folder.