mirror of
				https://github.com/ls125781003/tvboxtg.git
				synced 2025-10-28 20:32:23 +00:00 
			
		
		
		
	Pending changes exported from your codespace
This commit is contained in:
		
							
								
								
									
										1
									
								
								王二小/api.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								王二小/api.json
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1
									
								
								王二小/api/drpy2.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								王二小/api/drpy2.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										68
									
								
								王二小/api/gbk.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										68
									
								
								王二小/api/gbk.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										304
									
								
								王二小/api/js_模板.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										304
									
								
								王二小/api/js_模板.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,304 @@ | ||||
| if (typeof Object.assign != 'function') { | ||||
|     Object.assign = function () { | ||||
| 	var target = arguments[0]; | ||||
|     for (var i = 1; i < arguments.length; i++) { | ||||
|         var source = arguments[i]; | ||||
|         for (var key in source) { | ||||
|             if (Object.prototype.hasOwnProperty.call(source, key)) { | ||||
|                 target[key] = source[key]; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|     return target; | ||||
| }; | ||||
| } | ||||
| function getMubans() { | ||||
|     var mubanDict = { // 模板字典 | ||||
|         mxpro: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             // homeUrl:'/', | ||||
|             url: '/vodshow/fyclass--------fypage---.html', | ||||
|             searchUrl: '/vodsearch/**----------fypage---.html', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             headers: {//网站的请求头,完整支持所有的,常带ua和cookies | ||||
|                 'User-Agent': 'MOBILE_UA', | ||||
|                 // "Cookie": "searchneed=ok" | ||||
|             }, | ||||
|             class_parse: '.navbar-items li:gt(2):lt(8);a&&Text;a&&href;/(\\d+).html', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐: '.tab-list.active;a.module-poster-item.module-item;.module-poster-item-title&&Text;.lazyload&&data-original;.module-item-note&&Text;a&&href', | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|             一级: 'body a.module-poster-item.module-item;a&&title;.lazyload&&data-original;.module-item-note&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": "h1&&Text;.module-info-tag&&Text", | ||||
|                 "img": ".lazyload&&data-original", | ||||
|                 "desc": ".module-info-item:eq(1)&&Text;.module-info-item:eq(2)&&Text;.module-info-item:eq(3)&&Text", | ||||
|                 "content": ".module-info-introduction&&Text", | ||||
|                 "tabs": ".module-tab-item", | ||||
|                 "lists": ".module-play-list:eq(#id) a" | ||||
|             }, | ||||
|             搜索: 'body .module-item;.module-card-item-title&&Text;.lazyload&&data-original;.module-item-note&&Text;a&&href;.module-info-item-content&&Text', | ||||
|         }, | ||||
|         mxone5: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             url: '/show/fyclass--------fypage---.html', | ||||
|             searchUrl: '/search/**----------fypage---.html', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             class_parse: '.nav-menu-items&&li;a&&Text;a&&href;.*/(.*?).html', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐: '.module-list;.module-items&&.module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href', | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|             一级: '.module-items .module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": "h1&&Text;.tag-link&&Text", | ||||
|                 "img": ".module-item-pic&&img&&data-src", | ||||
|                 "desc": ".video-info-items:eq(0)&&Text;.video-info-items:eq(1)&&Text;.video-info-items:eq(2)&&Text;.video-info-items:eq(3)&&Text", | ||||
|                 "content": ".vod_content&&Text", | ||||
|                 "tabs": ".module-tab-item", | ||||
|                 "lists": ".module-player-list:eq(#id)&&.scroll-content&&a" | ||||
|             }, | ||||
|             搜索: '.module-items .module-search-item;a&&title;img&&data-src;.video-serial&&Text;a&&href', | ||||
|         }, | ||||
|         首图: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             url: '/vodshow/fyclass--------fypage---/', | ||||
|             searchUrl: '/vodsearch/**----------fypage---.html', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             headers: {//网站的请求头,完整支持所有的,常带ua和cookies | ||||
|                 'User-Agent': 'MOBILE_UA', | ||||
|                 // "Cookie": "searchneed=ok" | ||||
|             }, | ||||
|             class_parse: '.myui-header__menu li.hidden-sm:gt(0):lt(5);a&&Text;a&&href;/(\\d+).html', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐: 'ul.myui-vodlist.clearfix;li;a&&title;a&&data-original;.pic-text&&Text;a&&href', | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|             一级: '.myui-vodlist li;a&&title;a&&data-original;.pic-text&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": ".myui-content__detail .title&&Text;.myui-content__detail p:eq(-2)&&Text", | ||||
|                 "img": ".myui-content__thumb .lazyload&&data-original", | ||||
|                 "desc": ".myui-content__detail p:eq(0)&&Text;.myui-content__detail p:eq(1)&&Text;.myui-content__detail p:eq(2)&&Text", | ||||
|                 "content": ".content&&Text", | ||||
|                 "tabs": ".nav-tabs:eq(0) li", | ||||
|                 "lists": ".myui-content__list:eq(#id) li" | ||||
|             }, | ||||
|             搜索: '#searchList li;a&&title;.lazyload&&data-original;.text-muted&&Text;a&&href;.text-muted:eq(-1)&&Text', | ||||
|         }, | ||||
|         首图2: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             url: '/list/fyclass-fypage.html', | ||||
|             searchUrl: '/vodsearch/**----------fypage---.html', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             headers: { | ||||
|                 'User-Agent': 'UC_UA', | ||||
|                 // "Cookie": "" | ||||
|             }, | ||||
|             // class_parse:'.stui-header__menu li:gt(0):lt(7);a&&Text;a&&href;/(\\d+).html', | ||||
|             class_parse: '.stui-header__menu li:gt(0):lt(7);a&&Text;a&&href;.*/(.*?).html', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐: 'ul.stui-vodlist.clearfix;li;a&&title;.lazyload&&data-original;.pic-text&&Text;a&&href', | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|             一级: '.stui-vodlist li;a&&title;a&&data-original;.pic-text&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": ".stui-content__detail .title&&Text;.stui-content__detail p:eq(-2)&&Text", | ||||
|                 "img": ".stui-content__thumb .lazyload&&data-original", | ||||
|                 "desc": ".stui-content__detail p:eq(0)&&Text;.stui-content__detail p:eq(1)&&Text;.stui-content__detail p:eq(2)&&Text", | ||||
|                 "content": ".detail&&Text", | ||||
|                 "tabs": ".stui-vodlist__head h3", | ||||
|                 "lists": ".stui-content__playlist:eq(#id) li" | ||||
|             }, | ||||
|             搜索: 'ul.stui-vodlist__media:eq(0) li,ul.stui-vodlist:eq(0) li,#searchList li;a&&title;.lazyload&&data-original;.text-muted&&Text;a&&href;.text-muted:eq(-1)&&Text', | ||||
|             搜索1: 'ul.stui-vodlist&&li;a&&title;.lazyload&&data-original;.text-muted&&Text;a&&href;.text-muted:eq(-1)&&Text', | ||||
|             搜索2: 'ul.stui-vodlist__media&&li;a&&title;.lazyload&&data-original;.text-muted&&Text;a&&href;.text-muted:eq(-1)&&Text', | ||||
|         }, | ||||
|         默认: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             url: '/vodshow/fyclass--------fypage---.html', | ||||
|             searchUrl: '/vodsearch/-------------.html?wd=**', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             headers: { | ||||
|                 'User-Agent': 'MOBILE_UA', | ||||
|             }, | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|         }, | ||||
|         vfed: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             url: '/index.php/vod/show/id/fyclass/page/fypage.html', | ||||
|             searchUrl: '/index.php/vod/search/page/fypage/wd/**.html', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             headers: { | ||||
|                 'User-Agent': 'UC_UA', | ||||
|             }, | ||||
|             // class_parse:'.fed-pops-navbar&&ul.fed-part-rows&&a.fed-part-eone:gt(0):lt(5);a&&Text;a&&href;.*/(.*?).html', | ||||
|             class_parse: '.fed-pops-navbar&&ul.fed-part-rows&&a;a&&Text;a&&href;.*/(.*?).html', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐: 'ul.fed-list-info.fed-part-rows;li;a.fed-list-title&&Text;a&&data-original;.fed-list-remarks&&Text;a&&href', | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|             一级: '.fed-list-info&&li;a.fed-list-title&&Text;a&&data-original;.fed-list-remarks&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": "h1.fed-part-eone&&Text;.fed-deta-content&&.fed-part-rows&&li&&Text", | ||||
|                 "img": ".fed-list-info&&a&&data-original", | ||||
|                 "desc": ".fed-deta-content&&.fed-part-rows&&li:eq(1)&&Text;.fed-deta-content&&.fed-part-rows&&li:eq(2)&&Text;.fed-deta-content&&.fed-part-rows&&li:eq(3)&&Text", | ||||
|                 "content": ".fed-part-esan&&Text", | ||||
|                 "tabs": ".fed-drop-boxs&&.fed-part-rows&&li", | ||||
|                 "lists": ".fed-play-item:eq(#id)&&ul:eq(1)&&li" | ||||
|             }, | ||||
|             搜索: '.fed-deta-info;h1&&Text;.lazyload&&data-original;.fed-list-remarks&&Text;a&&href;.fed-deta-content&&Text', | ||||
|         }, | ||||
|         海螺3: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             searchUrl: '/v_search/**----------fypage---.html', | ||||
|             url: '/vod_____show/fyclass--------fypage---.html', | ||||
|             headers: { | ||||
|                 'User-Agent': 'MOBILE_UA' | ||||
|             }, | ||||
|             timeout: 5000, | ||||
|             class_parse: 'body&&.hl-nav li:gt(0);a&&Text;a&&href;.*/(.*?).html', | ||||
|             cate_exclude: '明星|专题|最新|排行', | ||||
|             limit: 40, | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             推荐: '.hl-vod-list;li;a&&title;a&&data-original;.remarks&&Text;a&&href', | ||||
|             double: true, | ||||
|             一级: '.hl-vod-list&&.hl-list-item;a&&title;a&&data-original;.remarks&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": ".hl-infos-title&&Text;.hl-text-conch&&Text", | ||||
|                 "img": ".hl-lazy&&data-original", | ||||
|                 "desc": ".hl-infos-content&&.hl-text-conch&&Text", | ||||
|                 "content": ".hl-content-text&&Text", | ||||
|                 "tabs": ".hl-tabs&&a", | ||||
|                 "lists": ".hl-plays-list:eq(#id)&&li" | ||||
|             }, | ||||
|             搜索: '.hl-list-item;a&&title;a&&data-original;.remarks&&Text;a&&href', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|         }, | ||||
|         海螺2: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             searchUrl: '/index.php/vod/search/page/fypage/wd/**/', | ||||
|             url: '/index.php/vod/show/id/fyclass/page/fypage/', | ||||
|             headers: { | ||||
|                 'User-Agent': 'MOBILE_UA' | ||||
|             }, | ||||
|             timeout: 5000, | ||||
|             class_parse: '#nav-bar li;a&&Text;a&&href;id/(.*?)/', | ||||
|             limit: 40, | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             推荐: '.list-a.size;li;a&&title;.lazy&&data-original;.bt&&Text;a&&href', | ||||
|             double: true, | ||||
|             一级: '.list-a&&li;a&&title;.lazy&&data-original;.list-remarks&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": "h2&&Text;.deployment&&Text", | ||||
|                 "img": ".lazy&&data-original", | ||||
|                 "desc": ".deployment&&Text", | ||||
|                 "content": ".ec-show&&Text", | ||||
|                 "tabs": "#tag&&a", | ||||
|                 "lists": ".play_list_box:eq(#id)&&li" | ||||
|             }, | ||||
|             搜索: '.search-list;a&&title;.lazy&&data-original;.deployment&&Text;a&&href', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|         }, | ||||
|         短视: { | ||||
|             title: '', | ||||
|             host: '', | ||||
|             // homeUrl:'/', | ||||
|             url: '/channel/fyclass-fypage.html', | ||||
|             searchUrl: '/search.html?wd=**', | ||||
|             searchable: 2,//是否启用全局搜索, | ||||
|             quickSearch: 0,//是否启用快速搜索, | ||||
|             filterable: 0,//是否启用分类筛选, | ||||
|             headers: {//网站的请求头,完整支持所有的,常带ua和cookies | ||||
|                 'User-Agent': 'MOBILE_UA', | ||||
|                 // "Cookie": "searchneed=ok" | ||||
|             }, | ||||
|             class_parse: '.menu_bottom ul li;a&&Text;a&&href;.*/(.*?).html', | ||||
|             cate_exclude: '解析|动态', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐: '.indexShowBox;ul&&li;a&&title;img&&data-src;.s1&&Text;a&&href', | ||||
|             double: true, // 推荐内容是否双层定位 | ||||
|             一级: '.pic-list&&li;a&&title;img&&data-src;.s1&&Text;a&&href', | ||||
|             二级: { | ||||
|                 "title": "h1&&Text;.content-rt&&p:eq(0)&&Text", | ||||
|                 "img": ".img&&img&&data-src", | ||||
|                 "desc": ".content-rt&&p:eq(1)&&Text;.content-rt&&p:eq(2)&&Text;.content-rt&&p:eq(3)&&Text;.content-rt&&p:eq(4)&&Text;.content-rt&&p:eq(5)&&Text", | ||||
|                 "content": ".zkjj_a&&Text", | ||||
|                 "tabs": ".py-tabs&&option", | ||||
|                 "lists": ".player:eq(#id) li" | ||||
|             }, | ||||
|             搜索: '.sr_lists&&ul&&li;h3&&Text;img&&data-src;.int&&p:eq(0)&&Text;a&&href', | ||||
|         }, | ||||
|         短视2:{ | ||||
|             title: '', | ||||
|             host: '', | ||||
|             class_name:'电影&电视剧&综艺&动漫', | ||||
|             class_url:'1&2&3&4', | ||||
|             searchUrl: '/index.php/ajax/suggest?mid=1&wd=**&limit=50', | ||||
|             searchable: 2, | ||||
|             quickSearch: 0, | ||||
|             headers:{'User-Agent':'MOBILE_UA'}, | ||||
|             url: '/index.php/api/vod#type=fyclass&page=fypage', | ||||
|             filterable:0,//是否启用分类筛选, | ||||
|             filter_url:'', | ||||
|             filter: {}, | ||||
|             filter_def:{}, | ||||
|             detailUrl:'/index.php/vod/detail/id/fyid.html', | ||||
|             play_parse: true, | ||||
|             lazy: '', | ||||
|             limit: 6, | ||||
|             推荐:'.list-vod.flex .public-list-box;a&&title;.lazy&&data-original;.public-list-prb&&Text;a&&href', | ||||
|             一级:'js:let body=input.split("#")[1];let t=Math.round(new Date/1e3).toString();let key=md5("DS"+t+"DCC147D11943AF75");let url=input.split("#")[0];body=body+"&time="+t+"&key="+key;print(body);fetch_params.body=body;let html=post(url,fetch_params);let data=JSON.parse(html);VODS=data.list.map(function(it){it.vod_pic=urljoin2(input.split("/i")[0],it.vod_pic);return it});', | ||||
|             二级:{ | ||||
|                 "title":".slide-info-title&&Text;.slide-info:eq(3)--strong&&Text", | ||||
|                 "img":".detail-pic&&data-original", | ||||
|                 "desc":".fraction&&Text;.slide-info-remarks:eq(1)&&Text;.slide-info-remarks:eq(2)&&Text;.slide-info:eq(2)--strong&&Text;.slide-info:eq(1)--strong&&Text", | ||||
|                 "content":"#height_limit&&Text", | ||||
|                 "tabs":".anthology.wow.fadeInUp.animated&&.swiper-wrapper&&a", | ||||
|                 "tab_text":".swiper-slide&&Text", | ||||
|                 "lists":".anthology-list-box:eq(#id) li" | ||||
|             }, | ||||
|             搜索:'json:list;name;pic;;id', | ||||
|         } | ||||
|     }; | ||||
|     return JSON.parse(JSON.stringify(mubanDict)); | ||||
| } | ||||
| var mubanDict = getMubans(); | ||||
| var muban = getMubans(); | ||||
| export default {muban,getMubans}; | ||||
							
								
								
									
										265
									
								
								王二小/api/jsencrypt.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										265
									
								
								王二小/api/jsencrypt.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										39
									
								
								王二小/js/优酷.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								王二小/js/优酷.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										39
									
								
								王二小/js/奇珍异兽.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								王二小/js/奇珍异兽.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										34
									
								
								王二小/js/百忙无果.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								王二小/js/百忙无果.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										39
									
								
								王二小/js/腾云驾雾.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								王二小/js/腾云驾雾.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,39 @@ | ||||
| var rule = { | ||||
|     title:'腾云驾雾', | ||||
|     host:'https://v.%71%71.com', | ||||
|     // homeUrl:'/channel/choice?listpage=1&channel=choice&sort=18&_all=1', | ||||
|     homeUrl:'/x/bu/pagesheet/list?_all=1&append=1&channel=choice&listpage=1&offset=0&pagesize=21&iarea=-1&sort=18', | ||||
|     detailUrl:'https://node.video.%71%71.com/x/api/float_vinfo2?cid=fyid', | ||||
|     // searchUrl:'https://node.video.%71%71.com/x/api/msearch?keyWord=**', | ||||
|     searchUrl:'/x/search/?q=**&stag=fypage', | ||||
|     // searchUrl:'http://s.video.qq.com/smartbox?plat=2&ver=0&num=29&otype=json&query=**', | ||||
|     searchable:2, | ||||
|     filterable:1, | ||||
|     multi:1, | ||||
|     // url:'/channel/fyclass?listpage=fypage&channel=fyclass&sort=18&_all=1', | ||||
|     url:'/x/bu/pagesheet/list?_all=1&append=1&channel=fyclass&listpage=1&offset=((fypage-1)*21)&pagesize=21&iarea=-1', | ||||
|     filter_url:'sort={{fl.sort or 18}}&year={{fl.year}}&pay={{fl.pay}}', | ||||
|     filter:{'choice': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2024', 'v': '2024'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}], 'tv': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}], 'movie': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}], 'variety': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}], 'cartoon': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}], 'child': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}], 'doco': [{'key': 'sort', 'name': '排序', 'value': [{'n': '最热', 'v': '18'}, {'n': '最新', 'v': '19'}, {'n': '好评', 'v': '16'}, {'n': '高分好评', 'v': '21'}]}, {'key': 'pay', 'name': '资费', 'value': [{'n': '全部', 'v': '-1'}, {'n': '免费', 'v': '867'}, {'n': '会员', 'v': '6'}]}, {'key': 'year', 'name': '年代', 'value': [{'n': '全部', 'v': '-1'}, {'n': '2023', 'v': '2023'}, {'n': '2022', 'v': '2022'}, {'n': '2021', 'v': '2021'}, {'n': '2020', 'v': '2020'}, {'n': '2019', 'v': '2019'}, {'n': '2018', 'v': '2018'}, {'n': '2017', 'v': '2017'}, {'n': '2016', 'v': '2016'}, {'n': '2015', 'v': '2015'}]}]}, | ||||
|     headers:{ | ||||
|         'User-Agent':'PC_UA' | ||||
|     }, | ||||
|     timeout:5000, | ||||
|     // class_parse:'.site_channel a;a&&Text;a&&href;channel/(.*)', | ||||
|     cate_exclude:'会员|游戏|全部', | ||||
|     class_name:'精选&电视剧&电影&综艺&动漫&少儿&纪录片', | ||||
|     class_url:'choice&tv&movie&variety&cartoon&child&doco', | ||||
|     limit:20, | ||||
|     // play_parse:true, | ||||
|     // 手动调用解析请求json的url,此lazy不方便 | ||||
|     lazy:'js:input="https://cache.json.icu/home/api?type=ys&uid=292796&key=fnoryABDEFJNPQV269&url="+input.split("?")[0];log(input);let html=JSON.parse(request(input));log(html);input=html.url||input', | ||||
|     推荐:'.list_item;img&&alt;img&&src;a&&Text;a&&data-float', | ||||
|     一级:'.list_item;img&&alt;img&&src;a&&Text;a&&data-float', | ||||
|     // 二级:{is_json:1,"title":"data.title;data.moviecategory[0]+data.moviecategory[1]","img":"data.cdncover","desc":"data.area[0];data.director[0]","content":"data.description","tabs":"data.playlink_sites;data.playlinksdetail.#idv.quality","lists":"data.playlinksdetail.#idv.default_url"}, | ||||
|     // 二级:{is_json:1,"title":"data.title;data.moviecategory[0]+data.moviecategory[1]","img":"data.cdncover","desc":"data.area[0];data.director[0]","content":"data.description","tabs":"data.playlink_sites","lists":"data.playlinksdetail.#idv.default_url"}, | ||||
|     二级:'', | ||||
|     二级:'js:VOD={};let d=[];let video_list=[];let video_lists=[];let list=[];let QZOutputJson;let html=fetch(input,fetch_params);let sourceId=/get_playsource/.test(input)?input.match(/id=(\\d*?)&/)[1]:input.split("cid=")[1];let cid=sourceId;let detailUrl="https://v.%71%71.com/detail/m/"+cid+".html";log("详情页:"+detailUrl);var pdfh=jsp.pdfh;var pd=jsp.pd;try{let json=JSON.parse(html);VOD={vod_url:input,vod_name:json.c.title,type_name:json.typ.join(","),vod_actor:json.nam.join(","),vod_year:json.c.year,vod_content:json.c.description,vod_remarks:json.rec,vod_pic:urljoin2(input,json.c.pic)}}catch(e){log("解析片名海报等基础信息发生错误:"+e.message)}if(/get_playsource/.test(input)){eval(html);let indexList=QZOutputJson.PlaylistItem.indexList;indexList.forEach(function(it){let dataUrl="https://s.video.qq.com/get_playsource?id="+sourceId+"&plat=2&type=4&data_type=3&range="+it+"&video_type=10&plname=qq&otype=json";eval(fetch(dataUrl,fetch_params));let vdata=QZOutputJson.PlaylistItem.videoPlayList;vdata.forEach(function(item){d.push({title:item.title,pic_url:item.pic,desc:item.episode_number+"\\t\\t\\t播放量:"+item.thirdLine,url:item.playUrl})});video_lists=video_lists.concat(vdata)})}else{let json=JSON.parse(html);video_lists=json.c.video_ids;let url="https://v.qq.com/x/cover/"+sourceId+".html";if(video_lists.length===1){let vid=video_lists[0];url="https://v.qq.com/x/cover/"+cid+"/"+vid+".html";d.push({title:"在线播放",url:url})}else if(video_lists.length>1){for(let i=0;i<video_lists.length;i+=30){video_list.push(video_lists.slice(i,i+30))}video_list.forEach(function(it,idex){let o_url="https://union.video.qq.com/fcgi-bin/data?otype=json&tid=1804&appid=20001238&appkey=6c03bbe9658448a4&union_platform=1&idlist="+it.join(",");let o_html=fetch(o_url,fetch_params);eval(o_html);QZOutputJson.results.forEach(function(it1){it1=it1.fields;let url="https://v.qq.com/x/cover/"+cid+"/"+it1.vid+".html";d.push({title:it1.title,pic_url:it1.pic160x90.replace("/160",""),desc:it1.video_checkup_time,url:url,type:it1.category_map&&it1.category_map.length>1?it1.category_map[1]:""})})})}}let yg=d.filter(function(it){return it.type&&it.type!=="正片"});let zp=d.filter(function(it){return!(it.type&&it.type!=="正片")});VOD.vod_play_from=yg.length<1?"qq":"qq$$$qq 预告及花絮";VOD.vod_play_url=yg.length<1?d.map(function(it){return it.title+"$"+it.url}).join("#"):[zp,yg].map(function(it){return it.map(function(its){return its.title+"$"+its.url}).join("#")}).join("$$$");', | ||||
|     // 二级:'js:VOD={};let d=[];let video_list=[];let video_lists=[];let list=[];let QZOutputJson;let html=fetch(input,fetch_params);let sourceId=/get_playsource/.test(input)?input.match(/id=(\\d*?)&/)[1]:input.split("cid=")[1];let cid=sourceId;let detailUrl="https://v.%71%71.com/detail/m/"+cid+".html";log("详情页:"+detailUrl);var pdfh=jsp.pdfh;var pd=jsp.pd;try{let json=JSON.parse(html);VOD={vod_url:input,vod_name:json.c.title,type_name:json.typ.join(","),vod_actor:json.nam.join(","),vod_year:json.c.year,vod_content:json.c.description,vod_remarks:json.rec,vod_pic:urljoin2(input,json.c.pic)}}catch(e){log("解析片名海报等基础信息发生错误:"+e.message)}if(/get_playsource/.test(input)){eval(html);let indexList=QZOutputJson.PlaylistItem.indexList;indexList.forEach(function(it){let dataUrl="https://s.video.qq.com/get_playsource?id="+sourceId+"&plat=2&type=4&data_type=3&range="+it+"&video_type=10&plname=qq&otype=json";eval(fetch(dataUrl,fetch_params));let vdata=QZOutputJson.PlaylistItem.videoPlayList;vdata.forEach(function(item){d.push({title:item.title,pic_url:item.pic,desc:item.episode_number+"\\t\\t\\t播放量:"+item.thirdLine,url:item.playUrl})});video_lists=video_lists.concat(vdata)})}else{let json=JSON.parse(html);video_lists=json.c.video_ids;let url="https://v.qq.com/x/cover/"+sourceId+".html";if(json.c.type===10){let dataUrl="https://s.video.qq.com/get_playsource?id="+json.c.column_id+"&plat=2&type=2&data_type=3&video_type=8&plname=qq&otype=json";let o_html=fetch(dataUrl,fetch_params);eval(o_html);video_lists=[];let indexList=QZOutputJson.PlaylistItem.indexList;indexList.forEach(function(it){let dataUrl="https://s.video.qq.com/get_playsource?id="+json.c.column_id+"&plat=2&type=4&data_type=3&range="+it+"&video_type=10&plname=qq&otype=json";eval(fetch(dataUrl,fetch_params));let vdata=QZOutputJson.PlaylistItem.videoPlayList;vdata.forEach(function(item){d.push({title:item.title,pic_url:item.pic,desc:item.episode_number+"\\t\\t\\t播放量:"+item.thirdLine,url:item.playUrl})});video_lists=video_lists.concat(vdata)})}else if(video_lists.length===1){d.push({title:"在线播放",url:url})}else if(video_lists.length>1){for(let i=0;i<video_lists.length;i+=30){video_list.push(video_lists.slice(i,i+30))}video_list.forEach(function(it,idex){let o_url="https://union.video.qq.com/fcgi-bin/data?otype=json&tid=1804&appid=20001238&appkey=6c03bbe9658448a4&union_platform=1&idlist="+it.join(",");let o_html=fetch(o_url,fetch_params);eval(o_html);QZOutputJson.results.forEach(function(it1){it1=it1.fields;let url="https://v.qq.com/x/cover/"+cid+"/"+it1.vid+".html";d.push({title:it1.title,pic_url:it1.pic160x90.replace("/160",""),desc:it1.video_checkup_time,url:url,type:it1.category_map&&it1.category_map.length>1?it1.category_map[1]:""})})})}}let yg=d.filter(function(it){return it.type&&it.type!=="正片"});let zp=d.filter(function(it){return!(it.type&&it.type!=="正片")});VOD.vod_play_from=yg.length<1?"qq":"qq$$$qq 预告及花絮";VOD.vod_play_url=yg.length<1?d.map(function(it){return it.title+"$"+it.url}).join("#"):[zp,yg].map(function(it){return it.map(function(its){return its.title+"$"+its.url}).join("#")}).join("$$$");', | ||||
|     // 搜索:'json:uiData;data[0].title;data[0].posterPic;.titleMarkLabelList[1].primeText;data[0].id;data[0].publishDate', | ||||
|     搜索:'js:let d=[];pdfa=jsp.pdfa;pdfh=jsp.pdfh;pd=jsp.pd;let html=request(input);let baseList=pdfa(html,"body&&.result_item_v");baseList.forEach(function(it){let longText=pdfh(it,".result_title&&Text");let shortText=pdfh(it,".sub&&Text");let fromTag=pdfh(it,".result_source&&Text");let score=pdfh(it,".result_score&&Text");let content=pdfh(it,".desc_text&&Text");let url=pdfh(it,".result_title&&a&&href");let img=pd(it,".figure_pic&&src");url="https://node.video.qq.com/x/api/float_vinfo2?cid="+url.match(/.*\\/(.*?)\\.html/)[1];log(shortText+"|"+url);if(fromTag.match(/腾讯/)){d.push({title:longText.split(shortText)[0],img:img,url:url,content:content,desc:"⭐"+longText.split(shortText)[1]+"-"+shortText+" "+score})}});setResult(d);', | ||||
|     // 搜索:'json:item;word;dc;class;id;sn', | ||||
| } | ||||
							
								
								
									
										802
									
								
								王二小/json/douban.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										802
									
								
								王二小/json/douban.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,802 @@ | ||||
| { | ||||
|   "hot_gaia": [ | ||||
|     { | ||||
|       "key": "sort", | ||||
|       "name": "排序", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "热度", | ||||
|           "v": "recommend" | ||||
|         }, | ||||
|         { | ||||
|           "n": "最新", | ||||
|           "v": "time" | ||||
|         }, | ||||
|         { | ||||
|           "n": "评分", | ||||
|           "v": "rank" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "area", | ||||
|       "name": "地区", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部", | ||||
|           "v": "全部" | ||||
|         }, | ||||
|         { | ||||
|           "n": "华语", | ||||
|           "v": "华语" | ||||
|         }, | ||||
|         { | ||||
|           "n": "欧美", | ||||
|           "v": "欧美" | ||||
|         }, | ||||
|         { | ||||
|           "n": "韩国", | ||||
|           "v": "韩国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "日本", | ||||
|           "v": "日本" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "tv_hot": [ | ||||
|     { | ||||
|       "key": "type", | ||||
|       "name": "分类", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "综合", | ||||
|           "v": "tv_hot" | ||||
|         }, | ||||
|         { | ||||
|           "n": "国产剧", | ||||
|           "v": "tv_domestic" | ||||
|         }, | ||||
|         { | ||||
|           "n": "欧美剧", | ||||
|           "v": "tv_american" | ||||
|         }, | ||||
|         { | ||||
|           "n": "日剧", | ||||
|           "v": "tv_japanese" | ||||
|         }, | ||||
|         { | ||||
|           "n": "韩剧", | ||||
|           "v": "tv_korean" | ||||
|         }, | ||||
|         { | ||||
|           "n": "动画", | ||||
|           "v": "tv_animation" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "show_hot": [ | ||||
|     { | ||||
|       "key": "type", | ||||
|       "name": "分类", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "综合", | ||||
|           "v": "show_hot" | ||||
|         }, | ||||
|         { | ||||
|           "n": "国内", | ||||
|           "v": "show_domestic" | ||||
|         }, | ||||
|         { | ||||
|           "n": "国外", | ||||
|           "v": "show_foreign" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "movie": [ | ||||
|     { | ||||
|       "key": "类型", | ||||
|       "name": "类型", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部类型", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "喜剧", | ||||
|           "v": "喜剧" | ||||
|         }, | ||||
|         { | ||||
|           "n": "爱情", | ||||
|           "v": "爱情" | ||||
|         }, | ||||
|         { | ||||
|           "n": "动作", | ||||
|           "v": "动作" | ||||
|         }, | ||||
|         { | ||||
|           "n": "科幻", | ||||
|           "v": "科幻" | ||||
|         }, | ||||
|         { | ||||
|           "n": "动画", | ||||
|           "v": "动画" | ||||
|         }, | ||||
|         { | ||||
|           "n": "悬疑", | ||||
|           "v": "悬疑" | ||||
|         }, | ||||
|         { | ||||
|           "n": "犯罪", | ||||
|           "v": "犯罪" | ||||
|         }, | ||||
|         { | ||||
|           "n": "惊悚", | ||||
|           "v": "惊悚" | ||||
|         }, | ||||
|         { | ||||
|           "n": "冒险", | ||||
|           "v": "冒险" | ||||
|         }, | ||||
|         { | ||||
|           "n": "音乐", | ||||
|           "v": "音乐" | ||||
|         }, | ||||
|         { | ||||
|           "n": "历史", | ||||
|           "v": "历史" | ||||
|         }, | ||||
|         { | ||||
|           "n": "奇幻", | ||||
|           "v": "奇幻" | ||||
|         }, | ||||
|         { | ||||
|           "n": "恐怖", | ||||
|           "v": "恐怖" | ||||
|         }, | ||||
|         { | ||||
|           "n": "战争", | ||||
|           "v": "战争" | ||||
|         }, | ||||
|         { | ||||
|           "n": "传记", | ||||
|           "v": "传记" | ||||
|         }, | ||||
|         { | ||||
|           "n": "歌舞", | ||||
|           "v": "歌舞" | ||||
|         }, | ||||
|         { | ||||
|           "n": "武侠", | ||||
|           "v": "武侠" | ||||
|         }, | ||||
|         { | ||||
|           "n": "情色", | ||||
|           "v": "情色" | ||||
|         }, | ||||
|         { | ||||
|           "n": "灾难", | ||||
|           "v": "灾难" | ||||
|         }, | ||||
|         { | ||||
|           "n": "西部", | ||||
|           "v": "西部" | ||||
|         }, | ||||
|         { | ||||
|           "n": "纪录片", | ||||
|           "v": "纪录片" | ||||
|         }, | ||||
|         { | ||||
|           "n": "短片", | ||||
|           "v": "短片" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "地区", | ||||
|       "name": "地区", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部地区", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "华语", | ||||
|           "v": "华语" | ||||
|         }, | ||||
|         { | ||||
|           "n": "欧美", | ||||
|           "v": "欧美" | ||||
|         }, | ||||
|         { | ||||
|           "n": "韩国", | ||||
|           "v": "韩国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "日本", | ||||
|           "v": "日本" | ||||
|         }, | ||||
|         { | ||||
|           "n": "中国大陆", | ||||
|           "v": "中国大陆" | ||||
|         }, | ||||
|         { | ||||
|           "n": "美国", | ||||
|           "v": "美国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "中国香港", | ||||
|           "v": "中国香港" | ||||
|         }, | ||||
|         { | ||||
|           "n": "中国台湾", | ||||
|           "v": "中国台湾" | ||||
|         }, | ||||
|         { | ||||
|           "n": "英国", | ||||
|           "v": "英国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "法国", | ||||
|           "v": "法国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "德国", | ||||
|           "v": "德国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "意大利", | ||||
|           "v": "意大利" | ||||
|         }, | ||||
|         { | ||||
|           "n": "西班牙", | ||||
|           "v": "西班牙" | ||||
|         }, | ||||
|         { | ||||
|           "n": "印度", | ||||
|           "v": "印度" | ||||
|         }, | ||||
|         { | ||||
|           "n": "泰国", | ||||
|           "v": "泰国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "俄罗斯", | ||||
|           "v": "俄罗斯" | ||||
|         }, | ||||
|         { | ||||
|           "n": "加拿大", | ||||
|           "v": "加拿大" | ||||
|         }, | ||||
|         { | ||||
|           "n": "澳大利亚", | ||||
|           "v": "澳大利亚" | ||||
|         }, | ||||
|         { | ||||
|           "n": "爱尔兰", | ||||
|           "v": "爱尔兰" | ||||
|         }, | ||||
|         { | ||||
|           "n": "瑞典", | ||||
|           "v": "瑞典" | ||||
|         }, | ||||
|         { | ||||
|           "n": "巴西", | ||||
|           "v": "巴西" | ||||
|         }, | ||||
|         { | ||||
|           "n": "丹麦", | ||||
|           "v": "丹麦" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "sort", | ||||
|       "name": "排序", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "近期热度", | ||||
|           "v": "T" | ||||
|         }, | ||||
|         { | ||||
|           "n": "首映时间", | ||||
|           "v": "R" | ||||
|         }, | ||||
|         { | ||||
|           "n": "高分优先", | ||||
|           "v": "S" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "年代", | ||||
|       "name": "年代", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部年代", | ||||
|           "v": "" | ||||
|         }, | ||||
| 		{ | ||||
|           "n": "2024", | ||||
|           "v": "2024" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2023", | ||||
|           "v": "2023" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2022", | ||||
|           "v": "2022" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2021", | ||||
|           "v": "2021" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2020", | ||||
|           "v": "2020" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2019", | ||||
|           "v": "2019" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2010年代", | ||||
|           "v": "2010年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2000年代", | ||||
|           "v": "2000年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "90年代", | ||||
|           "v": "90年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "80年代", | ||||
|           "v": "80年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "70年代", | ||||
|           "v": "70年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "60年代", | ||||
|           "v": "60年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "更早", | ||||
|           "v": "更早" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "tv": [ | ||||
|     { | ||||
|       "key": "类型", | ||||
|       "name": "类型", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "不限", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "电视剧", | ||||
|           "v": "电视剧" | ||||
|         }, | ||||
|         { | ||||
|           "n": "综艺", | ||||
|           "v": "综艺" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "电视剧形式", | ||||
|       "name": "电视剧形式", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "不限", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "喜剧", | ||||
|           "v": "喜剧" | ||||
|         }, | ||||
|         { | ||||
|           "n": "爱情", | ||||
|           "v": "爱情" | ||||
|         }, | ||||
|         { | ||||
|           "n": "悬疑", | ||||
|           "v": "悬疑" | ||||
|         }, | ||||
|         { | ||||
|           "n": "动画", | ||||
|           "v": "动画" | ||||
|         }, | ||||
|         { | ||||
|           "n": "武侠", | ||||
|           "v": "武侠" | ||||
|         }, | ||||
|         { | ||||
|           "n": "古装", | ||||
|           "v": "古装" | ||||
|         }, | ||||
|         { | ||||
|           "n": "家庭", | ||||
|           "v": "家庭" | ||||
|         }, | ||||
|         { | ||||
|           "n": "犯罪", | ||||
|           "v": "犯罪" | ||||
|         }, | ||||
|         { | ||||
|           "n": "科幻", | ||||
|           "v": "科幻" | ||||
|         }, | ||||
|         { | ||||
|           "n": "恐怖", | ||||
|           "v": "恐怖" | ||||
|         }, | ||||
|         { | ||||
|           "n": "历史", | ||||
|           "v": "历史" | ||||
|         }, | ||||
|         { | ||||
|           "n": "战争", | ||||
|           "v": "战争" | ||||
|         }, | ||||
|         { | ||||
|           "n": "动作", | ||||
|           "v": "动作" | ||||
|         }, | ||||
|         { | ||||
|           "n": "冒险", | ||||
|           "v": "冒险" | ||||
|         }, | ||||
|         { | ||||
|           "n": "传记", | ||||
|           "v": "传记" | ||||
|         }, | ||||
|         { | ||||
|           "n": "剧情", | ||||
|           "v": "剧情" | ||||
|         }, | ||||
|         { | ||||
|           "n": "奇幻", | ||||
|           "v": "奇幻" | ||||
|         }, | ||||
|         { | ||||
|           "n": "惊悚", | ||||
|           "v": "惊悚" | ||||
|         }, | ||||
|         { | ||||
|           "n": "灾难", | ||||
|           "v": "灾难" | ||||
|         }, | ||||
|         { | ||||
|           "n": "歌舞", | ||||
|           "v": "歌舞" | ||||
|         }, | ||||
|         { | ||||
|           "n": "音乐", | ||||
|           "v": "音乐" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "综艺形式", | ||||
|       "name": "综艺形式", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "不限", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "真人秀", | ||||
|           "v": "真人秀" | ||||
|         }, | ||||
|         { | ||||
|           "n": "脱口秀", | ||||
|           "v": "脱口秀" | ||||
|         }, | ||||
|         { | ||||
|           "n": "音乐", | ||||
|           "v": "音乐" | ||||
|         }, | ||||
|         { | ||||
|           "n": "歌舞", | ||||
|           "v": "歌舞" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "地区", | ||||
|       "name": "地区", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部地区", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "华语", | ||||
|           "v": "华语" | ||||
|         }, | ||||
|         { | ||||
|           "n": "欧美", | ||||
|           "v": "欧美" | ||||
|         }, | ||||
|         { | ||||
|           "n": "国外", | ||||
|           "v": "国外" | ||||
|         }, | ||||
|         { | ||||
|           "n": "韩国", | ||||
|           "v": "韩国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "日本", | ||||
|           "v": "日本" | ||||
|         }, | ||||
|         { | ||||
|           "n": "中国大陆", | ||||
|           "v": "中国大陆" | ||||
|         }, | ||||
|         { | ||||
|           "n": "中国香港", | ||||
|           "v": "中国香港" | ||||
|         }, | ||||
|         { | ||||
|           "n": "美国", | ||||
|           "v": "美国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "英国", | ||||
|           "v": "英国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "泰国", | ||||
|           "v": "泰国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "中国台湾", | ||||
|           "v": "中国台湾" | ||||
|         }, | ||||
|         { | ||||
|           "n": "意大利", | ||||
|           "v": "意大利" | ||||
|         }, | ||||
|         { | ||||
|           "n": "法国", | ||||
|           "v": "法国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "德国", | ||||
|           "v": "德国" | ||||
|         }, | ||||
|         { | ||||
|           "n": "西班牙", | ||||
|           "v": "西班牙" | ||||
|         }, | ||||
|         { | ||||
|           "n": "俄罗斯", | ||||
|           "v": "俄罗斯" | ||||
|         }, | ||||
|         { | ||||
|           "n": "瑞典", | ||||
|           "v": "瑞典" | ||||
|         }, | ||||
|         { | ||||
|           "n": "巴西", | ||||
|           "v": "巴西" | ||||
|         }, | ||||
|         { | ||||
|           "n": "丹麦", | ||||
|           "v": "丹麦" | ||||
|         }, | ||||
|         { | ||||
|           "n": "印度", | ||||
|           "v": "印度" | ||||
|         }, | ||||
|         { | ||||
|           "n": "加拿大", | ||||
|           "v": "加拿大" | ||||
|         }, | ||||
|         { | ||||
|           "n": "爱尔兰", | ||||
|           "v": "爱尔兰" | ||||
|         }, | ||||
|         { | ||||
|           "n": "澳大利亚", | ||||
|           "v": "澳大利亚" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "sort", | ||||
|       "name": "排序", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "近期热度", | ||||
|           "v": "T" | ||||
|         }, | ||||
|         { | ||||
|           "n": "首播时间", | ||||
|           "v": "R" | ||||
|         }, | ||||
|         { | ||||
|           "n": "高分优先", | ||||
|           "v": "S" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "年代", | ||||
|       "name": "年代", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部", | ||||
|           "v": "" | ||||
|         }, | ||||
| 		{ | ||||
|           "n": "2024", | ||||
|           "v": "2024" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2023", | ||||
|           "v": "2023" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2022", | ||||
|           "v": "2022" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2021", | ||||
|           "v": "2021" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2020", | ||||
|           "v": "2020" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2019", | ||||
|           "v": "2019" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2010年代", | ||||
|           "v": "2010年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "2000年代", | ||||
|           "v": "2000年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "90年代", | ||||
|           "v": "90年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "80年代", | ||||
|           "v": "80年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "70年代", | ||||
|           "v": "70年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "60年代", | ||||
|           "v": "60年代" | ||||
|         }, | ||||
|         { | ||||
|           "n": "更早", | ||||
|           "v": "更早" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "key": "平台", | ||||
|       "name": "平台", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "全部", | ||||
|           "v": "" | ||||
|         }, | ||||
|         { | ||||
|           "n": "腾讯视频", | ||||
|           "v": "腾讯视频" | ||||
|         }, | ||||
|         { | ||||
|           "n": "爱奇艺", | ||||
|           "v": "爱奇艺" | ||||
|         }, | ||||
|         { | ||||
|           "n": "优酷", | ||||
|           "v": "优酷" | ||||
|         }, | ||||
|         { | ||||
|           "n": "湖南卫视", | ||||
|           "v": "湖南卫视" | ||||
|         }, | ||||
|         { | ||||
|           "n": "Netflix", | ||||
|           "v": "Netflix" | ||||
|         }, | ||||
|         { | ||||
|           "n": "HBO", | ||||
|           "v": "HBO" | ||||
|         }, | ||||
|         { | ||||
|           "n": "BBC", | ||||
|           "v": "BBC" | ||||
|         }, | ||||
|         { | ||||
|           "n": "NHK", | ||||
|           "v": "NHK" | ||||
|         }, | ||||
|         { | ||||
|           "n": "CBS", | ||||
|           "v": "CBS" | ||||
|         }, | ||||
|         { | ||||
|           "n": "NBC", | ||||
|           "v": "NBC" | ||||
|         }, | ||||
|         { | ||||
|           "n": "tvN", | ||||
|           "v": "tvN" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "rank_list_movie": [ | ||||
|     { | ||||
|       "key": "榜单", | ||||
|       "name": "榜单", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "实时热门电影", | ||||
|           "v": "movie_real_time_hotest" | ||||
|         }, | ||||
|         { | ||||
|           "n": "一周口碑电影榜", | ||||
|           "v": "movie_weekly_best" | ||||
|         }, | ||||
|         { | ||||
|           "n": "豆瓣电影Top250", | ||||
|           "v": "movie_top250" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "rank_list_tv": [ | ||||
|     { | ||||
|       "key": "榜单", | ||||
|       "name": "榜单", | ||||
|       "value": [ | ||||
|         { | ||||
|           "n": "实时热门电视", | ||||
|           "v": "tv_real_time_hotest" | ||||
|         }, | ||||
|         { | ||||
|           "n": "华语口碑剧集榜", | ||||
|           "v": "tv_chinese_best_weekly" | ||||
|         }, | ||||
|         { | ||||
|           "n": "全球口碑剧集榜", | ||||
|           "v": "tv_global_best_weekly" | ||||
|         }, | ||||
|         { | ||||
|           "n": "国内口碑综艺榜", | ||||
|           "v": "show_chinese_best_weekly" | ||||
|         }, | ||||
|         { | ||||
|           "n": "国外口碑综艺榜", | ||||
|           "v": "show_global_best_weekly" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										72
									
								
								王二小/json/qie.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								王二小/json/qie.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,72 @@ | ||||
| { | ||||
|     "author": "王二小放牛娃", | ||||
|     "ua":"Mozilla/5.0 (Linux; Android 8.1.0; OPPO R11t Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 T7/11.19 SP-engine/2.15.0 baiduboxapp/11.19.5.10 (Baidu; P1 8.1.0)", | ||||
| //125.88.199.34 m.live.qq.com | ||||
|  | ||||
|     //"dcVipFlag": "true", | ||||
|     //"dcPlayUrl": "true", | ||||
|     "homeUrl": "https://m.live.qq.com/directory/game/Basketball", | ||||
|     "cateManual": { | ||||
|         "篮球": "directory/game/Basketball", | ||||
|         "足球":"directory/game/Football", | ||||
|         "搏击":"directory/game/Fight", | ||||
|         "网球排球":"directory/game/Tennis", | ||||
|         "英文原声":"directory/game/English", | ||||
|         "台球":"directory/game/Billiards", | ||||
|         "棒球/橄榄球/冰球":"@directory/game/MLB", | ||||
|         "NBA":"directory/game/NBA", | ||||
|         "CBA":"directory/game/CBA", | ||||
|         "颜值":"directory/game/YZ", | ||||
|         "棋牌/游戏":"directory/game/Game" | ||||
|     | ||||
|     }, | ||||
|     "homeVodNode": "//a[contains(@href,'/10')]","homeVodName": "/div/following-sibling::p[1]/text()","homeVodId": "/@href","homeVodIdR": "/(\\S+)","homeVodImg": "//div[contains(@style,'http')]/@style","homeVodImgR": "(http.*?jpg)","homeVodMark": "", | ||||
|      | ||||
|   "cateUrl": "https://m.live.qq.com/{cateId}", | ||||
|    | ||||
|   "cateVodNode": "//a[contains(@href,'/10')]", | ||||
|    | ||||
|   "cateVodName": "/div/following-sibling::p[1]/text()", | ||||
|    | ||||
|   "cateVodId": "/@href", | ||||
|    | ||||
|   "cateVodIdR": "/(\\S+)", | ||||
|    | ||||
|   "cateVodImg": "//div[contains(@style,'http')]/@style", | ||||
|    | ||||
|   "cateVodImgR": "(http.*?jpg)", | ||||
|    | ||||
|   "cateVodMark": "", | ||||
|      | ||||
|  | ||||
|     // | ||||
|     "dtUrl": "https://m.live.qq.com/{vid}", | ||||
|     "dtNode": "//body", | ||||
|     "dtName": "//p[contains(@class,'p-title')]/text()", | ||||
|     "dtNameR": "(“.*?”)", | ||||
|     "dtImg": "//div[contains(@class,'share-bar')]/@data-pic", | ||||
|     "dtImgR": "", | ||||
|     "dtCate": "", | ||||
|     "dtCateR": "", | ||||
|     "dtYear": "", | ||||
|     "dtYearR": "", | ||||
|     "dtArea": "", | ||||
|     "dtAreaR": "", | ||||
|     "dtDirector": "", | ||||
|     "dtDirectorR": "", | ||||
|     "dtActor": "", | ||||
|     "dtActorR": "", | ||||
|     "dtDesc": "", | ||||
|     "dtDescR": "", | ||||
|     "dtFromNode": "//p[contains(@class,'p-title')]", | ||||
|     "dtFromName": "/text()", | ||||
|     "dtFromNameR": "(\\企鹅体育)", | ||||
|     "dtUrlNode": "//div[contains(@class,'wenzi')]", | ||||
|     "dtUrlSubNode": "/a", | ||||
|     "dtUrlId": "/text()", | ||||
|     "dtUrlIdR": "m.live.qq.com/(\\S+)", | ||||
|     "dtUrlName": "/text()", | ||||
|     "dtUrlNameR": "(\\d+)", | ||||
|     "playUrl": "https://m.live.qq.com/{playUrl}", | ||||
|     "playUa":"{\"User-Agent\":\"okhttp/3.12.11\"}" | ||||
| } | ||||
							
								
								
									
										314
									
								
								王二小/lives/IPV4.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										314
									
								
								王二小/lives/IPV4.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,314 @@ | ||||
| 央视频道,#genre# | ||||
| CCTV1,http://222.89.107.42:9876/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV1,http://59.48.75.130:3052/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV1,http://219.145.93.74:9901/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV1,http://221.226.4.10:9901/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV1,http://123.154.30.3:9901/tsfile/live/0001_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV1,http://111.15.174.107:8969/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV1,http://106.46.114.29:8011/tsfile/live/0001_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV2,http://222.89.107.42:9876/tsfile/live/0002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV2,http://223.112.219.174:9901/tsfile/live/0002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV2,http://115.171.86.251:9901/tsfile/live/16001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV2,http://221.226.4.10:9901/tsfile/live/0002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV2,http://36.249.150.254:9901/tsfile/live/0002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV2,http://111.15.174.107:8969/tsfile/live/0002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV2,http://106.46.114.29:8011/tsfile/live/0002_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV3,http://111.15.174.107:8969/tsfile/live/0003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV3,http://222.89.107.42:9876/tsfile/live/0003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV3,http://59.48.75.130:3052/tsfile/live/0003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV3,http://219.145.93.74:9901/tsfile/live/0003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV3,http://123.154.30.3:9901/tsfile/live/0003_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV3,http://36.249.150.254:9901/tsfile/live/0003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV3,http://112.235.202.94:9901/tsfile/live/0003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV3,http://106.46.114.29:8011/tsfile/live/0003_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV4,http://59.48.75.130:3052/tsfile/live/0004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV4,http://222.89.107.42:9876/tsfile/live/0004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV4,http://219.145.93.74:9901/tsfile/live/0004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV4,http://221.226.4.10:9901/tsfile/live/0004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV4,http://123.154.30.3:9901/tsfile/live/0004_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV4,http://112.235.202.94:9901/tsfile/live/0004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV4,http://111.15.174.107:8969/tsfile/live/0004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV4,http://106.46.114.29:8011/tsfile/live/0004_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV5,http://221.226.4.10:9901/tsfile/live/0005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5,http://219.145.93.74:9901/tsfile/live/0005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5,http://36.249.150.254:9901/tsfile/live/0141_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5,http://112.235.202.94:9901/tsfile/live/0005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5,http://111.15.174.107:8969/tsfile/live/0005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5,http://222.89.107.42:9876/tsfile/live/0017_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5,http://106.46.114.29:8011/tsfile/live/0005_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV5+,http://111.15.174.107:8969/tsfile/live/0016_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5+,http://113.218.218.5:8001/tsfile/live/0019_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5+,http://112.235.202.94:9901/tsfile/live/1000_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV5+,http://106.46.114.29:8011/tsfile/live/0016_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV6,http://219.145.93.74:9901/tsfile/live/0006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV6,http://223.112.219.174:9901/tsfile/live/0006_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV6,http://112.235.202.94:9901/tsfile/live/0006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV6,http://111.15.174.107:8969/tsfile/live/0006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV6,http://222.89.107.42:9876/tsfile/live/0006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV6,http://106.46.114.29:8011/tsfile/live/0006_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV7,http://219.145.93.74:9901/tsfile/live/0007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV7,http://221.226.4.10:9901/tsfile/live/0007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV7,http://223.112.219.174:9901/tsfile/live/0007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV7,http://123.154.30.3:9901/tsfile/live/0007_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV7,http://112.235.202.94:9901/tsfile/live/0007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV7,http://111.15.174.107:8969/tsfile/live/0007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV7,http://106.46.114.29:8011/tsfile/live/0007_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV8,http://221.226.4.10:9901/tsfile/live/0008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV8,http://219.145.93.74:9901/tsfile/live/0008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV8,http://123.154.30.3:9901/tsfile/live/0008_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV8,http://36.249.150.254:9901/tsfile/live/0010_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV8,http://112.235.202.94:9901/tsfile/live/0008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV8,http://111.15.174.107:8969/tsfile/live/0008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV8,http://222.89.107.42:9876/tsfile/live/0008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV8,http://106.46.114.29:8011/tsfile/live/0008_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV9,http://221.226.4.10:9901/tsfile/live/0009_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV9,http://222.89.107.42:9876/tsfile/live/0009_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV9,http://219.145.93.74:9901/tsfile/live/0009_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV9,http://124.90.208.196:9901/tsfile/live/0009_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV9,http://123.154.30.3:9901/tsfile/live/0009_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV9,http://106.46.114.29:8011/tsfile/live/0009_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV10,http://219.145.93.74:9901/tsfile/live/0010_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV10,http://221.226.4.10:9901/tsfile/live/0010_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV10,http://223.112.219.174:9901/tsfile/live/0010_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV10,http://124.90.208.196:9901/tsfile/live/0010_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV10,http://123.154.30.3:9901/tsfile/live/0010_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV10,http://36.249.150.254:9901/tsfile/live/0012_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV10,http://222.89.107.42:9876/tsfile/live/0010_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV10,http://106.46.114.29:8011/tsfile/live/0010_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV11,http://113.218.218.5:8001/tsfile/live/0011_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV11,http://222.89.107.42:9876/tsfile/live/0011_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV11,http://219.145.93.74:9901/tsfile/live/0011_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV11,http://124.90.208.196:9901/tsfile/live/0011_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV11,http://123.154.30.3:9901/tsfile/live/0011_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV11,http://36.249.150.254:9901/tsfile/live/0013_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV11,http://106.46.114.29:8011/tsfile/live/0011_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV12,http://113.218.218.5:8001/tsfile/live/0012_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV12,http://219.145.93.74:9901/tsfile/live/0012_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV12,http://221.226.4.10:9901/tsfile/live/0012_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV12,http://223.112.219.174:9901/tsfile/live/0012_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV12,http://124.90.208.196:9901/tsfile/live/0012_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV12,http://36.249.150.254:9901/tsfile/live/0014_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV12,http://106.46.114.29:8011/tsfile/live/0012_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV13,http://222.89.107.42:9876/tsfile/live/0013_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV13,http://113.218.218.5:8001/tsfile/live/0013_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV13,http://223.112.219.174:9901/tsfile/live/0013_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV13,http://219.145.93.74:9901/tsfile/live/0013_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV13,http://221.226.4.10:9901/tsfile/live/1001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV13,http://124.90.208.196:9901/tsfile/live/0013_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV13,http://123.154.30.3:9901/tsfile/live/0013_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV13,http://36.249.150.254:9901/tsfile/live/0015_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV14,http://223.112.219.174:9901/tsfile/live/0014_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV14,http://222.89.107.42:9876/tsfile/live/0014_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV14,http://59.48.75.130:3052/tsfile/live/0014_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV14,http://219.145.93.74:9901/tsfile/live/0014_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV14,http://221.226.4.10:9901/tsfile/live/0014_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV14,http://124.90.208.196:9901/tsfile/live/0014_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV14,http://123.154.30.3:9901/tsfile/live/0014_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV14,http://36.249.150.254:9901/tsfile/live/1000_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV15,http://113.218.218.5:8001/tsfile/live/0015_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV15,http://219.145.93.74:9901/tsfile/live/0015_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV15,http://223.112.219.174:9901/tsfile/live/0015_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV15,http://124.90.208.196:9901/tsfile/live/0015_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV15,http://123.154.30.3:9901/tsfile/live/0015_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| CCTV15,http://36.249.150.254:9901/tsfile/live/0019_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CCTV15,http://106.46.114.29:8011/tsfile/live/0015_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 卫视频道,#genre# | ||||
| 上海卫视,http://219.145.93.74:9901/tsfile/live/1004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 上海卫视,http://106.46.114.29:8011/tsfile/live/0107_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 东南卫视,http://221.226.4.10:9901/tsfile/live/0137_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 东南卫视,http://219.145.93.74:9901/tsfile/live/0116_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 东南卫视,http://124.90.208.196:9901/tsfile/live/0123_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 东南卫视,http://123.154.30.3:9901/tsfile/live/0131_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 东南卫视,http://111.15.174.107:8969/tsfile/live/0107_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 东南卫视,http://106.46.114.29:8011/tsfile/live/0137_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 东方卫视,http://223.112.219.174:9901/tsfile/live/0107_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 东方卫视,http://124.90.208.196:9901/tsfile/live/0107_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 东方卫视,http://123.154.30.3:9901/tsfile/live/0018_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 东方卫视,http://36.249.150.254:9901/tsfile/live/0107_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 云南卫视,http://59.48.75.130:3052/tsfile/live/0119_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 云南卫视,http://123.154.30.3:9901/tsfile/live/0110_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 云南卫视,http://106.46.114.29:8011/tsfile/live/0119_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 内蒙古卫视,http://222.89.107.42:9876/tsfile/live/0109_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 内蒙古卫视,http://123.154.30.3:9901/tsfile/live/0109_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 内蒙古卫视,http://106.46.114.29:8011/tsfile/live/0109_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 北京卫视,http://111.15.174.107:8969/tsfile/live/0122_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 北京卫视,http://59.48.75.130:3052/tsfile/live/0018_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 北京卫视,http://219.145.93.74:9901/tsfile/live/1007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 北京卫视,http://223.112.219.174:9901/tsfile/live/0122_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 北京卫视,http://124.90.208.196:9901/tsfile/live/0122_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 北京卫视,http://123.154.30.3:9901/tsfile/live/0016_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 北京卫视,http://106.46.114.29:8011/tsfile/live/0122_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 吉林卫视,http://222.89.107.42:9876/tsfile/live/0116_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 吉林卫视,http://111.15.174.107:8969/tsfile/live/0116_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 吉林卫视,http://59.48.75.130:3052/tsfile/live/0116_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 吉林卫视,http://219.145.93.74:9901/tsfile/live/1011_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 吉林卫视,http://123.154.30.3:9901/tsfile/live/0116_2.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 吉林卫视,http://36.249.150.254:9901/tsfile/live/1003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 吉林卫视,http://106.46.114.29:8011/tsfile/live/0116_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 四川卫视,http://221.226.4.10:9901/tsfile/live/0123_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 四川卫视,http://219.145.93.74:9901/tsfile/live/0139_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 四川卫视,http://123.154.30.3:9901/tsfile/live/0128_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 四川卫视,http://36.249.150.254:9901/tsfile/live/0123_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 四川卫视,http://111.15.174.107:8969/tsfile/live/1007_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 四川卫视,http://106.46.114.29:8011/tsfile/live/0123_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 天津卫视,http://123.154.30.3:9901/tsfile/live/0135_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 天津卫视,http://111.15.174.107:8969/tsfile/live/0135_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 天津卫视,http://106.46.114.29:8011/tsfile/live/0135_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 宁夏卫视,http://59.48.75.130:3052/tsfile/live/0112_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 宁夏卫视,http://219.145.93.74:9901/tsfile/live/0137_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 宁夏卫视,http://123.154.30.3:9901/tsfile/live/0112_2.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 宁夏卫视,http://36.249.150.254:9901/tsfile/live/0112_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 宁夏卫视,http://106.46.114.29:8011/tsfile/live/0112_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 安徽卫视,http://59.48.75.130:3052/tsfile/live/0130_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 安徽卫视,http://219.145.93.74:9901/tsfile/live/0135_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 安徽卫视,http://124.90.208.196:9901/tsfile/live/0130_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 安徽卫视,http://36.249.150.254:9901/tsfile/live/0130_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 安徽卫视,http://106.46.114.29:8011/tsfile/live/0130_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 山东卫视,http://59.48.75.130:3052/tsfile/live/0131_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东卫视,http://219.145.93.74:9901/tsfile/live/1010_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东卫视,http://123.154.30.3:9901/tsfile/live/0125_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 山东卫视,http://36.249.150.254:9901/tsfile/live/0131_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东卫视,http://111.15.174.107:8969/tsfile/live/0131_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东卫视,http://106.46.114.29:8011/tsfile/live/0131_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 山西卫视,http://222.89.107.42:9876/tsfile/live/0118_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山西卫视,http://221.226.4.10:9901/tsfile/live/0118_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山西卫视,http://123.154.30.3:9901/tsfile/live/0109_2.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 山西卫视,http://106.46.114.29:8011/tsfile/live/0118_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 广东卫视,http://113.66.7.235:4433/tsfile/live/0125_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广东卫视,http://221.226.4.10:9901/tsfile/live/1022_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广东卫视,http://219.145.93.74:9901/tsfile/live/1006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广东卫视,http://124.90.208.196:9901/tsfile/live/0125_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 广东卫视,http://123.154.30.3:9901/tsfile/live/0107_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 广东卫视,http://111.15.174.107:8969/tsfile/live/0125_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广东卫视,http://106.46.114.29:8011/tsfile/live/0125_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 广西卫视,http://59.48.75.130:3052/tsfile/live/0113_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广西卫视,http://219.145.93.74:9901/tsfile/live/0140_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广西卫视,http://221.226.4.10:9901/tsfile/live/1024_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广西卫视,http://123.154.30.3:9901/tsfile/live/0112_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 广西卫视,http://36.249.150.254:9901/tsfile/live/0113_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广西卫视,http://106.46.114.29:8011/tsfile/live/0113_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 旅游卫视,http://59.48.75.130:3052/tsfile/live/0114_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江苏卫视,http://113.66.7.235:4433/tsfile/live/0127_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江苏卫视,http://111.15.174.107:8969/tsfile/live/0127_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江苏卫视,http://59.48.75.130:3052/tsfile/live/0017_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江苏卫视,http://219.145.93.74:9901/tsfile/live/1008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江苏卫视,http://223.112.219.174:9901/tsfile/live/0127_2.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 江苏卫视,http://124.90.208.196:9901/tsfile/live/0127_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 江苏卫视,http://123.154.30.3:9901/tsfile/live/0017_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 江苏卫视,http://36.249.150.254:9901/tsfile/live/0127_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江西卫视,http://59.48.75.130:3052/tsfile/live/0138_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江西卫视,http://219.145.93.74:9901/tsfile/live/0141_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 江西卫视,http://124.90.208.196:9901/tsfile/live/0138_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 江西卫视,http://123.154.30.3:9901/tsfile/live/0130_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 江西卫视,http://36.249.150.254:9901/tsfile/live/0138_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河北卫视,http://59.48.75.130:3052/tsfile/live/0117_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河北卫视,http://123.154.30.3:9901/tsfile/live/0111_2.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 河北卫视,http://36.249.150.254:9901/tsfile/live/0117_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南卫视,http://222.89.107.42:9876/tsfile/live/0128_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南卫视,http://221.226.4.10:9901/tsfile/live/0139_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南卫视,http://59.48.75.130:3052/tsfile/live/0139_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南卫视,http://219.145.93.74:9901/tsfile/live/0118_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南卫视,http://123.154.30.3:9901/tsfile/live/0121_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 河南卫视,http://111.15.174.107:8969/tsfile/live/0139_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南卫视,http://106.46.114.29:8011/tsfile/live/0139_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 浙江卫视,http://113.66.7.235:4433/tsfile/live/0124_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 浙江卫视,http://111.15.174.107:8969/tsfile/live/0124_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 浙江卫视,http://219.145.93.74:9901/tsfile/live/1005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 浙江卫视,http://59.48.75.130:3052/tsfile/live/0019_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 浙江卫视,http://223.112.219.174:9901/tsfile/live/0124_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 浙江卫视,http://124.90.208.196:9901/tsfile/live/0124_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 浙江卫视,http://123.154.30.3:9901/tsfile/live/0124_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 浙江卫视,http://36.249.150.254:9901/tsfile/live/0124_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 海南卫视,http://219.145.93.74:9901/tsfile/live/0107_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 深圳卫视,http://221.226.4.10:9901/tsfile/live/1023_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 深圳卫视,http://219.145.93.74:9901/tsfile/live/0142_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 深圳卫视,http://106.46.114.29:8011/tsfile/live/0126_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 湖北卫视,http://221.226.4.10:9901/tsfile/live/1017_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖北卫视,http://123.154.30.3:9901/tsfile/live/0116_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 湖北卫视,http://36.249.150.254:9901/tsfile/live/0132_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖北卫视,http://106.46.114.29:8011/tsfile/live/0132_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 湖南卫视,http://113.66.7.235:4433/tsfile/live/0128_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南卫视,http://111.15.174.107:8969/tsfile/live/0128_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南卫视,http://123.183.24.94:6666/tsfile/live/0128_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南卫视,http://223.112.219.174:9901/tsfile/live/0128_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南卫视,http://59.48.75.130:3052/tsfile/live/0128_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南卫视,http://219.145.93.74:9901/tsfile/live/1003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南卫视,http://124.90.208.196:9901/tsfile/live/0128_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 湖南卫视,http://123.154.30.3:9901/tsfile/live/0019_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 甘肃卫视,http://59.48.75.130:3052/tsfile/live/0141_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 甘肃卫视,http://123.154.30.3:9901/tsfile/live/0141_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 甘肃卫视,http://222.89.107.42:9876/tsfile/live/0141_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 西藏卫视,http://123.183.24.94:6666/tsfile/live/0016_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 西藏卫视,http://219.145.93.74:9901/tsfile/live/0109_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 西藏卫视,http://123.154.30.3:9901/tsfile/live/0111_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 贵州卫视,http://221.226.4.10:9901/tsfile/live/0120_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 贵州卫视,http://219.145.93.74:9901/tsfile/live/0112_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 贵州卫视,http://124.90.208.196:9901/tsfile/live/0120_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 贵州卫视,http://123.154.30.3:9901/tsfile/live/0142_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 贵州卫视,http://222.89.107.42:9876/tsfile/live/0120_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 贵州卫视,http://106.46.114.29:8011/tsfile/live/0120_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 辽宁卫视,http://59.48.75.130:3052/tsfile/live/0121_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 辽宁卫视,http://219.145.93.74:9901/tsfile/live/0113_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 辽宁卫视,http://123.154.30.3:9901/tsfile/live/0123_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 辽宁卫视,http://36.249.150.254:9901/tsfile/live/0121_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 辽宁卫视,http://111.15.174.107:8969/tsfile/live/0121_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 辽宁卫视,http://106.46.114.29:8011/tsfile/live/0121_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 重庆卫视,http://59.48.75.130:3052/tsfile/live/0142_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 重庆卫视,http://219.145.93.74:9901/tsfile/live/0138_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 重庆卫视,http://124.90.208.196:9901/tsfile/live/0142_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 重庆卫视,http://123.154.30.3:9901/tsfile/live/0122_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 陕西卫视,http://111.15.174.107:8969/tsfile/live/0136_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 陕西卫视,http://219.145.93.74:9901/tsfile/live/0136_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 陕西卫视,http://123.154.30.3:9901/tsfile/live/0136_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 陕西卫视,http://222.89.107.42:9876/tsfile/live/0136_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 陕西卫视,http://106.46.114.29:8011/tsfile/live/0136_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 青海卫视,http://221.226.4.10:9901/tsfile/live/0140_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 青海卫视,http://219.145.93.74:9901/tsfile/live/0111_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 青海卫视,http://123.154.30.3:9901/tsfile/live/0140_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 黑龙江卫视,http://219.145.93.74:9901/tsfile/live/1009_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 黑龙江卫视,http://123.154.30.3:9901/tsfile/live/1001_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 其他频道,#genre# | ||||
| ZTV8,http://124.90.208.196:9901/tsfile/live/0143_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| BTV卡酷少儿,http://115.171.86.251:9901/tsfile/live/16032_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| CHC电影,http://112.235.202.94:9901/tsfile/live/1012_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 优漫卡通,http://111.15.174.107:8969/tsfile/live/1016_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 动漫秀场,http://221.226.4.10:9901/tsfile/live/1027_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 卡酷动画,http://111.15.174.107:8969/tsfile/live/1015_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 卡酷动画,http://222.89.107.42:9876/tsfile/live/0017_3.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 哈哈炫动,http://123.154.30.3:9901/tsfile/live/1002_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 少儿,http://124.90.208.196:9901/tsfile/live/0137_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 山东体育,http://111.15.174.107:8969/tsfile/live/1005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东体育,http://112.235.202.94:9901/tsfile/live/1005_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东少儿,http://112.235.202.94:9901/tsfile/live/1008_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东文旅,http://111.15.174.107:8969/tsfile/live/1004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东新闻,http://111.15.174.107:8969/tsfile/live/1006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东新闻,http://112.235.202.94:9901/tsfile/live/1006_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东生活,http://112.235.202.94:9901/tsfile/live/1003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东综艺,http://112.235.202.94:9901/tsfile/live/1004_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东综艺,http://111.15.174.107:8969/tsfile/live/1003_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 山东齐鲁,http://111.15.174.107:8969/tsfile/live/1002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 广东体育,http://113.66.7.235:4433/tsfile/live/0142_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 开封公共,http://222.89.107.42:9876/tsfile/live/0017_2.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 开封新闻,http://222.89.107.42:9876/tsfile/live/0139_8.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 影视,http://124.90.208.196:9901/tsfile/live/0124_2.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 明珠,http://124.90.208.196:9901/tsfile/live/0116_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 河南公共,http://222.89.107.42:9876/tsfile/live/0139_6.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 河南梨园,http://222.89.107.42:9876/tsfile/live/0139_7.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 法治天地,http://221.226.4.10:9901/tsfile/live/1031_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 湖南都市,http://113.218.218.5:8001/tsfile/live/1002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 炫动卡通,http://111.15.174.107:8969/tsfile/live/1017_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 炫动卡通,http://222.89.107.42:9876/tsfile/live/0017_4.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 生活,http://124.90.208.196:9901/tsfile/live/0135_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 科教影视,http://123.154.30.3:9901/tsfile/live/1005_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 经济生活,http://123.154.30.3:9901/tsfile/live/1004_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 综合,http://124.90.208.196:9901/tsfile/live/0121_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 美食汇,http://222.89.107.42:9876/tsfile/live/0017_5.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 西安二套,http://219.145.93.74:9901/tsfile/live/1002_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 金鹰卡通,http://59.48.75.130:3052/tsfile/live/1000_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 金鹰卡通,http://111.15.174.107:8969/tsfile/live/1013_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 金鹰卡通,http://123.154.30.3:9901/tsfile/live/1000_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 金鹰卡通,http://222.89.107.42:9876/tsfile/live/0018_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 金鹰卡通,http://106.46.114.29:8011/tsfile/live/1000_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 钱江,http://123.154.30.3:9901/tsfile/live/1003_1.m3u8?key=txiptv&playlive=0&authid=0 | ||||
| 陕西一套,http://219.145.93.74:9901/tsfile/live/1000_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
| 陕西二套,http://219.145.93.74:9901/tsfile/live/1001_1.m3u8?key=txiptv&playlive=1&authid=0 | ||||
							
								
								
									
										275
									
								
								王二小/lives/IPV6.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										275
									
								
								王二小/lives/IPV6.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,275 @@ | ||||
| #EXTM3U x-tvg-url="https://live.fanmingming.com/e.xml" | ||||
| #EXTINF:-1 tvg-name="CCTV1" tvg-logo="https://live.fanmingming.com/tv/CCTV1.png" group-title="央视频道",CCTV-1 综合 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN111128BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUU6FFmRK8Hl0ytyd5e5kWGEwoDIwMxbrlyyVy9x6ZDKnldIYKOjBOUjRyoym5n7Kg0yIYstFTUfqtC14fzxhy5Y | ||||
| #EXTINF:-1 tvg-name="CCTV2" tvg-logo="https://live.fanmingming.com/tv/CCTV2.png" group-title="央视频道",CCTV-2 财经 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN5000036BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSpr1AVNI633ampcuzdN%2BfGVSARKsxkWGZw7vFUuOj2QZHeRzosIxVbl7i2QHFATHA3k5wDWG1qHkZQAleNv%2FbI | ||||
| #EXTINF:-1 tvg-name="CCTV3" tvg-logo="https://live.fanmingming.com/tv/CCTV3.png" group-title="央视频道",CCTV-3 综艺 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638727c125355/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSPTZ4CK5oLfjaEYe9dogNMUNNEYLCPUtKY62j1Wp5u04wipypKUQ1TTuR2lXvBl5YpHqBJmlA19x22TD9bUOjk | ||||
| #EXTINF:-1 tvg-name="CCTV4" tvg-logo="https://live.fanmingming.com/tv/CCTV4.png" group-title="央视频道",CCTV-4 中文国际 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN5000037BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSpr1AVNI633ampcuzdN%2BfH0ZQXwaiVktPr6ILPKXqwOUC2ZXft7ZULN6h9qLQPFOTSlVTfophiKaMb8h1kPV74 | ||||
| #EXTINF:-1 tvg-name="CCTV5" tvg-logo="https://live.fanmingming.com/tv/CCTV5.png" group-title="央视频道",CCTV-5 体育 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638727e617ca0/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSPTZ4CK5oLfjaEYe9dogNMSXw4ajlL%2FoUYC2RZQQDco6uQSifXBocz5ID6RePfIKQ4rFWiHjq%2FeZoDmrzW%2FKlw | ||||
| #EXTINF:-1 tvg-name="CCTV5PLUS" tvg-logo="https://live.fanmingming.com/tv/CCTV5+.png" group-title="央视频道",CCTV-5+ 体育赛事 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN63872908d48f9/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSBx06ZL9Bo6JOM%2BSTjxZRK254G1jtietGzDaHvFNRtjXOvFnbf%2BTao33JqYlfMYYn2z3agOn9gvNMT9KmBaR9o | ||||
| #EXTINF:-1 tvg-name="CCTV6" tvg-logo="https://live.fanmingming.com/tv/CCTV6.png" group-title="央视频道",CCTV-6 电影 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638728804b1f9/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUdDh4EPdDnvGlSBkYaxFdazJhFQmuq4XUiks9ZrIlJN%2BknLs8H%2BSxcDXy%2BTesEc8Q0KCN89MjYoj85Sol1kbKI4 | ||||
| #EXTINF:-1 tvg-name="CCTV7" tvg-logo="https://live.fanmingming.com/tv/CCTV7.png" group-title="央视频道",CCTV-7 国防军事 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN5000038BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSpr1AVNI633ampcuzdN%2BfHYKFve4MwNzRa0jPXeHjqnBjPmzSdKDNWNHhnZSaMGCXKmdx8d%2BnYdhVK5ge22ot4 | ||||
| #EXTINF:-1 tvg-name="CCTV8" tvg-logo="https://live.fanmingming.com/tv/CCTV8.png" group-title="央视频道",CCTV-8 电视剧 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638728970aa82/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUdDh4EPdDnvGlSBkYaxFdaymid9ta2tVUW0%2FdVrFqszC1EVEkAbpip1IYxn%2Ba2aA%2BVAihIiw9D8ejUsDbfU0K68 | ||||
| #EXTINF:-1 tvg-name="CCTV9" tvg-logo="https://live.fanmingming.com/tv/CCTV9.png" group-title="央视频道",CCTV-9 纪录 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN5000039BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSpr1AVNI633ampcuzdN%2BfHArfvJF2pWpm4RxcBNhZ7j9vEUeCQte%2BbQaOGNIUEEK%2B3RBE1BC9EUsM18gnb%2FyAA | ||||
| #EXTINF:-1 tvg-name="CCTV10" tvg-logo="https://live.fanmingming.com/tv/CCTV10.png" group-title="央视频道",CCTV-10 科教 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN3949784BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUXt3TPFwzzdHCkOT9AjSv5OuXozn3alq9%2BUx7ZLG1w9aOfkLjZvYj56D3xkOAtSOIoLsdw8c1%2BCwLDg1aS4esN4 | ||||
| #EXTINF:-1 tvg-name="CCTV11" tvg-logo="https://live.fanmingming.com/tv/CCTV11.png" group-title="央视频道",CCTV-11 戏曲 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN6000053BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUTWDyIgRkFJBAHMhA2ayG0Qj2xHA4vdPGsjBbxSL3p%2FmAObVTfznR%2Fpc%2B76QYmLRMuL3Lj9iabhv8arW7kJe6%2F4 | ||||
| #EXTINF:-1 tvg-name="CCTV12" tvg-logo="https://live.fanmingming.com/tv/CCTV12.png" group-title="央视频道",CCTV-12 社会与法 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN5000040BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUd3JM2PCgDefrKOVZLNt0QMAmpLefguRLiOPXiDRWhxHg8yim2giTBA8RILsb%2B8Y5pkFUyZBE%2FkNJAbwncEegkU | ||||
| #EXTINF:-1 tvg-name="CCTV13" tvg-logo="https://live.fanmingming.com/tv/CCTV13.png" group-title="央视频道",CCTV-13 新闻 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN6000054BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUTWDyIgRkFJBAHMhA2ayG0SuXozn3alq9%2BUx7ZLG1w9awc14iEUxQ5VsTsr5pEBsmF56tXUfsukRUpygmTCKvAI | ||||
| #EXTINF:-1 tvg-name="CCTV14" tvg-logo="https://live.fanmingming.com/tv/CCTV14.png" group-title="央视频道",CCTV-14 少儿 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN3949788BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUXt3TPFwzzdHCkOT9AjSv5PYKFve4MwNzRa0jPXeHjqnp7khdLaCMP6L4QpTf84Oz6DvCG1%2BJ81QvStkxO%2FoGm8 | ||||
| #EXTINF:-1 tvg-name="CCTV15" tvg-logo="https://live.fanmingming.com/tv/CCTV15.png" group-title="央视频道",CCTV-15 音乐 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN6000055BESTVSMGSMG/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUTWDyIgRkFJBAHMhA2ayG0Tdo%2FUL80msfbhDYvoWpNl31Dy7jHvMl%2FzVUrNxhL1ek1YEGVDZ7lCg0LtKJY4Ku%2B8 | ||||
| #EXTINF:-1 tvg-name="CCTV16" tvg-logo="https://live.fanmingming.com/tv/CCTV16.png" group-title="央视频道",CCTV-16 奥林匹克 | ||||
| http://[2409:8087:1a01:df::7005]/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226100/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="CCTV17" tvg-logo="https://live.fanmingming.com/tv/CCTV17.png" group-title="央视频道",CCTV-17 农业农村 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638728afa13b4/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUdDh4EPdDnvGlSBkYaxFdaz%2FyAI9to%2FMBBt%2FivcdSfljJ1%2FqqamWUjAiBAxNssfyBlZUDSXAIMtStS86hRHFuJM | ||||
| #EXTINF:-1 tvg-name="CCTV4K" tvg-logo="https://live.fanmingming.com/tv/CCTV4K.png" group-title="央视频道",CCTV-4K 超高清 | ||||
| http://27.222.3.214/liveali-tp4k.cctv.cn/live/4K10M.stream/playlist.m3u8 | ||||
| #EXTINF:-1 tvg-name="CHC影迷电影" tvg-logo="https://live.fanmingming.com/tv/CHC影迷电影.png" group-title="央视频道",CHC影迷电影 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN6380764b172c9/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CHC动作电影" tvg-logo="https://live.fanmingming.com/tv/CHC动作电影.png" group-title="央视频道",CHC动作电影 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN6380763222d00/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CHC家庭影院" tvg-logo="https://live.fanmingming.com/tv/CHC家庭影院.png" group-title="央视频道",CHC家庭影院 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN63807601b19dd/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="凤凰中文" tvg-logo="https://live.fanmingming.com/tv/凤凰卫视中文台.png" group-title="卫视频道",凤凰中文 | ||||
| http://116.162.6.192/1.v.smtcdns.net/qctv.fengshows.cn/live/0701pcc72.m3u8 | ||||
| #EXTINF:-1 tvg-name="凤凰资讯" tvg-logo="https://live.fanmingming.com/tv/凤凰卫视资讯台.png" group-title="卫视频道",凤凰资讯 | ||||
| http://116.162.6.192/1.v.smtcdns.net/qctv.fengshows.cn/live/0701pin72.m3u8 | ||||
| #EXTINF:-1 tvg-name="凤凰香港" tvg-logo="https://live.fanmingming.com/tv/凤凰卫视香港台.png" group-title="卫视频道",凤凰香港 | ||||
| http://116.162.6.192/1.v.smtcdns.net/qctv.fengshows.cn/live/0701phk72.m3u8 | ||||
| #EXTINF:-1 tvg-name="北京卫视" tvg-logo="https://live.fanmingming.com/tv/北京卫视.png" group-title="卫视频道",北京卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226450/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="湖南卫视" tvg-logo="https://live.fanmingming.com/tv/湖南卫视.png" group-title="卫视频道",湖南卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226307/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="东方卫视" tvg-logo="https://live.fanmingming.com/tv/东方卫视.png" group-title="卫视频道",东方卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226345/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="四川卫视" tvg-logo="https://live.fanmingming.com/tv/四川卫视.png" group-title="卫视频道",四川卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226338/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="天津卫视" tvg-logo="https://live.fanmingming.com/tv/天津卫视.png" group-title="卫视频道",天津卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226459/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="安徽卫视" tvg-logo="https://live.fanmingming.com/tv/安徽卫视.png" group-title="卫视频道",安徽卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226391/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="山东卫视" tvg-logo="https://live.fanmingming.com/tv/山东卫视.png" group-title="卫视频道",山东卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226456/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="深圳卫视" tvg-logo="https://live.fanmingming.com/tv/深圳卫视.png" group-title="卫视频道",深圳卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226313/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="广东卫视" tvg-logo="https://live.fanmingming.com/tv/广东卫视.png" group-title="卫视频道",广东卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226248/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="广西卫视" tvg-logo="https://live.fanmingming.com/tv/广西卫视.png" group-title="卫视频道",广西卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226549/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="江苏卫视" tvg-logo="https://live.fanmingming.com/tv/江苏卫视.png" group-title="卫视频道",江苏卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226310/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="江西卫视" tvg-logo="https://live.fanmingming.com/tv/江西卫视.png" group-title="卫视频道",江西卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226344/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="河北卫视" tvg-logo="https://live.fanmingming.com/tv/河北卫视.png" group-title="卫视频道",河北卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226406/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="河南卫视" tvg-logo="https://live.fanmingming.com/tv/河南卫视.png" group-title="卫视频道",河南卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226480/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江卫视" tvg-logo="https://live.fanmingming.com/tv/浙江卫视.png" group-title="卫视频道",浙江卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226339/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="海南卫视" tvg-logo="https://live.fanmingming.com/tv/海南卫视.png" group-title="卫视频道",海南卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226465/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="湖北卫视" tvg-logo="https://live.fanmingming.com/tv/湖北卫视.png" group-title="卫视频道",湖北卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226477/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="山西卫视" tvg-logo="https://live.fanmingming.com/tv/山西卫视.png" group-title="卫视频道",山西卫视 | ||||
| http://[2409:8087:5e01:34::21]:6610/ZTE_CMS/00000001000000060000000000000318/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="东南卫视" tvg-logo="https://live.fanmingming.com/tv/东南卫视.png" group-title="卫视频道",东南卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226341/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="贵州卫视" tvg-logo="https://live.fanmingming.com/tv/贵州卫视.png" group-title="卫视频道",贵州卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226474/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="辽宁卫视" tvg-logo="https://live.fanmingming.com/tv/辽宁卫视.png" group-title="卫视频道",辽宁卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226546/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="重庆卫视" tvg-logo="https://live.fanmingming.com/tv/重庆卫视.png" group-title="卫视频道",重庆卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226409/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="黑龙江卫视" tvg-logo="https://live.fanmingming.com/tv/黑龙江卫视.png" group-title="卫视频道",黑龙江卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226327/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="内蒙古卫视" tvg-logo="https://live.fanmingming.com/tv/内蒙古卫视.png" group-title="卫视频道",内蒙古卫视 | ||||
| http://[2409:8087:5e01:34::20]:6610/ZTE_CMS/00000001000000060000000000000319/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="宁夏卫视" tvg-logo="https://live.fanmingming.com/tv/宁夏卫视.png" group-title="卫视频道",宁夏卫视 | ||||
| http://[2409:8087:5e01:34::20]:6610/ZTE_CMS/00000001000000060000000000000309/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="陕西卫视" tvg-logo="https://live.fanmingming.com/tv/陕西卫视.png" group-title="卫视频道",陕西卫视 | ||||
| http://[2409:8087:5e01:34::22]:6610/ZTE_CMS/00000001000000060000000000000313/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="吉林卫视" tvg-logo="https://live.fanmingming.com/tv/吉林卫视.png" group-title="卫视频道",吉林卫视 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226397/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="甘肃卫视" tvg-logo="https://live.fanmingming.com/tv/甘肃卫视.png" group-title="卫视频道",甘肃卫视 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225633/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="云南卫视" tvg-logo="https://live.fanmingming.com/tv/云南卫视.png" group-title="卫视频道",云南卫视 | ||||
| http://[2409:8087:5e01:34::22]:6610/ZTE_CMS/00000001000000060000000000000305/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="三沙卫视" tvg-logo="https://live.fanmingming.com/tv/三沙卫视.png" group-title="卫视频道",三沙卫视 | ||||
| http://[2409:8087:5e01:34::21]:6610/ZTE_CMS/08984400000000060000000000000319/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="青海卫视" tvg-logo="https://live.fanmingming.com/tv/青海卫视.png" group-title="卫视频道",青海卫视 | ||||
| http://[2409:8087:1a0b:df::4002]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225628/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="新疆卫视" tvg-logo="https://live.fanmingming.com/tv/新疆卫视.png" group-title="卫视频道",新疆卫视 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225635/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="西藏卫视" tvg-logo="https://live.fanmingming.com/tv/西藏卫视.png" group-title="卫视频道",西藏卫视 | ||||
| http://[2409:8087:5e01:34::23]:6610/ZTE_CMS/00000001000000060000000000000317/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="兵团卫视" tvg-logo="https://live.fanmingming.com/tv/兵团卫视.png" group-title="卫视频道",兵团卫视 | ||||
| http://[2409:8087:1a0b:df::4020]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226439/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="延边卫视" tvg-logo="https://live.fanmingming.com/tv/延边卫视.png" group-title="卫视频道",延边卫视 | ||||
| http://[2409:8087:1a0b:df::4020]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226516/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="大湾区卫视" tvg-logo="https://live.fanmingming.com/tv/大湾区卫视.png" group-title="卫视频道",大湾区卫视 | ||||
| http://[2409:8087:1a0b:df::4020]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226442/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="安多卫视" tvg-logo="https://live.fanmingming.com/tv/安多卫视.png" group-title="卫视频道",安多卫视 | ||||
| http://[2409:8087:1a0b:df::4007]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225659/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="厦门卫视" tvg-logo="https://live.fanmingming.com/tv/厦门卫视.png" group-title="卫视频道",厦门卫视 | ||||
| http://[2409:8087:5e01:34::22]:6610/ZTE_CMS/00000001000000060000000000000193/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="康巴卫视" tvg-logo="https://live.fanmingming.com/tv/康巴卫视.png" group-title="卫视频道",康巴卫视 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225660/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="中国教育1台" tvg-logo="https://live.fanmingming.com/tv/CETV1.png" group-title="卫视频道",CETV-1 | ||||
| http://[2409:8087:1a0b:df::4020]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225652/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="中国教育2台" tvg-logo="https://live.fanmingming.com/tv/CETV2.png" group-title="卫视频道",CETV-2 | ||||
| http://[2409:8087:1a0b:df::4013]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226425/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="中国教育4台" tvg-logo="https://live.fanmingming.com/tv/CETV4.png" group-title="卫视频道",CETV-4 | ||||
| http://[2409:8087:1a0b:df::4020]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225783/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="爱上4K"  tvg-logo="https://live.fanmingming.com/tv/爱上4K.png" tvg-logo="" group-title="数字频道",爱上4K | ||||
| http://[2409:8087:5e01:34::23]:6610/ZTE_CMS/00000001000000060000000000000459/index.m3u8?IAS | ||||
| #EXTINF:-1 tvg-name="上海纪实人文" tvg-logo="https://live.fanmingming.com/tv/纪实人文.png" group-title="数字频道",纪实人文 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225738/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="纪实科教" tvg-logo="https://live.fanmingming.com/tv/北京纪实科教.png" group-title="数字频道",纪实科教 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225729/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="劲爆体育" tvg-logo="https://live.fanmingming.com/tv/劲爆体育.png" group-title="数字频道",劲爆体育 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000008/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000008&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="全纪实" tvg-logo="https://live.fanmingming.com/tv/乐游.png" group-title="数字频道",乐游频道 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000092/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000092&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="卡酷动画" tvg-logo="https://live.fanmingming.com/tv/卡酷少儿.png" group-title="数字频道",卡酷少儿 | ||||
| http://[2409:8087:1a0b:df::4020]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225654/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="金鹰卡通" tvg-logo="https://live.fanmingming.com/tv/金鹰卡通.png" group-title="数字频道",金鹰卡通 | ||||
| http://[2409:8087:1a0b:df::4008]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225653/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="金鹰纪实" tvg-logo="https://live.fanmingming.com/tv/金鹰纪实.png" group-title="数字频道",金鹰纪实 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN4766929BESTVSMGSMG/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="茶" tvg-logo="https://live.fanmingming.com/tv/茶.png" group-title="数字频道",茶友频道 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638729d8aca53/index.m3u8?AuthInfo=9kOOdBn7MFF%2F2bWjKgahUSBx06ZL9Bo6JOM%2BSTjxZRIdUCZxTtaM%2Bza0L7mJjkPMmnEhAf%2Bi68sKjzRCbPoTU0E%2B6Pia2CkRtxgPs8Tmw7I | ||||
| #EXTINF:-1 tvg-name="快乐垂钓" tvg-logo="https://live.fanmingming.com/tv/快乐垂钓.png" group-title="数字频道",快乐垂钓 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638729b6002c4/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="哒啵赛事" tvg-logo="https://live.fanmingming.com/tv/哒啵赛事.png" group-title="数字频道",哒啵赛事 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225675/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="哒啵电竞" tvg-logo="https://live.fanmingming.com/tv/哒啵电竞.png" group-title="数字频道",哒啵电竞 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000003000000066/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000003000000066&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="优漫卡通" tvg-logo="https://live.fanmingming.com/tv/优漫卡通.png" group-title="数字频道",优漫卡通 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225656/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="哈哈炫动" tvg-logo="https://live.fanmingming.com/tv/哈哈炫动.png" group-title="数字频道",哈哈炫动 | ||||
| http://[2409:8087:1a0b:df::4001]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225657/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="黑莓动画" tvg-logo="https://live.fanmingming.com/tv/黑莓动画.png" group-title="数字频道",黑莓动画 | ||||
| http://[2409:8087:1a0b:df::4006]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225662/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="黑莓电影" tvg-logo="https://live.fanmingming.com/tv/黑莓电影.png" group-title="数字频道",黑莓电影 | ||||
| http://[2409:8087:1a0b:df::4014]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225743/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="梨园" tvg-logo="https://live.fanmingming.com/tv/河南梨园.png" group-title="数字频道",梨园频道 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN6380788ba7bed/index.m3u8?AuthInfo=toEYVdLfxymUP2l9NZpQI5%2BK6T7j%2FlRm%2BvbM9VO7bA0q1S1k1f36SqqriM0FZoFSAJRfCt8SS7X6sTRmXb81a8O4H%2FdroDKjLoDeaMQdyJQ | ||||
| #EXTINF:-1 tvg-name="求索记录" tvg-logo="https://live.fanmingming.com/tv/求索记录.png" group-title="数字频道",求索记录 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000004000000010/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000010&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="求索动物" tvg-logo="https://live.fanmingming.com/tv/求索动物.png" group-title="数字频道",求索动物 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000004000000009/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000009&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="求索科学" tvg-logo="https://live.fanmingming.com/tv/求索科学.png" group-title="数字频道",求索科学 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000004000000011/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000011&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="求索生活" tvg-logo="https://live.fanmingming.com/tv/求索生活.png" group-title="数字频道",求索生活 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000004000000008/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000008&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="newtv超级体育" tvg-logo="https://live.fanmingming.com/tv/NEWTV超级体育.png" group-title="数字频道",超级体育 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225715/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv超级电影" tvg-logo="https://live.fanmingming.com/tv/NEWTV超级电影.png" group-title="数字频道",超级电影 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225717/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv超级电视剧" tvg-logo="https://live.fanmingming.com/tv/NEWTV超级电视剧.png" group-title="数字频道",超级视剧 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225716/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv东北热剧" tvg-logo="https://live.fanmingming.com/tv/NEWTV东北热剧.png" group-title="数字频道",东北热剧 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225741/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv海外剧场" tvg-logo="https://live.fanmingming.com/tv/NEWTV海外剧场.png" group-title="数字频道",海外剧场 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225671/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv中国功夫" tvg-logo="https://live.fanmingming.com/tv/NEWTV中国功夫.png" group-title="数字频道",中国功夫 | ||||
| http://[2409:8087:1a0b:df::4001]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225681/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv军旅剧场" tvg-logo="https://live.fanmingming.com/tv/NEWTV军旅剧场.png" group-title="数字频道",军旅剧场 | ||||
| http://[2409:8087:1a0b:df::4018]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225676/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv惊悚悬疑" tvg-logo="https://live.fanmingming.com/tv/NEWTV惊悚悬疑.png" group-title="数字频道",惊悚悬疑 | ||||
| http://[2409:8087:1a0b:df::4002]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225665/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv潮妈辣婆" tvg-logo="https://live.fanmingming.com/tv/NEWTV潮妈辣婆.png" group-title="数字频道",潮妈辣婆 | ||||
| http://[2409:8087:1a0b:df::4007]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225685/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv精品体育" tvg-logo="https://live.fanmingming.com/tv/NEWTV精品体育.png" group-title="数字频道",精品体育 | ||||
| http://[2409:8087:1a0b:df::4004]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225674/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv精品纪录" tvg-logo="https://live.fanmingming.com/tv/NEWTV精品纪录.png" group-title="数字频道",精品纪录 | ||||
| http://[2409:8087:1a0b:df::4007]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225672/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv家庭剧场" tvg-logo="https://live.fanmingming.com/tv/NEWTV家庭剧场.png" group-title="数字频道",家庭剧场 | ||||
| http://[2409:8087:1a0b:df::4007]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225677/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv精品大剧" tvg-logo="https://live.fanmingming.com/tv/NEWTV精品大剧.png" group-title="数字频道",精品大剧 | ||||
| http://[2409:8087:1a0b:df::4001]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225670/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv军事评论" tvg-logo="https://live.fanmingming.com/tv/NEWTV军事评论.png" group-title="数字频道",军事评论 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225668/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv明星大片" tvg-logo="https://live.fanmingming.com/tv/NEWTV明星大片.png" group-title="数字频道",明星大片 | ||||
| http://[2409:8087:1a0b:df::4005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225664/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv欢乐剧场" tvg-logo="https://live.fanmingming.com/tv/NEWTV欢乐剧场.png" group-title="数字频道",欢乐剧场 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225742/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv精品萌宠" tvg-logo="https://live.fanmingming.com/tv/NEWTV精品萌宠.png" group-title="数字频道",精品萌宠 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226505/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv超级综艺" tvg-logo="https://live.fanmingming.com/tv/NEWTV超级综艺.png" group-title="数字频道",超级综艺 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225714/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="newtv金牌综艺" tvg-logo="https://live.fanmingming.com/tv/NEWTV金牌综艺.png" group-title="数字频道",金牌综艺 | ||||
| http://[2409:8087:1a01:df::7005]:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225666/index.m3u8 | ||||
| #EXTINF:-1 tvg-name="上海新闻综合" tvg-logo="https://live.fanmingming.com/tv/上视新闻.png" group-title="上海频道",上海新闻 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000005/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000005&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="上海都市" tvg-logo="https://live.fanmingming.com/tv/上海都市.png" group-title="上海频道",上海都市 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000012/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000012&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="上海外语" tvg-logo="https://live.fanmingming.com/tv/上海外语.png" group-title="上海频道",上海外语 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000001/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000001&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="七彩戏剧" tvg-logo="https://live.fanmingming.com/tv/七彩戏剧.png" group-title="上海频道",七彩戏剧 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000010/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000010&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="五星体育" tvg-logo="https://live.fanmingming.com/tv/五星体育.png" group-title="上海频道",五星体育 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000007/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000007&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="东方影视" tvg-logo="https://live.fanmingming.com/tv/东方影视.png" group-title="上海频道",东方影视 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000013/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000013&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="东方财经" tvg-logo="https://live.fanmingming.com/tv/东方财经.png" group-title="上海频道",东方财经 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000090/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000090&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="法治天地" tvg-logo="https://live.fanmingming.com/tv/法治天地.png" group-title="上海频道",法治天地 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000014/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000014&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="第一财经" tvg-logo="https://live.fanmingming.com/tv/上海第一财经.png" group-title="上海频道",第一财经 | ||||
| http://[2409:8087:5e08:24::12]:6610/000000001000/2000000002000000004/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000002000000004&IASHttpSessionId=OTT19019320240419154124000281 | ||||
| #EXTINF:-1 tvg-name="浙江公共新闻" tvg-logo="https://live.fanmingming.com/tv/浙江新闻.png" group-title="浙江频道",浙江新闻 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel007/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江国际" tvg-logo="https://live.fanmingming.com/tv/浙江国际.png" group-title="浙江频道",浙江国际 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel010/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江少儿" tvg-logo="https://live.fanmingming.com/tv/浙江少儿.png" group-title="浙江频道",浙江少儿 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel008/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江教科影视" tvg-logo="https://live.fanmingming.com/tv/浙江教科影视.png" group-title="浙江频道",浙江教科 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel004/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="之江纪录" tvg-logo="https://live.fanmingming.com/tv/之江记录.png" group-title="浙江频道",之江纪录 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel012/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江民生休闲" tvg-logo="https://live.fanmingming.com/tv/浙江民生休闲.png" group-title="浙江频道",浙江民生 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel006/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江经视" tvg-logo="https://live.fanmingming.com/tv/浙江经济生活.png" group-title="浙江频道",浙江经济 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel003/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="浙江钱江都市" tvg-logo="https://live.fanmingming.com/tv/钱江都市.png" group-title="浙江频道",浙江钱江 | ||||
| https://ali-m-l.cztv.com/channels/lantian/channel002/1080p.m3u8 | ||||
| #EXTINF:-1 tvg-name="内蒙古综合" tvg-logo="https://live.fanmingming.com/tv/内蒙古新闻综合.png" group-title="内蒙频道",内蒙新闻 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2316general.m3u8?txSecret=173f71025a2de64458989cfb281a0a37&txTime=771E8800 | ||||
| #EXTINF:-1 tvg-name="内蒙古经济生活" tvg-logo="https://live.fanmingming.com/tv/内蒙古经济生活.png" group-title="内蒙频道",内蒙经济 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2317general.m3u8?txSecret=8e4b7cf6a2c8a75f74aef1a8a07cef43&txTime=771E8800 | ||||
| #EXTINF:-1 tvg-name="内蒙古少儿" tvg-logo="https://live.fanmingming.com/tv/内蒙古少儿.png" group-title="内蒙频道",内蒙少儿 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2318general.m3u8?txSecret=ff5a1fd70ea228ee35b0d29895f37c56&txTime=771E8800 | ||||
| #EXTINF:-1 tvg-name="内蒙古文体娱乐" tvg-logo="https://live.fanmingming.com/tv/内蒙古文体娱乐.png" group-title="内蒙频道",内蒙文体 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2319general.m3u8?txSecret=82ed51a2a4cbf85b62fec8ef2bfe4529&txTime=771E8800 | ||||
| #EXTINF:-1 tvg-name="内蒙古农牧" tvg-logo="https://live.fanmingming.com/tv/内蒙古农牧.png" group-title="内蒙频道",内蒙农牧 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2320general.m3u8?txSecret=b5e44fcd9473993661f17746112ad1b7&txTime=771E8800 | ||||
| #EXTINF:-1 tvg-name="内蒙古蒙语卫视" tvg-logo="https://live.fanmingming.com/tv/内蒙古蒙语卫视.png" group-title="内蒙频道",蒙语卫视 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2315general.m3u8?txSecret=e2b255285dd119a92c8aa5cdf00f8b84&txTime=771EF880 | ||||
| #EXTINF:-1 tvg-name="内蒙古蒙语文化" tvg-logo="https://live.fanmingming.com/tv/内蒙古蒙语文化.png" group-title="内蒙频道",蒙语文化 | ||||
| https://livestream-bt.nmtv.cn/nmtv/2321general.m3u8?txSecret=2250268a1d326dbbc4cbf0ba32649ca5&txTime=771E8800 | ||||
| #EXTINF:-1 tvg-name="CGTN" tvg-logo="https://live.fanmingming.com/tv/CGTN.png" group-title="央视频道",CGTN英语 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN63806f4f64099/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CGTN纪录" tvg-logo="https://live.fanmingming.com/tv/CGTN纪录.png" group-title="央视频道",CGTN记录 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN63a15d0ee63f3/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CGTN俄语" tvg-logo="https://live.fanmingming.com/tv/CGTN俄语.png" group-title="央视频道",CGTN俄语 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN638071d299009/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CGTN法语" tvg-logo="https://live.fanmingming.com/tv/CGTN法语.png" group-title="央视频道",CGTN法语 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN63806fb631afe/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CGTN西语" tvg-logo="https://live.fanmingming.com/tv/CGTN西语.png" group-title="央视频道",CGTN西语 | ||||
| http://[2409:8087:4c0a:22:1::11]:6410/170000001115/UmaiCHAN63806f81c8eb5/index.m3u8?m3u8_level=2 | ||||
| #EXTINF:-1 tvg-name="CGTN阿语" tvg-logo="https://live.fanmingming.com/tv/CGTN阿语.png" group-title="央视频道",CGTN阿语 | ||||
| http://livear.cgtn.com/1000a/prog_index.m3u8 | ||||
							
								
								
									
										1749
									
								
								王二小/lives/综合1.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1749
									
								
								王二小/lives/综合1.txt
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2375
									
								
								王二小/lives/综合2.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2375
									
								
								王二小/lives/综合2.txt
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2096
									
								
								王二小/lives/综合3.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2096
									
								
								王二小/lives/综合3.txt
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2477
									
								
								王二小/lives/综合4.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2477
									
								
								王二小/lives/综合4.txt
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								王二小/spider.jar
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								王二小/spider.jar
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user