Skip to content

Commit

Permalink
fix: 东南亚部分番剧集可能不能播放
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jul 10, 2022
1 parent 86446cd commit 4a10700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v1.2.3-2 / 2022-07
# v1.2.3-2 / 2022-07-10

- fix: 东南亚搜索可能无结果
- fix: 东南亚部分番剧集可能不能播放

# v1.2.3-1 / 2022-06-28

Expand Down
5 changes: 4 additions & 1 deletion extensions/area_unlimit/hook/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ const UTILS = {
30011: 'hev1.1.6.L120.90',
30016: 'avc1.64001E',
30006: 'avc1.64001E',
30005: 'avc1.64001E',
30280: 'mp4a.40.2',
30232: 'mp4a.40.2',
30216: 'mp4a.40.2',
Expand All @@ -649,6 +650,7 @@ const UTILS = {
30011: [640, 360],
30016: [640, 360],
30006: [352, 240],
30005: [352, 240],
};
const frameRateMap = {
30112: '16000/672',
Expand All @@ -661,7 +663,8 @@ const UTILS = {
30033: '16000/656',
30011: '16000/656',
30016: '16000/672',
30006: '16000/672'
30006: '16000/672',
30005: '16000/672'
};
let segmentBaseMap = {};
function getId(url, default_value, get_filename = false) {
Expand Down

0 comments on commit 4a10700

Please sign in to comment.