mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-22 07:43:08 +00:00
[mtv] add match_id reminder
This commit is contained in:
parent
5fec75c81c
commit
079a941282
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
|
||||||
except RegexNotFoundError:
|
except RegexNotFoundError:
|
||||||
mgid = None
|
mgid = None
|
||||||
|
|
||||||
|
# TODO: ideally use self._match_id(url)
|
||||||
title = url_basename(url)
|
title = url_basename(url)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue