Skip to content

Commit

Permalink
fix/rm/dead_stream
Browse files Browse the repository at this point in the history
TSF news changed how they handle their uris, news stream extractor will need to be updated

remove for now
  • Loading branch information
JarbasAl committed Jul 5, 2024
1 parent 80fddc9 commit 4f67d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions News.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f67d24

Please sign in to comment.