Skip to content

Commit

Permalink
add HRI (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Feb 17, 2023
1 parent c04939c commit 9d64658
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 @@ -192,6 +192,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 9d64658

Please sign in to comment.