From 9af637ecc0dcb67dece953aa6464d3637295d8a4 Mon Sep 17 00:00:00 2001 From: hh0rva1h Date: Fri, 24 Apr 2020 14:35:40 +0200 Subject: [PATCH] orf: fix typo --- youtube_dl/extractor/orf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',