diff options
author | dirkf <[email protected]> | 2022-08-28 01:40:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-28 01:40:08 +0100 |
commit | 9a0a381954e90cfee7c601473699697300c66abb (patch) | |
tree | 4f7b798a0b8a8759144d7e253de6ddaf3c01089a | |
parent | 4f10e1e7c733b32b5e5c9a459af8e2d45371ceca (diff) | |
download | youtube-dl-9a0a381954e90cfee7c601473699697300c66abb.tar.gz youtube-dl-9a0a381954e90cfee7c601473699697300c66abb.zip |
[bigo] Supply missing media extension
-rw-r--r-- | youtube_dl/extractor/bigo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bigo.py b/youtube_dl/extractor/bigo.py index ddf76ac55..edf486b69 100644 --- a/youtube_dl/extractor/bigo.py +++ b/youtube_dl/extractor/bigo.py @@ -12,6 +12,7 @@ class BigoIE(InfoExtractor): 'url': 'https://www.bigo.tv/ja/221338632', 'info_dict': { 'id': '6576287577575737440', + 'ext': 'mp4', 'title': '土よ〜💁♂️ 休憩室/REST room', 'thumbnail': r're:https?://.+', 'uploader': '✨Shin💫', |