Skip to content

Commit

Permalink
Add Radio 2 live stream
Browse files Browse the repository at this point in the history
It appears Radio 2 works as well using a vualto-radio2 id, and we can
also add Radio 1.
  • Loading branch information
dagwieers authored and mediaminister committed Mar 7, 2020
1 parent 2c14532 commit 61d2508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/lib/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
name='radio1',
label='Radio 1',
studio='Radio 1',
live_stream_id='vualto_events3_geo',
live_stream_id='vualto_radio1',
# live_stream_id='vualto_events3_geo',
youtube=[
dict(label='Radio 1', url='https://www.youtube.com/user/vrtradio1'),
dict(label='Universiteit van Vlaanderen', url='https://www.youtube.com/channel/UC7WpOKbKfzOOnD0PyUN_SYg'),
Expand All @@ -124,6 +125,7 @@
name='radio2',
label='Radio 2',
studio='Radio 2',
live_stream_id='vualto_radio2',
youtube=[
dict(label='Radio 2', url='https://www.youtube.com/user/radio2inbeeld'),
dict(label='Aha!', url='https://www.youtube.com/channel/UCa9lGLvXB-xJg3d0BjK_tIQ'),
Expand Down

0 comments on commit 61d2508

Please sign in to comment.