aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/soundgasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/soundgasm.py')
-rw-r--r--yt_dlp/extractor/soundgasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/soundgasm.py b/yt_dlp/extractor/soundgasm.py
index 3d78a9d76..d608eb7a7 100644
--- a/yt_dlp/extractor/soundgasm.py
+++ b/yt_dlp/extractor/soundgasm.py
@@ -22,7 +22,7 @@ class SoundgasmIE(InfoExtractor):
}
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
display_id = mobj.group('display_id')
webpage = self._download_webpage(url, display_id)