/planet-clean

Cleans-up CDOT planet feed list

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

planet-clean

Cleans-up the CDOT planet feed list so that all blog feeds in the CDOT planet are valid.

Installation

First, install all dependencies:

npm install

Usage

To run:

node cli.js

or

./cli.js

This will download the current feed list, process every name/URL pair, and attempt to download and parse each feed URL. If the feed parser fails, the name/URL will be commented out. Otherwise it will be included.

Final results are written to cleaned-planet-list.txt. You can manually copy/paste this into the wiki Feeds section.