mirror of
				https://github.com/qist/tvbox.git
				synced 2025-10-31 04:02:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // 道长 drpy仓库 https://gitcode.net/qq_32394351/dr_py
 | |
| // 道长 drpy安卓本地搭建说明 https://gitcode.net/qq_32394351/dr_py/-/blob/master/%E5%AE%89%E5%8D%93%E6%9C%AC%E5%9C%B0%E6%90%AD%E5%BB%BA%E8%AF%B4%E6%98%8E.md
 | |
| // 道长 drpy写源 模板规则说明 https://gitcode.net/supertlo/dr_py#%E6%A8%A1%E6%9D%BF%E8%A7%84%E5%88%99%E8%AF%B4%E6%98%8E
 | |
| // 道长 drpy写源 套模模版 https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/%E6%A8%A1%E6%9D%BF.js
 | |
| // 道长 drpy写源 影片教程 http://101.34.67.237:5244/%E6%95%99%E8%82%B2/drpy
 | |
| // 道长 drpy写源 影片教程(m3u8切片) https://freedrpy.run.goorm.io/txt/jc/playlist.m3u8
 | |
| // 海阔下载 https://haikuo.lanzoui.com/u/GoldRiver
 | |
| // Pluto Player官方TG https://t.me/PlutoPlayer
 | |
| // Pluto Player官方TG https://t.me/PlutoPlayerChannel
 | |
| 
 | |
| // 已知问题:
 | |
| // js0 无法嗅探播放
 | |
| // js1 俊壳,PythonBox 嗅探播放正常
 | |
| // js1 Pluto + 简易lazy,解决有声音没画面! 嗅探播放也正常
 | |
| 
 | |
| var rule = {
 | |
|     title:'UrleBird',
 | |
|     host:'https://urlebird.com',
 | |
|     homeUrl:'/trending/',
 | |
|     url:'fyclass/page/fypage/[fyclass/]',
 | |
|     searchUrl:'/search/?q=**',//Search @user or #hash
 | |
|     searchable:2,
 | |
|     quickSearch:0,
 | |
|     class_name:'更新&人气&热搜',
 | |
|     class_url:'videos&videos/popular&trending',
 | |
|     headers:{
 | |
|         'User-Agent':'PC_UA'
 | |
|     },
 | |
|     timeout:5000,
 | |
|     play_parse:true,
 | |
|     //lazy:'',
 | |
|     lazy:'js:let html=request(input);let rurl=html.match(/video src="(.*?)"/)[1];input={parse:0,url:rurl};',
 | |
|     limit:10,
 | |
|     double:false,
 | |
|     推荐:'*',
 | |
|     一级:'.text-md-left .thumb;.author-name&&Text;.img img&&data-src;.info3 a:eq(1)&&Text;.info3 a:eq(1)&&href',
 | |
|     //一级:'.text-md-left .thumb;.author-name&&Text;.img img&&src;.info3 a:eq(1)&&Text;.info3 a:eq(1)&&href',
 | |
|     二级:'*',
 | |
|     搜索:'*',
 | |
| }
 |