extract mpd for single video

pull/32884/head
nicole trinity 7 months ago
parent 2e31ae21dd
commit 29e60290cf

@ -46,7 +46,7 @@ class La1ereExtractorPageIE(La1ereExrtractorBaseIE):
video_id, playlist_url = self._extract_given_title(webpage, title) video_id, playlist_url = self._extract_given_title(webpage, title)
# get the mpd playlist # get the mpd playlist
formats = self._extract_m3u8_formats(playlist_url, video_id) formats = self._extract_mpd_formats(playlist_url, video_id)
self._sort_formats(formats) self._sort_formats(formats)
return { return {

Loading…
Cancel
Save