Skip to content

Commit

Permalink
update VRT stream url (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Feb 15, 2023
1 parent 4bb4c2d commit e679960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class NewsSkill(OVOSCommonPlaybackSkill):
"nl": {
"VRT": {
"aliases": ["VRT Nieuws", "VRT"],
"uri": "https://progressive-audio.lwc.vrtcdn.be/content/fixed/11_11niws-snip_hi.mp3",
"uri": "http://progressive-audio.vrtcdn.be/content/fixed/11_11niws-snip_hi.mp3",
"media_type": MediaType.NEWS,
"match_types": [MediaType.NEWS,
MediaType.RADIO],
Expand Down

0 comments on commit e679960

Please sign in to comment.