1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-18 15:15:42 +07:00

[vimeo] add support live streams and improve info extraction(closes #19144)

This commit is contained in:
Remita Amine
2019-04-21 17:20:28 +01:00
parent c9b19d7a55
commit c25720ef6a
2 changed files with 31 additions and 22 deletions

View File

@@ -2019,6 +2019,8 @@ def _extract_mpd_formats(self, mpd_url, video_id, mpd_id=None, note=None, errnot
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(