Skip to content

Commit 6083561

Browse files
committed
修复抖音详情加载失败
1 parent 8e574e4 commit 6083561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_live_core/lib/src/douyin_site.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class DouyinSite implements LiveSite {
429429
},
430430
);
431431

432-
var renderData = RegExp(r'\{\\"state\\":\{\\"isLiveModal.*?\]\\n')
432+
var renderData = RegExp(r'\{\\"state\\":\{\\"appStore.*?\]\\n')
433433
.firstMatch(result)
434434
?.group(0) ??
435435
"";

0 commit comments

Comments
 (0)