mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-08 03:30:10 +09:00
[nhk] Remove debug prints
This commit is contained in:
parent
34e6b4968b
commit
2fa52b7cb1
@ -94,7 +94,6 @@ class NhkVodIE(NhkBaseIE):
|
||||
}]
|
||||
|
||||
def _extract_episode_info(self, url, episode=None):
|
||||
print(url)
|
||||
fetch_episode = episode is None
|
||||
lang, m_type, episode_id = re.match(NhkVodIE._VALID_URL, url).groups()
|
||||
if len(episode_id) == 7:
|
||||
|
Loading…
Reference in New Issue
Block a user