aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/utils/_utils.py
diff options
context:
space:
mode:
authorSimon Sawicki <contact@grub4k.xyz>2023-09-16 17:50:06 +0200
committerGitHub <noreply@github.com>2023-09-16 17:50:06 +0200
commitf659e6439444ac64305b5c80688cd82f59d2279c (patch)
tree893c81eb25319dd5aba50078526f7cfc3142da0f /yt_dlp/utils/_utils.py
parent7d3d658f4c558ee7d72b1c01b46f2126948681cd (diff)
[ie/bpb] Overhaul extractor (#8119)
Authored by: Grub4K
Diffstat (limited to 'yt_dlp/utils/_utils.py')
-rw-r--r--yt_dlp/utils/_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils/_utils.py b/yt_dlp/utils/_utils.py
index f5552ce80..180bec245 100644
--- a/yt_dlp/utils/_utils.py
+++ b/yt_dlp/utils/_utils.py
@@ -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',