1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[ie/bpb] Overhaul extractor (#8119)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2023-09-16 17:50:06 +02:00
committed by GitHub
parent 7d3d658f4c
commit f659e64394
2 changed files with 145 additions and 30 deletions

View File

@ -2847,6 +2847,7 @@ def mimetype2ext(mt, default=NO_DEFAULT):
'quicktime': 'mov',
'webm': 'webm',
'vp9': 'vp9',
'video/ogg': 'ogv',
'x-flv': 'flv',
'x-m4v': 'm4v',
'x-matroska': 'mkv',