mirror of https://github.com/yt-dlp/yt-dlp.git
Merge remote-tracking branch 'Dineshs91/KontrTube-fix'
This commit is contained in:
commit
72961c2a8a
|
@ -34,7 +34,7 @@ class KontrTubeIE(InfoExtractor):
|
|||
video_url = self._html_search_regex(r"video_url: '(.+?)/?',", webpage, 'video URL')
|
||||
thumbnail = self._html_search_regex(r"preview_url: '(.+?)/?',", webpage, 'video thumbnail', fatal=False)
|
||||
title = self._html_search_regex(
|
||||
r'<title>(.+?) - Труба зовёт - Интересный видеохостинг</title>', webpage, 'video title')
|
||||
r'<title>(.+?)</title>', webpage, 'video title')
|
||||
description = self._html_search_meta('description', webpage, 'video description')
|
||||
|
||||
mobj = re.search(
|
||||
|
|
Loading…
Reference in New Issue