From 4a468153e81a1287cdb4426599b44abc87b9944f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sat, 6 Mar 2021 16:05:32 -0500 Subject: [PATCH] recipes: Update the conversation addresses Update to support more categories, correct the addresses and also use HTTPS. Signed-off-by: Alistair Francis --- recipes/the_conversation.recipe | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/recipes/the_conversation.recipe b/recipes/the_conversation.recipe index cac2aace9a..93cd586ded 100644 --- a/recipes/the_conversation.recipe +++ b/recipes/the_conversation.recipe @@ -14,15 +14,21 @@ class Politics(BasicNewsRecipe): feeds = [ ('All Articles', - 'http://theconversation.com/articles.atom'), + 'https://theconversation.com/au/articles.atom'), ('Arts + Culture', - 'http://theconversation.com/us/arts/articles.atom'), + 'https://theconversation.com/au/arts/articles.atom'), ('Business + Economy', - 'http://theconversation.com/us/business/articles.atom'), - ('Health + Medicine', - 'http://theconversation.com/us/health/articles.atom'), + 'https://theconversation.com/au/business/articles.atom'), + ('Cities', + 'https://theconversation.com/au/cities/articles.atom'), + ('Education', + 'https://theconversation.com/au/education/articles.atom'), + ('Enviroment + Energy', + 'https://theconversation.com/au/environment/articles.atom'), + ('Health + Medicine', + 'https://theconversation.com/au/health/articles.atom'), ('Politics + Society', - 'http://theconversation.com/us/politics/articles.atom'), + 'https://theconversation.com/au/politics/articles.atom'), ('Science + Technology', - 'http://theconversation.com/us/technology/articles.atom'), + 'https://theconversation.com/au/technology/articles.atom'), ]