mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 17:23:48 +01:00
[teachertube] Modernize
This commit is contained in:
parent
adb1307b9a
commit
211503c39f
@ -57,9 +57,7 @@ class TeacherTubeIE(InfoExtractor):
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
mobj = re.match(self._VALID_URL, url)
|
video_id = self._match_id(url)
|
||||||
video_id = mobj.group('id')
|
|
||||||
|
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
title = self._html_search_meta('title', webpage, 'title', fatal=True)
|
title = self._html_search_meta('title', webpage, 'title', fatal=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user