]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/dbtv.py
Tolerate failure to `--write-link` due to unknown URL
[yt-dlp.git] / yt_dlp / extractor / dbtv.py
index aaedf2e3d36084d90699277a52aebb6c3a71a335..8e73176a67855e8e80022d7a87329c2aaa4f6147 100644 (file)
@@ -38,7 +38,7 @@ def _extract_urls(webpage):
             webpage)]
 
     def _real_extract(self, url):
-        display_id, video_id = re.match(self._VALID_URL, url).groups()
+        display_id, video_id = self._match_valid_url(url).groups()
         info = {
             '_type': 'url_transparent',
             'id': video_id,