From 7e39c9c3e59d8ffc81e480f5cc16c31ad6efda09 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:11:52 +0100 Subject: [PATCH] fix/rm/dead_stream (#32) TSF news changed how they handle their uris, news stream extractor will need to be updated remove for now --- News.json | 12 ------------ __init__.py | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) 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",