mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-06-01 10:32:40 +09:00
Merge c4e689e453961145610cd6075cf54901ea78a6b0 into 2b4fbfce25902d557b86b003cf48f738129efce4
This commit is contained in:
commit
9954f56295
@ -74,10 +74,10 @@ class WeiboIE(InfoExtractor):
|
||||
url, video_id, note='Revisiting webpage')
|
||||
|
||||
title = self._html_search_regex(
|
||||
r'<title>(.+?)</title>', webpage, 'title')
|
||||
r'<title>(.+?)</title>', webpage, 'title', flags=re.DOTALL)
|
||||
|
||||
video_formats = compat_parse_qs(self._search_regex(
|
||||
r'video-sources=\\\"(.+?)\"', webpage, 'video_sources'))
|
||||
r'video-sources=\\\"(.+?)\"', webpage, 'video_sources', flags=re.DOTALL))
|
||||
|
||||
formats = []
|
||||
supported_resolutions = (480, 720)
|
||||
|
Loading…
x
Reference in New Issue
Block a user