[{"articleStyle":3,"cacheFirst":false,"customOrder":10,"enableJs":true,"enabled":true,"enabledCookieJar":true,"lastUpdateTime":1774624625703,"loadWithBaseUrl":true,"preload":false,"ruleArticles":".mb15 a[32:]","ruleContent":"<js>\n\/\/ 提取m3u8链接\nvar m3u8Match = result.match(\/\"([^\"]*?index\\.m3u8[^\"]*)\"\/i) \n             || result.match(\/'([^']*?index\\.m3u8[^']*)'\/i);\n\nvar p = '';\nif (m3u8Match) {\n    var u = m3u8Match[1]\n        .replace(\/\\\\\\\/\/g, '\/')      \/\/ \\\/ → \/\n        .replace(\/\\\\\\\\\/g, '\\\\')      \/\/ \\\\ → \\\n        .trim();\n    \n    \/\/ 补全协议\n    if (u.startsWith('\/\/')) {\n        u = 'https:' + u;\n    } else if (!u.startsWith('http')) {\n        \/\/ 需要基础URL，这里假设当前页面URL在result中或需要传入\n        u = 'https:\/\/' + u;  \/\/ 简化处理，或根据实际需求调整\n    }\n    p = u;\n}\n\n\/\/ 标题：从 span.tx-flex-sh > a 的 title 属性获取\nvar t = java.getString('.f-bold @text') || '未知标题';\n\n\/\/ 标签：从 meta[name=\"description\"] 的 content 获取  \nvar b = java.getString('meta[name=\"description\"]@content').replace(\"站点域名:rensgynyn.xyz\",\"\") || '';\nvar updateIndex = b.indexOf('更新时间');\nif (updateIndex !== -1) {\nvar d = b.substring(updateIndex);  \/\/ 保留\"更新时间\"及之后的内容\n}\n\n`<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>${t}<\/title>\n<style>\n*{margin:0;padding:0;box-sizing:border-box}\nbody{font-family:-apple-system,sans-serif;background:#f0f9ff;padding:10px}\n.v-box{max-width:800px;margin:0 auto;background:white;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.1);overflow:hidden}\n.header{padding:12px;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;justify-content:space-between}\n.title{font-size:18px;font-weight:600;margin-bottom:8px;width:100%}\n.tags{color:#5f6368;font-size:14px;flex:1;min-width:60%;word-break:break-all}\n.time{color:#5f6368;font-size:14px;text-align:right;flex-basis:35%}\n.v-wrap{position:relative;padding-top:56.25%;background:#000}\n.video{position:absolute;top:0;left:0;width:100%;height:100%}\n.footer{padding:8px;text-align:center;color:#5f6368;font-size:13px}\n.info-box{padding:15px;font-size:14px;line-height:1.6}\n.info-box p{margin:8px 0}\n.hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.7);color:#fff;padding:12px 20px;border-radius:20px;font-size:1.1rem;z-index:10;display:none}\n.controls{position:absolute;top:0;left:0;width:100%;height:4px;background:rgba(255,255,255,0.3);z-index:5;transition:opacity 0.3s}\n.progress{height:100%;background:#4a9eff;width:0}\n<\/style>\n<\/head>\n<body>\n<div class=\"v-box\">\n<div class=\"header\">\n<div class=\"title\">${t}<\/div>\n<div class=\"tags\">${d}<\/div>\n<div class=\"time\" id=\"timeDisplay\">00:00\/00:00<\/div><\/div>\n<div class=\"v-wrap\">\n<div class=\"controls\"><div class=\"progress\" id=\"progressBar\"><\/div><\/div>\n<div class=\"hint\" id=\"hint\">快进中 &gt;&gt;<\/div>\n<video class=\"video\" id=\"v\" controls playsinline>\n<source src=\"${p}\" type=\"application\/x-mpegURL\">您的浏览器不支持HTML5视频\n<\/video>\n<\/div>\n<div class=\"footer\">滑动调整进度 | 长按2倍速<\/div>\n<\/div>\n<script>\nvar v = document.getElementById('v');\nvar tDisplay = document.getElementById('timeDisplay');\nvar pBar = document.getElementById('progressBar');\nvar hint = document.getElementById('hint');\nvar startX = 0, startTime = 0;\nvar longPressTimer;\nvar sensitivity = 0.1;\nvar longPressTime = 500;\nvar hintDuration = 2000;\nfunction updateTime() {\nif (!v.duration) return;\nvar m1 = Math.floor(v.currentTime \/ 60);\nvar s1 = Math.floor(v.currentTime % 60);\nvar m2 = Math.floor(v.duration \/ 60);\nvar s2 = Math.floor(v.duration % 60);\ntDisplay.textContent = m1 + ':' + (s1 < 10 ? '0' : '') + s1 + '\/' + m2 + ':' + (s2 < 10 ? '0' : '') + s2;\npBar.style.width = (v.currentTime \/ v.duration) * 100 + '%';}\nv.addEventListener('timeupdate', updateTime);\nv.addEventListener('loadedmetadata', updateTime);\nv.addEventListener('touchstart', function(e) {\nstartX = e.touches[0].clientX;\nstartTime = Date.now();\nif (longPressTimer) clearTimeout(longPressTimer);\nhint.style.display = 'none';\nlongPressTimer = setTimeout(function() {\nv.playbackRate = 2.0;\nhint.style.display = 'block';\nsetTimeout(function() { hint.style.display = 'none'; }, hintDuration);}, longPressTime);});\nv.addEventListener('touchmove', function(e) {\ne.preventDefault();\nclearTimeout(longPressTimer);\nvar diffX = e.touches[0].clientX - startX;\nvar change = diffX * sensitivity * v.duration \/ 100;\nv.currentTime = Math.max(0, Math.min(v.currentTime + change, v.duration));\nstartX = e.touches[0].clientX;updateTime();});\nv.addEventListener('touchend', function() {\nv.playbackRate = 1.0;\nclearTimeout(longPressTimer);});\n<\/script>\n<\/body>\n<\/html>`\n<\/js>\n","ruleImage":"img@src","ruleLink":"a.0@href<js> resutl='https:\/\/rensgyn1.lol'+result<\/js><js>\nresult=result.replace('dis', '');\n<\/js>\n","ruleNextPage":".pageitem.-1@href","rulePubDate":"time@text","ruleTitle":"a@title","shouldOverrideUrlLoading":"true","showWebLog":false,"singleUrl":false,"sortUrl":"国产视频::https:\/\/rensgyn1.lol\/sort\/223.html\n精品推荐::https:\/\/rensgyn1.lol\/sort\/224.html\n国产色情::https:\/\/rensgyn1.lol\/sort\/225.html\n中文字幕::https:\/\/rensgyn1.lol\/sort\/226.html\n主播直播::https:\/\/rensgyn1.lol\/sort\/227.html\n国产传媒::https:\/\/rensgyn1.lol\/sort\/228.html\n亚洲无码::https:\/\/rensgyn1.lol\/sort\/229.html\n日本有码::https:\/\/rensgyn1.lol\/sort\/230.html\n亚洲有码::https:\/\/rensgyn1.lol\/sort\/231.html\n日本无码::https:\/\/rensgyn1.lol\/sort\/232.html\n中文有码::https:\/\/rensgyn1.lol\/sort\/233.html\n欧美无码::https:\/\/rensgyn1.lol\/sort\/234.html\n巨乳美乳::https:\/\/rensgyn1.lol\/sort\/235.html\n强奸乱伦::https:\/\/rensgyn1.lol\/sort\/236.html\n人妻系列::https:\/\/rensgyn1.lol\/sort\/237.html\n制服诱惑::https:\/\/rensgyn1.lol\/sort\/238.html\n强奸精品::https:\/\/rensgyn1.lol\/sort\/239.html\n直播主播::https:\/\/rensgyn1.lol\/sort\/240.html\n欧美精品::https:\/\/rensgyn1.lol\/sort\/241.html\n激情动漫::https:\/\/rensgyn1.lol\/sort\/242.html\n萝莉少女::https:\/\/rensgyn1.lol\/sort\/243.html\n明星换脸::https:\/\/rensgyn1.lol\/sort\/244.html\n伦理三级::https:\/\/rensgyn1.lol\/sort\/245.html\n抖阴视频::https:\/\/rensgyn1.lol\/sort\/246.html\n女优明星::https:\/\/rensgyn1.lol\/sort\/248.html\n自拍偷拍::https:\/\/rensgyn1.lol\/sort\/249.html\n视频一区::https:\/\/rensgyn1.lol\/sort\/250.html\n制服丝袜::https:\/\/rensgyn1.lol\/sort\/251.html\n视频二区::https:\/\/rensgyn1.lol\/sort\/252.html\n口交颜射::https:\/\/rensgyn1.lol\/sort\/253.html\n网-曝-门::https:\/\/rensgyn1.lol\/sort\/254.html\n日本精品::https:\/\/rensgyn1.lol\/sort\/255.html\n视频三区::https:\/\/rensgyn1.lol\/sort\/256.html\nCosplay::https:\/\/rensgyn1.lol\/sort\/257.html\n伦理三级::https:\/\/rensgyn1.lol\/sort\/258.html\n素人自拍::https:\/\/rensgyn1.lol\/sort\/259.html\nAV解说::https:\/\/rensgyn1.lol\/sort\/260.html\n台湾辣妹::https:\/\/rensgyn1.lol\/sort\/261.html\nSM调教::https:\/\/rensgyn1.lol\/sort\/262.html\n韩国御姐::https:\/\/rensgyn1.lol\/sort\/263.html\n萝莉少女::https:\/\/rensgyn1.lol\/sort\/264.html\n唯美港姐::https:\/\/rensgyn1.lol\/sort\/265.html\n东南亚AV::https:\/\/rensgyn1.lol\/sort\/267.html\n女同性恋::https:\/\/rensgyn1.lol\/sort\/268.html\n欺辱凌辱::https:\/\/rensgyn1.lol\/sort\/269.html\n玩偶姐姐::https:\/\/rensgyn1.lol\/sort\/270.html\n剧情介绍::https:\/\/rensgyn1.lol\/sort\/271.html\n视频四区::https:\/\/rensgyn1.lol\/sort\/272.html\n多人多P::https:\/\/rensgyn1.lol\/sort\/273.html\n人妖系列::https:\/\/rensgyn1.lol\/sort\/274.html\n91探花::https:\/\/rensgyn1.lol\/sort\/275.html\n网红流出::https:\/\/rensgyn1.lol\/sort\/276.html\n野外露出::https:\/\/rensgyn1.lol\/sort\/277.html\n古装扮演::https:\/\/rensgyn1.lol\/sort\/278.html\n女优系列::https:\/\/rensgyn1.lol\/sort\/279.html\n可爱学生::https:\/\/rensgyn1.lol\/sort\/280.html\n风情旗袍::https:\/\/rensgyn1.lol\/sort\/281.html\n兽耳系列::https:\/\/rensgyn1.lol\/sort\/282.html\n瑜伽裤::https:\/\/rensgyn1.lol\/sort\/283.html\n闷骚护士::https:\/\/rensgyn1.lol\/sort\/284.html\n过膝袜::https:\/\/rensgyn1.lol\/sort\/285.html\n网曝门::https:\/\/rensgyn1.lol\/sort\/286.html\n传媒出品::https:\/\/rensgyn1.lol\/sort\/287.html\n女同性恋::https:\/\/rensgyn1.lol\/sort\/288.html\n男同性恋::https:\/\/rensgyn1.lol\/sort\/289.html\n恋腿狂魔::https:\/\/rensgyn1.lol\/sort\/290.html\n韩国主播::https:\/\/rensgyn1.lol\/sort\/293.html\nVR视角::https:\/\/rensgyn1.lol\/sort\/294.html\n无码专区::https:\/\/rensgyn1.lol\/sort\/295.html\n制服师生::https:\/\/rensgyn1.lol\/sort\/297.html\n伦理系列::https:\/\/rensgyn1.lol\/sort\/298.html\n换脸AI::https:\/\/rensgyn1.lol\/sort\/299.html\n中文伦理::https:\/\/rensgyn1.lol\/sort\/300.html\n卡通动漫::https:\/\/rensgyn1.lol\/sort\/301.html\n欧美系列::https:\/\/rensgyn1.lol\/sort\/302.html\n美女主播::https:\/\/rensgyn1.lol\/sort\/303.html\n国产自拍::https:\/\/rensgyn1.lol\/sort\/304.html\n人妻热门::https:\/\/rensgyn1.lol\/sort\/305.html\n萝莉系列::https:\/\/rensgyn1.lol\/sort\/306.html\n女同性爱::https:\/\/rensgyn1.lol\/sort\/307.html\n多人群交::https:\/\/rensgyn1.lol\/sort\/308.html\n美乳巨乳::https:\/\/rensgyn1.lol\/sort\/309.html\n强奸热门::https:\/\/rensgyn1.lol\/sort\/310.html\n抖阴视频::https:\/\/rensgyn1.lol\/sort\/311.html\n韩国主播::https:\/\/rensgyn1.lol\/sort\/312.html\n网红头条::https:\/\/rensgyn1.lol\/sort\/313.html\n网爆黑料::https:\/\/rensgyn1.lol\/sort\/314.html\n欧美无码::https:\/\/rensgyn1.lol\/sort\/315.html\n女优明星::https:\/\/rensgyn1.lol\/sort\/316.html\nSM调教::https:\/\/rensgyn1.lol\/sort\/317.html\n精品解说::https:\/\/rensgyn1.lol\/sort\/326.html\n亚洲情色::https:\/\/rensgyn1.lol\/sort\/374.html\n主播自拍::https:\/\/rensgyn1.lol\/sort\/375.html\n国产偷拍::https:\/\/rensgyn1.lol\/sort\/376.html\n无码系列::https:\/\/rensgyn1.lol\/sort\/377.html\n欧美性爱::https:\/\/rensgyn1.lol\/sort\/378.html\n熟女专区::https:\/\/rensgyn1.lol\/sort\/379.html\n强奸系列::https:\/\/rensgyn1.lol\/sort\/380.html\n巨乳系列::https:\/\/rensgyn1.lol\/sort\/381.html\n中文大全::https:\/\/rensgyn1.lol\/sort\/382.html\n制服学生::https:\/\/rensgyn1.lol\/sort\/383.html\n女同蕾丝::https:\/\/rensgyn1.lol\/sort\/384.html\n卡通动画::https:\/\/rensgyn1.lol\/sort\/385.html\n视频伦理::https:\/\/rensgyn1.lol\/sort\/386.html\n少女裸体::https:\/\/rensgyn1.lol\/sort\/387.html\n重口色情::https:\/\/rensgyn1.lol\/sort\/388.html\n人兽性交::https:\/\/rensgyn1.lol\/sort\/389.html\n福利姬::https:\/\/rensgyn1.lol\/sort\/473.html\n生活都市::https:\/\/rensgyn1.lol\/sort\/474.html\n不偷恋情::https:\/\/rensgyn1.lol\/sort\/475.html\n学生校园::https:\/\/rensgyn1.lol\/sort\/476.html\n人妻熟女::https:\/\/rensgyn1.lol\/sort\/477.html\n暴力虐待::https:\/\/rensgyn1.lol\/sort\/478.html\n明星偶像::https:\/\/rensgyn1.lol\/sort\/479.html\n玄幻仙侠::https:\/\/rensgyn1.lol\/sort\/480.html\n科学幻想::https:\/\/rensgyn1.lol\/sort\/481.html\n街拍偷拍::https:\/\/rensgyn1.lol\/sort\/482.html\n丝袜美腿::https:\/\/rensgyn1.lol\/sort\/483.html\n欧美风情::https:\/\/rensgyn1.lol\/sort\/484.html\n网友自拍::https:\/\/rensgyn1.lol\/sort\/485.html\n卡通漫画::https:\/\/rensgyn1.lol\/sort\/486.html\n露出激情::https:\/\/rensgyn1.lol\/sort\/487.html\n唯美写真::https:\/\/rensgyn1.lol\/sort\/488.html\n女优情报::https:\/\/rensgyn1.lol\/sort\/489.html\n私房俱乐部::https:\/\/rensgyn1.lol\/sort\/490.html\n学生少女::https:\/\/rensgyn1.lol\/sort\/492.html\n技师风采::https:\/\/rensgyn1.lol\/sort\/493.html\n熟女少妇::https:\/\/rensgyn1.lol\/sort\/494.html\n国产热播::https:\/\/rensgyn1.lol\/sort\/495.html\n反差母狗::https:\/\/rensgyn1.lol\/sort\/496.html\n美脚丝足::https:\/\/rensgyn1.lol\/sort\/497.html\n情侣自拍::https:\/\/rensgyn1.lol\/sort\/498.html\n偷情约炮::https:\/\/rensgyn1.lol\/sort\/499.html\n真实偷拍::https:\/\/rensgyn1.lol\/sort\/500.html\n高潮喷水::https:\/\/rensgyn1.lol\/sort\/501.html\n强奸迷奸::https:\/\/rensgyn1.lol\/sort\/503.html\n户外露出::https:\/\/rensgyn1.lol\/sort\/504.html\nSM调教::https:\/\/rensgyn1.lol\/sort\/505.html\n情趣内衣::https:\/\/rensgyn1.lol\/sort\/506.html\n精选探花::https:\/\/rensgyn1.lol\/sort\/507.html\n网曝门事件::https:\/\/rensgyn1.lol\/sort\/509.html\n校园猛料::https:\/\/rensgyn1.lol\/sort\/510.html\n网红流出::https:\/\/rensgyn1.lol\/sort\/511.html\n明星黑料::https:\/\/rensgyn1.lol\/sort\/512.html\n裸贷肉偿::https:\/\/rensgyn1.lol\/sort\/513.html\n婚闹恶俗::https:\/\/rensgyn1.lol\/sort\/514.html\n抓奸名场面::https:\/\/rensgyn1.lol\/sort\/515.html\n男同女同::https:\/\/rensgyn1.lol\/sort\/516.html\nJK少女::https:\/\/rensgyn1.lol\/sort\/518.html\n黑丝白丝::https:\/\/rensgyn1.lol\/sort\/519.html\n女仆::https:\/\/rensgyn1.lol\/sort\/520.html\ncosplay::https:\/\/rensgyn1.lol\/sort\/521.html\nOL制服::https:\/\/rensgyn1.lol\/sort\/522.html\n旗袍::https:\/\/rensgyn1.lol\/sort\/523.html\n空姐制服::https:\/\/rensgyn1.lol\/sort\/524.html\n护士医生::https:\/\/rensgyn1.lol\/sort\/525.html\n禁忌母子::https:\/\/rensgyn1.lol\/sort\/527.html\n兄弟姐妹::https:\/\/rensgyn1.lol\/sort\/528.html\n爱上嫂子::https:\/\/rensgyn1.lol\/sort\/529.html\n狂操小姨::https:\/\/rensgyn1.lol\/sort\/530.html\n换夫换妻::https:\/\/rensgyn1.lol\/sort\/531.html\n淫荡儿媳::https:\/\/rensgyn1.lol\/sort\/532.html\n爷爷奶奶::https:\/\/rensgyn1.lol\/sort\/533.html\n啪啪直播::https:\/\/rensgyn1.lol\/sort\/535.html\n学生直播::https:\/\/rensgyn1.lol\/sort\/536.html\n自慰诱惑::https:\/\/rensgyn1.lol\/sort\/537.html\n乱伦直播::https:\/\/rensgyn1.lol\/sort\/538.html\n户外勾搭::https:\/\/rensgyn1.lol\/sort\/539.html\n车震直播::https:\/\/rensgyn1.lol\/sort\/540.html\n国产AV::https:\/\/rensgyn1.lol\/sort\/541.html\n欧美精选::https:\/\/rensgyn1.lol\/sort\/543.html\n户外搭讪::https:\/\/rensgyn1.lol\/sort\/544.html\n美女自慰::https:\/\/rensgyn1.lol\/sort\/545.html\n成人剧情::https:\/\/rensgyn1.lol\/sort\/546.html\n黑人大屌::https:\/\/rensgyn1.lol\/sort\/547.html\n群P大作战::https:\/\/rensgyn1.lol\/sort\/548.html\n欧美重口::https:\/\/rensgyn1.lol\/sort\/549.html\n人兽性交::https:\/\/rensgyn1.lol\/sort\/551.html\nSM性虐::https:\/\/rensgyn1.lol\/sort\/552.html\n人妖伪娘::https:\/\/rensgyn1.lol\/sort\/553.html\n孕妇内射::https:\/\/rensgyn1.lol\/sort\/554.html\n吃屎喝尿::https:\/\/rensgyn1.lol\/sort\/555.html\n扩阴拳交::https:\/\/rensgyn1.lol\/sort\/556.html\n阳具巨物::https:\/\/rensgyn1.lol\/sort\/557.html\n3D动漫::https:\/\/rensgyn1.lol\/sort\/559.html\n同人动漫::https:\/\/rensgyn1.lol\/sort\/560.html\n日本中文::https:\/\/rensgyn1.lol\/sort\/562.html\n无码流出::https:\/\/rensgyn1.lol\/sort\/563.html\nFC2::https:\/\/rensgyn1.lol\/sort\/564.html\nHEYZO::https:\/\/rensgyn1.lol\/sort\/565.html\n东京热::https:\/\/rensgyn1.lol\/sort\/566.html\n一本道::https:\/\/rensgyn1.lol\/sort\/567.html\n网红主播::https:\/\/rensgyn1.lol\/sort\/569.html\n伦理精选::https:\/\/rensgyn1.lol\/sort\/570.html\n剧情故事::https:\/\/rensgyn1.lol\/sort\/571.html","sourceIcon":"https:\/\/gips0.baidu.com\/it\/u=1646076759,2240023288&fm=3086&app=3086&f=JPEG&wm=1,baiduai3,0,0,13,9&wmo=5,5&w=1024&h=1024","sourceName":"万人求","sourceUrl":"https:\/\/rensgyn1.lol\/sort\/536.html","type":0}]