Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47af999

Browse files
committedFeb 14, 2023
1 parent 7d4bbff commit 47af999

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎__init__.py

+9
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ class NewsSkill(OVOSCommonPlaybackSkill):
135135
MediaType.RADIO],
136136
"image": join(dirname(__file__), "ui", "images", "DLF.png"),
137137
"playback": PlaybackType.AUDIO
138+
},
139+
"HRI": {
140+
"aliases": ["HRI", "hr Info", "Hessenschau"],
141+
"uri": "rss//https://podcast.hr-online.de/der_tag_in_hessen/podcast.xm",
142+
"media_type": MediaType.NEWS,
143+
"match_types": [MediaType.NEWS,
144+
MediaType.RADIO],
145+
"image": join(dirname(__file__), "ui", "images", "HRI.png"),
146+
"playback": PlaybackType.AUDIO
138147
}
139148
},
140149
"nl": {

‎ui/images/HRI.png

1.99 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.