mirror of
				https://github.com/qist/tvbox.git
				synced 2025-10-30 03:32:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			972 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			972 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var rule={
 | |
|             title: '中國人',
 | |
|             host: 'https://chinaqtv.co',
 | |
|             url:'/vodtype/fyclass.html',
 | |
|           //https://chinaqtv.co/vodsearch/.html?wd=4
 | |
|             searchUrl: '/vodsearch/.html?wd=**',    
 | |
|             searchable: 2,//是否启用全局搜索,
 | |
|             quickSearch: 0,//是否启用快速搜索,
 | |
|             filterable: 0,//是否启用分类筛选,
 | |
|             headers:{'User-Agent':'MOBILE_UA'},
 | |
|             class_parse: '.header&&ul&&li;a&&Text;a&&href;/(\\d+).html',
 | |
|             play_parse: true,
 | |
|             lazy: '',
 | |
|             limit: 6,  
 | |
|           推荐: 'body&&.content;div.drama;*;*;*;*',
 | |
|           double:true,
 | |
|           一级: '.content&&div.drama;.title&&Text;.imgcover&&style;p&&Text;a&&href',
 | |
|           二级: {
 | |
|                 "title": ".title&&Text",
 | |
|                 "content": "pre&&Text",
 | |
|                 "tabs": ".items&&b",//解析源
 | |
|                 "lists": "body&&.items:eq(#id) li"
 | |
|             },
 | |
|  } |