Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qist committed Jan 26, 2025
1 parent e3c92b7 commit ec3c94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/678.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var rule = {
title:'闪雷影视',
编码:'gb2312',
host:'http://114.100.48.52:18008',
host:'http://121.16.47.54:5001',
url:'/www/List.asp?classid=fyclass&searchword=&page=fypage',
filterable:0,//是否启用分类筛选,
class_name:'电影&电视剧&综艺&动漫&音乐',
Expand All @@ -14,9 +14,9 @@ var rule = {
},
play_parse:true,
lazy:$js.toString(() => {
var html = 'http://114.100.48.52:18008/PlayMov.asp?ClassId=' + input.split(",")[2] + '&video=2&exe=0&down=0&movNo=' + input.split(",")[3] + '&vgver=undefined&ClientIP=114.100.48.52'
var html = 'http://121.16.47.54:5001/PlayMov.asp?ClassId=' + input.split(",")[2] + '&video=2&exe=0&down=0&movNo=' + input.split(",")[3] + '&vgver=undefined&ClientIP=114.100.48.52'
var url = request(html).match(/push\('(.*?)'/)[1]
// url = url.replace(/https?:\/\/(?:[\d.]+|[A-Za-z0-9\-]+)(:80)?\//, 'http://121.16.47.54:5001/');
url = url.replace(/https?:\/\/(?:[\d.]+|[A-Za-z0-9\-]+)(:80)?\//, 'http://121.16.47.54:5001/');
input = {
jx:0,
url:url,
Expand Down

0 comments on commit ec3c94f

Please sign in to comment.