From cd6ba12627f5ab36413267962d35002dcbb1a9b6 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sun, 24 Jul 2022 18:30:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=9C=E5=8D=97=E4=BA=9A=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=95=AA=E5=89=A7=E9=9B=86=E5=8F=AF=E8=83=BD=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 4 ++++ extensions/area_unlimit/hook/common.js | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f330c04..f485d61 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,7 @@ +# v1.3.1-2 / 2022-07-24 + + - fix: 东南亚部分番剧集可能不能播放 + # v1.3.1-1 / 2022-07-15 - bilibili: update to v1.3.1.922 diff --git a/extensions/area_unlimit/hook/common.js b/extensions/area_unlimit/hook/common.js index db2e012..abe77b1 100644 --- a/extensions/area_unlimit/hook/common.js +++ b/extensions/area_unlimit/hook/common.js @@ -639,6 +639,7 @@ const UTILS = { 'nb2-1-30280': 'mp4a.40.2' // APP源 高码音频 }; const resolutionMap = { + 30120: [1920, 1080], 30112: [1920, 1080], 30102: [1920, 1080], 30080: [1920, 1080], @@ -653,6 +654,7 @@ const UTILS = { 30005: [352, 240], }; const frameRateMap = { + 30120: '16000/672', 30112: '16000/672', 30102: '16000/672', 30080: '16000/672',