orf: fix typo

This commit is contained in:
hh0rva1h 2020-04-24 14:35:40 +02:00
parent 6a3f8e5ee0
commit 9af637ecc0

View File

@ -359,7 +359,7 @@ class ORFOE1IE(ORFRadioIE):
IE_DESC = 'Radio Österreich 1'
_VALID_URL = r'https?://(?P<station>oe1)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
api_station = "oe1"
loop_station = "oe2v"
loop_station = "oe1"
_TEST = {
'url': 'http://oe1.orf.at/player/20170108/456544',