diff --git a/base/rules.db b/base/rules.db index 1167b62ac7dc15da2744e16173e50a25adcb87f6..75874850d7c542d04728639ca2b09aa29337c625 100644 Binary files a/base/rules.db and b/base/rules.db differ diff --git a/js/1080P.js b/js/1080P.js new file mode 100644 index 0000000000000000000000000000000000000000..8573254b001a0f51c6efcf566da6ab315b6e79fc --- /dev/null +++ b/js/1080P.js @@ -0,0 +1,7 @@ +var rule = Object.assign(muban.mxpro,{ +title:'1080P', +host:'https://1080p.tv', +url:'/vodshow/fyclass--------fypage---/', +searchUrl:'/vodsearch/**----------fypage---/', +class_parse:'.navbar-items li:gt(1):lt(7);a&&Text;a&&href;.*/(.*?)/', +}); diff --git a/txt/js/tg/1080P.js b/txt/js/tg/1080P.js deleted file mode 100644 index 49109713629ce6a284d4820c933ef28cb2e0249f..0000000000000000000000000000000000000000 --- a/txt/js/tg/1080P.js +++ /dev/null @@ -1,7 +0,0 @@ -var rule = Object.assign(muban.mxpro,{ -title:'1080P.', -host:'https://1080p.tv', -url:'/vodshow/fyclass--------fypage---/', -searchUrl:'/search-**----------fypage---/', -class_parse:'.navbar-items li:gt(1):lt(7);a&&Text;a&&href;.*v/(.*?)/', -});