diff --git a/News.json b/News.json index 04a8722..97c82af 100644 --- a/News.json +++ b/News.json @@ -278,18 +278,6 @@ } }, "pt-pt": { - "TSF": { - "aliases": [ - "TSF", - "TSF Rádio Notícias", - "TSF Notícias" - ], - "uri": "news//https://www.tsf.pt/stream", - "image": "./res/images/tsf.png", - "secondary_langs": [ - "pt" - ] - }, "RTP": { "aliases": [ "RTP", diff --git a/__init__.py b/__init__.py index 603b6ce..43d0c71 100644 --- a/__init__.py +++ b/__init__.py @@ -14,7 +14,7 @@ class NewsSkill(OVOSCommonPlaybackSkill): # default feeds per language (optional) langdefaults = { - "pt-pt": "TSF", + "pt-pt": "RTP", "es-es": "RNE", "ca-es": "CCMA", "en-gb": "BBC",