mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[duboku] change ext to mp4
This commit is contained in:
parent
1b8805f831
commit
b0f50733a1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user