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',