diff options
Diffstat (limited to 'feeder.pl')
-rw-r--r-- | feeder.pl | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -40,11 +40,11 @@ feeds( }, 'https://dresdencodak.com/feed/rss/', { - uri => 'http://oglaf.com/feeds/rss/', + uri => 'https://oglaf.com/feeds/rss/', title=>'Oglaf', }, - 'http://www.bureau42.com/bureau42.rss', - 'http://syndication.thedailywtf.com/TheDailyWtf', + #'https://bureau42.com/feed', + 'https://syndication.thedailywtf.com/TheDailyWtf', { uri => 'https://feeds.feedburner.com/thisisindexed/', # uri => http://thisisindexed.com/feed/', @@ -85,7 +85,6 @@ feeds( 'https://shitpost.plover.com/index.atom', 'http://blogs.perl.org/atom.xml', 'http://YAPHB.blogspot.com/atom.xml', - 'http://blog.fsck.com/atom.xml', 'http://blog.urth.org/index.xml', 'http://log.perl.org/feeds/posts/default', { @@ -93,7 +92,6 @@ feeds( dedupe_use_body => 0, }, 'http://perl6advent.wordpress.com/feed/', - 'http://perladvent.org/2014/atom.xml', 'http://leonerds-code.blogspot.com/feeds/posts/default', 'https://planet.raku.org/atom.xml', 'https://rakudoweekly.blog/feed/', @@ -106,20 +104,17 @@ feeds( 'http://www.badscience.net/feed/', 'http://khymos.org/feed/', 'http://glottorellando.wordpress.com/feed/', - 'http://languagelog.ldc.upenn.edu/nll/?feed=atom', + 'https://languagelog.ldc.upenn.edu/nll/?feed=atom', { uri => 'http://www.goodmath.org/blog/?feed=rss2', dedupe_use_body => 0, }, - 'http://cattaneo-lescienze.blogautore.espresso.repubblica.it/feed/atom/', 'http://feeds.feedburner.com/makezineonline', - 'http://ovadia-lescienze.blogautore.espresso.repubblica.it/feed/atom/', - 'http://rudimatematici-lescienze.blogautore.espresso.repubblica.it/feed/atom/', - 'http://www.schneier.com/blog/index.rdf', - 'http://bressanini-lescienze.blogautore.espresso.repubblica.it/feed/atom/', + 'https://maddmaths.simai.eu/feed/', + 'https://www.schneier.com/blog/index.rdf', 'http://scienceofmagic.wordpress.com/feed/', - 'http://blog.plan28.org/feeds/posts/default', - 'http://chasmosaurs.com/feed/', + 'https://blog.plan28.org/feeds/posts/default', + 'https://chasmosaurs.com/feed/', ); feeds( @@ -135,7 +130,7 @@ feeds( { mail_folders => 'Weblogs', }, - 'http://www.rousette.org.uk/blog/index.xml', + 'http://www.rousette.org.uk/index.xml', { uri => 'http://www.haibane.info/feed/', dedupe_use_body => 0, @@ -152,7 +147,7 @@ feeds( mail_folders => 'Writers', }, { - uri => 'http://www.antipope.org/charlie/blog-static/atom.xml', + uri => 'https://www.antipope.org/charlie/blog-static/atom.xml', dedupe_use_date => 0, }, { @@ -164,14 +159,18 @@ feeds( uri => 'http://journal.neilgaiman.com/feeds/posts/default', dedupe_use_body => 0, }, - 'http://www.tor.com/feed', + { + uri => 'https://tordotcomprod.wpenginepowered.com/feed/', + title => 'Tor.com', + dedupe_use_body => 0, + }, 'http://whatever.scalzi.com/feed/', { - uri => 'http://thecomposites.tumblr.com/rss', + uri => 'https://thecomposites.tumblr.com/rss', dedupe_use_body => 0, }, { - uri => 'http://www.goodreads.com/author/show/16094.Lois_McMaster_Bujold/blog?format=rss', + uri => 'https://www.goodreads.com/author/show/16094.Lois_McMaster_Bujold/blog?format=rss', dedupe_use_body => 0, }, ); @@ -181,8 +180,9 @@ feeds( mail_folders => '3dPrinter', }, { - uri => 'http://hydraraptor.blogspot.com/feeds/posts/default', + uri => 'https://hydraraptor.blogspot.com/feeds/posts/default', dedupe_use_body => 0, }, + 'https://blog.prusa3d.com/feed/', ); |