diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py index 5f8960156..71da432c9 100644 --- a/youtube_dl/extractor/orf.py +++ b/youtube_dl/extractor/orf.py @@ -359,7 +359,7 @@ class ORFOE1IE(ORFRadioIE): IE_DESC = 'Radio Österreich 1' _VALID_URL = r'https?://(?Poe1)\.orf\.at/player/(?P[0-9]+)/(?P\w+)' api_station = "oe1" - loop_station = "oe2v" + loop_station = "oe1" _TEST = { 'url': 'http://oe1.orf.at/player/20170108/456544',