News in Gopherspace
-------------------

I have added a few news feeds to Magical.fish. This has been done a) thanks to Creative Commons licensing and b) a Python 3 module called Newspaper3k.

Newspaper3k makes it simple to scrape a news site. It can return individual articles or even a 'newspaper' containing multiple articles.
Each feed is a little different, but not so much that it requires a lot of time to tweak it.

The most difficult part of this was cleaning and standardizing file names.

If you're running a gopher hole and want to use my sloppy Python script as a template, let me know and I'll be glad to package it up and send to you.