[vimeo] add support live streams and improve info extraction(closes #19144)
This commit is contained in:
parent
c9b19d7a55
commit
c25720ef6a
2 changed files with 31 additions and 22 deletions
|
@ -2019,6 +2019,8 @@ class InfoExtractor(object):
|
|||
if res is False:
|
||||
return []
|
||||
mpd_doc, urlh = res
|
||||
if mpd_doc is None:
|
||||
return []
|
||||
mpd_base_url = base_url(urlh.geturl())
|
||||
|
||||
return self._parse_mpd_formats(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue