Skip to content

Commit

Permalink
Merge branch 'sdlyyxy' of https://github.com/sdlyyxy/you-get into sdl…
Browse files Browse the repository at this point in the history
…yyxy-sdlyyxy
  • Loading branch information
soimort committed Apr 19, 2022
2 parents a9b211b + d6ae98f commit fdfadcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/extractors/bilibili.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Bilibili(VideoExtractor):
# Bilibili media encoding options, in descending quality order.
stream_types = [
{'id': 'hdflv2', 'quality': 125, 'audio_quality': 30280,
'container': 'FLV', 'video_resolution': '3840p', 'desc': '真彩 HDR'},
'container': 'FLV', 'video_resolution': '2160p', 'desc': '真彩 HDR'},
{'id': 'hdflv2_4k', 'quality': 120, 'audio_quality': 30280,
'container': 'FLV', 'video_resolution': '2160p', 'desc': '超清 4K'},
{'id': 'flv_p60', 'quality': 116, 'audio_quality': 30280,
Expand Down

0 comments on commit fdfadcd

Please sign in to comment.