mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
[mtv] add match_id reminder
This commit is contained in:
@@ -300,6 +300,7 @@ def _extract_mgid(self, webpage, url, data_zone=None):
|
||||
except RegexNotFoundError:
|
||||
mgid = None
|
||||
|
||||
# TODO: ideally use self._match_id(url)
|
||||
title = url_basename(url)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user