mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 11:11:54 +00:00
extract mpd for single video
This commit is contained in:
parent
2e31ae21dd
commit
29e60290cf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class La1ereExtractorPageIE(La1ereExrtractorBaseIE):
|
|||
video_id, playlist_url = self._extract_given_title(webpage, title)
|
||||
|
||||
# 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)
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue