mirror of
https://github.com/ls125781003/tvboxtg.git
synced 2025-11-03 15:22:29 +00:00
Pending changes exported from your codespace
This commit is contained in:
28
drpy_t3/drpy_js/六月听书[听].js
Normal file
28
drpy_t3/drpy_js/六月听书[听].js
Normal file
@@ -0,0 +1,28 @@
|
||||
var rule = {
|
||||
类型: '听书',
|
||||
title: '六月听书',
|
||||
host: 'http://m.6yueting.com',
|
||||
url: '/ys/fyclass/o2/pfypage',
|
||||
searchUrl: '/search/index/search?content=**&type=1&pageNum=fypage&pageSize=40',
|
||||
searchable: 2,
|
||||
quickSearch: 0,
|
||||
filterable: 0,//是否启用分类筛选,
|
||||
headers: {'User-Agent': 'MOBILE_UA'},
|
||||
class_name: '全部分类&玄幻奇幻&修真武侠&恐怖灵异&古今言情&都市言情&穿越重生&粤语古仔&网游小说&通俗文学&历史纪实&军事&悬疑推理&ebc5系列&官场商战&儿童读物&广播剧&外文原版&评书大全&相声小品&百家讲坛&健康养生&教材&期刊头条&戏曲&脱口秀',
|
||||
class_url: 't0&t1&t2&t3&t4&t28&t5&t6&t7&t11&t12&t13&t14&t18&t15&t16&t17&t22&t8&t9&t10&t20&t21&t23&t24&t27',
|
||||
play_parse: true,
|
||||
lazy: '',
|
||||
limit: 6,
|
||||
图片来源: '@Referer=http://m.6yueting.com/@User-Agent=MOBILE_UA',
|
||||
推荐: '*',
|
||||
一级: '.list-wrapper&&.item-link;h2--span&&Text;img&&src;.status&&Text;a&&href',
|
||||
二级: {
|
||||
"title": ".book-title&&Text;.text:eq(0)&&Text",
|
||||
"img": ".img&&src",
|
||||
"desc": ".text:eq(3)&&Text;;;.text:eq(1)&&Text;.text:eq(2)&&Text",
|
||||
"content": ".book-intro&&Text",
|
||||
"tabs": ".operate-bar&&.total-num",
|
||||
"lists": ".book-list:eq(#id)&&.list-item"
|
||||
},
|
||||
搜索: 'js:let d=[];let MY_HOME="http://m.6yueting.com";let html=request(input);html=JSON.parse(html);let list=html.data.content;list.forEach(function(it){d.push({title:it.name.replace(/<.*?>/g,""),img:"http://img.6yueting.com:20001/"+it.coverUrlLocal,url:MY_HOME+"/list/"+it.code,desc:it.cdate,content:it.descXx.replace(/ /g,"")})});setResult(d);',
|
||||
}
|
||||
Reference in New Issue
Block a user