aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/zoom.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/zoom.py')
-rw-r--r--yt_dlp/extractor/zoom.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/zoom.py b/yt_dlp/extractor/zoom.py
index 7accb6505..25a0902f6 100644
--- a/yt_dlp/extractor/zoom.py
+++ b/yt_dlp/extractor/zoom.py
@@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
-import re
from .common import InfoExtractor
from ..utils import (
@@ -28,7 +27,7 @@ class ZoomIE(InfoExtractor):
}
def _real_extract(self, url):
- base_url, play_id = re.match(self._VALID_URL, url).groups()
+ base_url, play_id = self._match_valid_url(url).groups()
webpage = self._download_webpage(url, play_id)
try: