Skip to content

Commit

Permalink
add HRI
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 14, 2023
1 parent 7d4bbff commit 47af999
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ class NewsSkill(OVOSCommonPlaybackSkill):
MediaType.RADIO],
"image": join(dirname(__file__), "ui", "images", "DLF.png"),
"playback": PlaybackType.AUDIO
},
"HRI": {
"aliases": ["HRI", "hr Info", "Hessenschau"],
"uri": "rss//https://podcast.hr-online.de/der_tag_in_hessen/podcast.xm",
"media_type": MediaType.NEWS,
"match_types": [MediaType.NEWS,
MediaType.RADIO],
"image": join(dirname(__file__), "ui", "images", "HRI.png"),
"playback": PlaybackType.AUDIO
}
},
"nl": {
Expand Down
Binary file added ui/images/HRI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47af999

Please sign in to comment.