0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +00:00

[duboku] change ext to mp4

This commit is contained in:
lkho 2020-09-09 03:15:08 +08:00
parent 1b8805f831
commit b0f50733a1

View file

@ -142,7 +142,7 @@ def _real_extract(self, url):
'episode_id': episode_id,
}
formats = self._extract_m3u8_formats(data_url, video_id, 'ts')
formats = self._extract_m3u8_formats(data_url, video_id, 'mp4')
return {
'id': video_id,