Skip to content

Commit b917954

Browse files
committed
fix:素白白
1 parent ee15ea8 commit b917954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/素白白.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var rule = {
139139
const $ = pq(html)
140140
const js = $('script:contains(window.wp_nonce)').html();
141141
const group = js.match(/(var.*)eval\((\w*\(\w*\))\)/);
142-
const result = eval('const md5 = CryptoJS;'+group[1] + group[2]);
142+
const result = eval('md5 = CryptoJS;'+group[1] + group[2]);
143143
const play_url = result.match(/url:.*?['"](.*?)['"]/)[1];
144144
return {parse: 0, url: play_url}
145145
},

0 commit comments

Comments
 (0)