mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 热修复dy无法解析问题
This commit is contained in:
parent
45840ee9ef
commit
d8aa6264c5
@ -177,7 +177,7 @@ export class tools extends plugin {
|
|||||||
const urlTypeCode = item.aweme_type;
|
const urlTypeCode = item.aweme_type;
|
||||||
const urlType = douyinTypeMap[urlTypeCode];
|
const urlType = douyinTypeMap[urlTypeCode];
|
||||||
if (urlType === "video") {
|
if (urlType === "video") {
|
||||||
const resUrl = item.video.play_addr_h264.url_list[0].replace(
|
const resUrl = item.video.play_addr.url_list[0].replace(
|
||||||
"http",
|
"http",
|
||||||
"https",
|
"https",
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user