aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/orf.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/orf.py')
-rw-r--r--yt_dlp/extractor/orf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/orf.py b/yt_dlp/extractor/orf.py
index 8d537d7ae..428ec97e4 100644
--- a/yt_dlp/extractor/orf.py
+++ b/yt_dlp/extractor/orf.py
@@ -183,7 +183,7 @@ class ORFTVthekIE(InfoExtractor):
class ORFRadioIE(InfoExtractor):
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
show_date = mobj.group('date')
show_id = mobj.group('show')