aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/rts.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/rts.py')
-rw-r--r--hypervideo_dl/extractor/rts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/rts.py b/hypervideo_dl/extractor/rts.py
index aed35f8..865a730 100644
--- a/hypervideo_dl/extractor/rts.py
+++ b/hypervideo_dl/extractor/rts.py
@@ -116,7 +116,7 @@ class RTSIE(SRGSSRIE):
]
def _real_extract(self, url):
- m = re.match(self._VALID_URL, url)
+ m = self._match_valid_url(url)
media_id = m.group('rts_id') or m.group('id')
display_id = m.group('display_id') or media_id