From b358cbe02acfa259493f3b662208bc2c7fbead05 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 26 Jan 2023 00:07:29 +0000 Subject: [PATCH] feeds: rifters: port to db --- hosts/common/feeds.nix | 2 +- .../sources/rifters.com/crawl/default.json | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 modules/data/feeds/sources/rifters.com/crawl/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 946b71ff..45c2d8b0 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -108,7 +108,7 @@ let (mkText "https://forum.merveilles.town/rss.xml" // pol // infrequent) ## No Moods, Ads or Cutesy Fucking Icons - (mkText "https://www.rifters.com/crawl/?feed=rss2" // uncat // weekly) + (fromDb "rifters.com/crawl" // uncat) # DEVELOPERS (fromDb "uninsane.org" // tech) diff --git a/modules/data/feeds/sources/rifters.com/crawl/default.json b/modules/data/feeds/sources/rifters.com/crawl/default.json new file mode 100644 index 00000000..5d62039d --- /dev/null +++ b/modules/data/feeds/sources/rifters.com/crawl/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 213356, + "content_type": "application/atom+xml; charset=utf-8", + "description": "In love with the moment. Scared shitless of the future.", + "favicon": "", + "favicon_data_uri": "", + "hubs": [], + "is_podcast": false, + "is_push": false, + "item_count": 20, + "last_updated": "2022-12-23T18:02:25+00:00", + "score": 22, + "self_url": "https://www.rifters.com/crawl/?feed=atom", + "site_name": "Echopraxia", + "site_url": "https://rifters.com", + "title": "No Moods, Ads or Cutesy Fucking Icons", + "url": "https://www.rifters.com/crawl/?feed=atom", + "velocity": 0.068, + "version": "atom10" +} \ No newline at end of file