From 78ec25553e491aff4065eab87e5ab0d6d9da6791 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Oct 2016 15:34:32 +0000 Subject: URL updates --- feeder.pl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'feeder.pl') diff --git a/feeder.pl b/feeder.pl index b1ec9c2..fff3870 100644 --- a/feeder.pl +++ b/feeder.pl @@ -149,6 +149,8 @@ feeds( }, 'http://perl6advent.wordpress.com/feed/', 'http://perladvent.org/2014/atom.xml', + 'http://leonerds-code.blogspot.com/feeds/posts/default', + 'http://pl6anet.org/atom.xml', ); feeds( @@ -195,14 +197,12 @@ feeds( }, 'http://feeds.feedburner.com/boingboing/iBag', 'http://www.rousette.org.uk/blog/index.xml', - 'http://www.anzeledda.it/wp/feed/', { uri => 'http://www.haibane.info/feed/', dedupe_use_body => 0, }, 'http://nobodyharks.blogspot.com/feeds/posts/default', 'http://spaghettovolante.wordpress.com/feed/', - 'http://feeds.feedburner.com/malvestite', 'http://exquisitebeast.tumblr.com/rss', ); @@ -216,7 +216,7 @@ feeds( dedupe_use_date => 0, }, { - uri => 'http://elizabethbear.livejournal.com/data/atom', + uri => 'http://elizabethbear.livejournal.com/data/rss', dedupe_use_body => 0, }, 'http://lisagoldresearch.wordpress.com/feed/', @@ -227,7 +227,10 @@ feeds( 'http://www.tor.com/feed', 'http://www.thewaythefutureblogs.com/feed/', 'http://whatever.scalzi.com/feed/', - 'http://thecomposites.tumblr.com/rss', + { + uri => 'http://thecomposites.tumblr.com/rss', + dedupe_use_body => 0, + }, { uri => 'http://www.goodreads.com/author/show/16094.Lois_McMaster_Bujold/blog?format=rss', dedupe_use_body => 0, -- cgit v1.2.3