diff --git a/app.py b/app.py index 394d3d96e2a97954477f5cf7882e459125c531a6..5fdf30b477113c25db8c564eacb0dc6013757fc8 100644 --- a/app.py +++ b/app.py @@ -18,7 +18,7 @@ from werkzeug.utils import secure_filename from js.rules import getRuleLists from utils import error,parser from utils.web import * -from utils.update import checkUpdate,getOnlineVer,getLocalVer,download_new_version +from utils.update import checkUpdate,getOnlineVer,getLocalVer,download_new_version,download_lives import sys import codecs from classes.cms import CMS,logger @@ -59,10 +59,13 @@ else: RuleClass = rule_classes.init(db) PlayParse = play_parse.init(db) lsg = storage.init(db) -print(lsg.setItem('直播地址','https://gitcode.net/qq_26898231/TVBox/-/raw/main/live/zb.txt')) -t12 = time() -print(lsg.getItem('直播地址','111')) -print(get_interval(t12)) + +def initConfToDb(): + if not lsg.getItem('LIVE_URL'): + lsg.setItem('LIVE_URL', app.config.get('LIVE_URL')) + +initConfToDb() + def is_linux(): return not 'win' in sys.platform @@ -120,7 +123,8 @@ def admin_home(): # 管理员界面 if not verfy_token(token): return render_template('login.html') # return jsonify(error.success('登录成功')) - return render_template('admin.html',rules=getRules('js'),ver=getLocalVer()) + live_url = lsg.getItem('LIVE_URL') + return render_template('admin.html',rules=getRules('js'),ver=getLocalVer(),live_url=live_url) @app.route('/api/login',methods=['GET','POST']) def login_api(): @@ -189,6 +193,36 @@ def admin_update_ver(): msg = download_new_version() return jsonify(error.success(msg)) +@app.route('/admin/update_lives') +def admin_update_lives(): + url = getParmas('url') + if not url: + return jsonify(error.failed('未提供被同步的直播源远程地址!')) + cookies = request.cookies + token = cookies.get('token', '') + if not verfy_token(token): + return jsonify(error.failed('请登录后再试')) + live_url = url + success = download_lives(live_url) + if success: + return jsonify(error.success(f'直播源{live_url}同步成功')) + else: + return jsonify(error.failed(f'直播源{live_url}同步失败')) + +@app.route('/admin/write_live_url') +def admin_write_live_url(): + url = getParmas('url') + if not url: + return jsonify(error.failed('未提供修改后的直播源地址!')) + cookies = request.cookies + token = cookies.get('token', '') + if not verfy_token(token): + return jsonify(error.failed('请登录后再试')) + id = lsg.setItem('LIVE_URL',url) + msg = f'已修改的配置记录id为:{id}' + return jsonify(error.success(msg)) + + @app.route('/upload', methods=['GET', 'POST']) def upload_file(): cookies = request.cookies @@ -486,9 +520,10 @@ def random_pics(): def get_live_url(new_conf,mode): host = getHost(mode) - live_url = host + '/lives' if new_conf.get('LIVE_MODE', - 1) == 0 else new_conf.get('LIVE_URL',getHost(2)+'/lives') + # t1 = time() + live_url = host + '/lives' if new_conf.get('LIVE_MODE',1) == 0 else lsg.getItem('LIVE_URL',getHost(2)+'/lives') live_url = base64Encode(live_url) + # print(f'{get_interval(t1)}毫秒') return live_url @app.route('/config/') diff --git a/classes/cms.py b/classes/cms.py index 7d73693301b9b47ec24b20d16ff55d18b931ddb5..6247fbfe9653ef971eba21570251710868dc02d0 100644 --- a/classes/cms.py +++ b/classes/cms.py @@ -466,7 +466,8 @@ class CMS: }) except: pass - result['list'] = videos[min((fypage-1)*self.limit,len(videos)-1):min(fypage*self.limit,len(videos))] + # result['list'] = videos[min((fypage-1)*self.limit,len(videos)-1):min(fypage*self.limit,len(videos))] + result['list'] = videos result['code'] = 1 result['msg'] = '数据列表' result['page'] = fypage diff --git a/config.py b/config.py index 3a2ba8c04afc6f939c80cadf21a0c86f34294a88..481322dd520881e7174a945399c8850ada24dac8 100644 --- a/config.py +++ b/config.py @@ -32,7 +32,7 @@ OCR_API = 'http://dm.mudery.com:10000' # 验证码识别接口,传参数data UNAME = 'admin' # 管理员账号 PWD = 'drpy' # 管理员密码 MAX_CONTENT_LENGTH = 1 * 1024 * 1024/100 # 100 kB -LIVE_MODE = 1 # 0 本地 1外网 -LIVE_URL = 'https://gitcode.net/qq_26898231/TVBox/-/raw/main/live/zb.txt' # 外网直播地址 +LIVE_MODE = 0 # 0 本地 1外网 +LIVE_URL = 'https://gitcode.net/qq_26898231/TVBox/-/raw/main/live/zb.txt' # 初始化外网直播地址(后续在管理界面改) CATE_EXCLUDE = '首页|留言|APP|下载|资讯|新闻|动态' # 动态分类过滤 # {% if config.WALL_PAPER %}"wallpaper":"{{ config.WALL_PAPER }}",{% endif %} \ No newline at end of file diff --git a/js/version.txt b/js/version.txt index 97ceee1b9fcad00cf9b5291aab5e0158140b30e3..8a4b2758ef05dcd9f4ce4c63c7867ec1c64ce61a 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.1.5 \ No newline at end of file +3.1.6 \ No newline at end of file diff --git "a/js/\347\233\264\346\222\255.txt" "b/js/\347\233\264\346\222\255.txt" index f7a1642f36f779b00126743af1374e87784aeb0c..fe2e74ce571db7d63b0ccaa3fa1f5608c7dc7007 100644 --- "a/js/\347\233\264\346\222\255.txt" +++ "b/js/\347\233\264\346\222\255.txt" @@ -1,754 +1,961 @@ -4K频道,#genre# -纯享4K,http://39.135.47.101:6610/000000001000/HD-20M-2160P-chunxiang4k/1.m3u8?IASHttpSessionId=OTT -纯享4K,http://39.135.47.101:6610/PLTV/77777777/224/3221225726/index.m3u8?servicetype=1&IASHttpSessionId=OTT -纯享4K,http://39.135.47.101:6610/PLTV/77777777/224/3221225726/index.m3u8?servicetype=1&IASHttpSessionId=OTT -纯享4K,http://39.135.138.58:18890/PLTV/88888888/224/3221225786/index.m3u8 -纯享4Khttp://39.135.138.58:18890/ysten-businessmobile/live/HD-20M-2160P-chunxiang4k/1.m3u8 -4k超高清,https://p.ggiptv.com/v/4k.m3u8 -4k超高清,http://39.135.55.147.101:6610/PLTV/88888888/224/3221226998/index.m3u8?servicetype=1 -4k超高清,http://open.live-web.timetv.cn/live03/cctv4k.m3u8 -爱上4K,http://111.20.33.93/PLTV/88888893/224/3221226352/index.m3u8 -爱上4K,http://111.20.106.13:6610/yinhe/2/ch00000090990000001709/index.m3u8?virtualDomain=yinhe.live_hls.zte.com&IASHttpSessionId= -爱上4K,http://dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226352/1.m3u8 -爱上4K,http://39.134.19.135/PLTV/88888888/224/3221226005/1.m3u8 -奥林匹克4k,http://39.135.55.105:6610/PLTV/88888888/224/3221227162/index.m3u8?servicetype=1 -奥林匹克4k,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240389_1/encoder/0/playlist.m3u8?CONTENTID=00000110240389_1 -北京4kIPThttp://39.134.134.85/otttv.bj.chinamobile.com/PLTV/88888888/224/3221226550/index.m3u8?servicetype=1&icpid=&accounttype=1&limitflux=-1&limitdur=-1&GuardEncType=2&accountinfo=3QGHZfaujB8rRCsAsCvwpxxlHr4QY7xmzJA0CWZ2m2oFrdR%2B0WqiDAHoOrKmOBjJo1DAVyGMxV75D0k9A8UW52%2FrO%2F0g1FiOsgmHLskIhGej57NNTIcVyR%2FC8%2FqFakBO3%2B2%2FLci77HWE%2FMDUdCEgEA%3D%3D%3A20211105223205%2C10000100000000050000000003887500%2CF6D75A298389DD1E7C3B7D397327CA23%2C-1%2C0%2C1%2C%2C%2C2%2C%2C%2CEND -芒果4kT,http://39.135.55.105:6610/PLTV/88888888/224/3221226887/index.m3u8?servicetype=1 -苏州4khttp://liveshowbak2.kan0512.com/ksz-norecord/csztv4k_4k.m3u8 -央视频道,#genre# -CCTV-1,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240127_1/encoder/0/playlist.m3u8? -CCTV-2,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240244_1/encoder/0/playlist.m3u8? -CCTV-3,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240245_1/encoder/0/playlist.m3u8? -CCTV-4,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240316_1/encoder/0/playlist.m3u8? -CCTV-5,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240246_1/encoder/0/playlist.m3u8? -CCTV-5,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240281_1/encoder/0/playlist.m3u8? -CCTV-5+,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240128_1/encoder/0/playlist.m3u8? -CCTV-6,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240247_1/encoder/0/playlist.m3u8? -CCTV-7,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240248_1/encoder/0/playlist.m3u8? -CCTV-8,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240249_1/encoder/0/playlist.m3u8? -CCTV-9,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240250_1/encoder/0/playlist.m3u8? -CCTV-9,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240478_1/encoder/0/playlist.m3u8? -CCTV-10,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240251_1/encoder/0/playlist.m3u8? -CCTV-11,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240328_1/encoder/0/playlist.m3u8? -CCTV-12,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240252_1/encoder/0/playlist.m3u8? -CCTV-13,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240502_1/encoder/0/playlist.m3u8? -CCTV-14,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240253_1/encoder/0/playlist.m3u8? -CCTV-15,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240329_1/encoder/0/playlist.m3u8? -CCTV-16 4K,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240389_1/encoder/0/playlist.m3u8? -CCTV-16,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240388_1/encoder/0/playlist.m3u8? -CCTV-17,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240326_1/encoder/0/playlist.m3u8? -CGTN,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240365_1/encoder/0/playlist.m3u8? -CGTN法语,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240368_1/encoder/0/playlist.m3u8? -CGTN西班牙,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240367_1/encoder/0/playlist.m3u8? -CGTN阿拉伯,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240369_1/encoder/0/playlist.m3u8? -CGTN俄罗斯,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240370_1/encoder/0/playlist.m3u8? -CETV1,http://59.49.41.41/live.aishang.ctlcdn.com/00000110240302_1/encoder/0/playlist.m3u8? -CCTV-1,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000210103.m3u8 -CCTV-2,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000203603.m3u8 -CCTV-3,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000203803.m3u8 -CCTV-4,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000204803.m3u8 -CCTV-5,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000205103.m3u8 -CCTV-5+,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000204503.m3u8 -CCTV-6,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000203303.m3u8 -CCTV-7,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000510003.m3u8 -CCTV-8,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000203903.m3u8 -CCTV-9,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000499403.m3u8 -CCTV-10,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000203503.m3u8 -CCTV-11,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000204103.m3u8 -CCTV-12,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000202603.m3u8 -CCTV-13,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000204603.m3u8 -CCTV-14,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000204403.m3u8 -CCTV-15,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000205003.m3u8 -CCTV-16,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012375003.m3u8 -CCTV-17,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000204203.m3u8 -CCTV-4k,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2000266303.m3u8 -CCTV怀旧剧场,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012511203.m3u8 -CCTV高尔夫网球,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012512503.m3u8 -CCTV世界地理,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513303.m3u8 -CCTV世界地理,https://180.96.55.114/tlivectfree-cdn.ysp.cctv.cn/2012513303.m3u8 -CCTV兵器科技,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513403.m3u8 -CCTV卫生健康,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513503.m3u8 -CCTV风云剧场,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513603.m3u8 -CCTV央视台球,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513703.m3u8 -CCTV文化精品,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513803.m3u8 -CCTV女性健康,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012513903.m3u8 -CCTV电视指南,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012514003.m3u8 -CCTV风云音乐,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012514103.m3u8 -CCTV风云足球,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012514203.m3u8 -CCTV第一剧场,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2012514403.m3u8 -CGTN,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2001656803.m3u8 -CGTN纪录,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2010155403.m3u8 -CGTN法语,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2010153503.m3u8 -CGTN俄语,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2010152603.m3u8 -CGTN阿拉伯语,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2010155203.m3u8 -CGTN西班牙语,https://36.99.66.166/tlivectfree-cdn.ysp.cctv.cn/2010152503.m3u8 -CCTV-1,http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8 -CCTV-3,http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 -CCTV-4,http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 -CCTV-5,http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 -CCTV-5+,http://39.134.115.163:8080/PLTV/88888910/224/3221225649/index.m3u8 -CCTV-6,http://39.134.115.163:8080/PLTV/88888910/224/3221225650/index.m3u8 -CCTV-7,http://39.134.115.163:8080/PLTV/88888910/224/3221225624/index.m3u8 -CCTV-8,http://39.134.115.163:8080/PLTV/88888910/224/3221225635/index.m3u8 -CCTV-9,http://39.134.115.163:8080/PLTV/88888910/224/3221225626/index.m3u8 -CCTV-10,http://39.134.115.163:8080/PLTV/88888910/224/3221225627/index.m3u8 -CCTV-11,http://39.134.115.163:8080/PLTV/88888910/224/3221225628/index.m3u8 -CCTV-12,http://39.134.115.163:8080/PLTV/88888910/224/3221225629/index.m3u8 -CCTV-13,http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8 -CCTV-14,http://39.134.115.163:8080/PLTV/88888910/224/3221225639/index.m3u8 -CCTV-15,http://39.134.115.163:8080/PLTV/88888910/224/3221225641/index.m3u8 -CCTV-16 4K,http://liveop.CCTV-.cn/hls/CCTV-16HD/playlist.m3u8 -CCTV-17,http://39.134.115.163:8080/PLTV/88888910/224/3221225908/index.m3u8 - -央视频道2,#genre# -综合1台,http://39.135.47.101:6610/000000001000/1000000001000021973/1.m3u8?i?zzhongd -综合1台,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv1/1.m3u8?IASHttpSessionId=OTT?zzhongd -财经2台,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv2/1.m3u8?IASHttpSessionId=OTT?zzhongd -综艺3台,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv3/1.m3u8?IASHttpSessionId=OTT?zzhongd -中文国际4台,http://39.135.47.101::6610/000000001000/HD-8000k-1080P-cctv4/1.m3u8?IASHttpSessionId=OTT?zzhongd -体育5台,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv5/1.m3u8?IASHttpSessionId=OTT?zzhongd -体育5台,http://111.63.117.13:6060/030000001000/CCTV-5/CCTV-5.m3u8 -体育赛事,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv05plus/1.m3u8?IASHttpSessionId=OTT?zzhongd -电影6台,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv6/1.m3u8?IASHttpSessionId=OTT?zzhongd -国防军事7台,http://39.135.47.101:6610/000000001000/cctv-7/1.m3u8?IASHttpSessionId=OTT?zzhongd -电视剧8台,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-cctv8/1.m3u8?IASHttpSessionId=OTT?zzhongd -纪录9台,http://39.135.32.8:6610/000000001000/HD-4000k-1080P-cctv9/1.m3u8?IASHttpSessionId=OTT?zzhongd -科教10台,http://39.135.47.101:6610/000000001000/cctv-10/1.m3u8?IASHttpSessionId=OTT?zzhongd -戏曲11台,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-cctv11/1.m3u8?IASHttpSessionId=OTT?zzhongd -社会与法12台,http://39.135.47.101:6610/000000001000/cctv-12/1.m3u8?IASHttpSessionId=OTT?zzhongd -新闻13台,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-cctv13/1.m3u8?IASHttpSessionId=OTT?zzhongd -少儿14台,http://39.135.47.101:6610/000000001000/cctv-14/1.m3u8?IASHttpSessionId=OTT?zzhongd -音乐15台,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-cctv15/1.m3u8?IASHttpSessionId=OTT?zzhongd -奥林匹克16台,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-cctv16/1.m3u8?IASHttpSessionId=OTT?zzhongd -农业农村17台,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-cctv17/1.m3u8?IASHttpSessionId=OTT?zzhongd -综合1台,http://39.135.47.101:6610/000000001000/1000000001000021973/1.m3u8?i?zzhongd -财经2台,http://39.135.47.101:6610/000000001000/1000000001000012442/1.m3u8?i?zzhongd -综艺3台,http://39.135.47.101:6610/000000001000/1000000001000011218/index.m3u8?i?zzhongd -中文国际4台,http://39.135.47.101:6610/000000001000/1000000002000031664/1.m3u8?i?zzhongd -体育5台,http://39.135.47.101:6610/000000001000/1000000001000004794/1.m3u8?i?zzhongd -体育赛事,http://tlivectfree-cdn.ysp.cctv.cn/ysp/2000204503.m3u8?zzhongd -电影6台,http://39.135.47.101:6610/000000001000/1000000001000001737/index.m3u8?i?zzhongd -国防军事7台,http://39.135.47.101:6610/000000001000/1000000001000017218/1.m3u8?xtkg?zzhongd -电视剧8台,http://39.135.47.101:6610/000000001000/1000000001000003736/index.m3u8?i?zzhongd -纪录9台,http://39.135.47.101:6610/000000001000/1000000001000014583/1.m3u8?i?zzhongd -科教10台,http://39.135.47.101:6610/000000001000/1000000001000023734/index.m3u8?i?zzhongd -戏曲11台,http://39.135.47.101:6610/000000001000/1000000002000019789/1.m3u8?i?zzhongd -社会与法12台,http://39.135.47.101:6610/000000001000/1000000001000032494/1.m3u8?i -新闻13台,http://39.135.47.101:6610/000000001000/1000000002000021303/1.m3u8?i?zzhongd -少儿14台,http://39.135.47.101:6610/000000001000/1000000001000008170/1.m3u8?i?zzhongd -音乐15台,http://39.135.47.101:6610/000000001000/1000000002000008163/1.m3u8?i?zzhongd -奥林匹克16台,http://111.11.123.49:6610/000000001000/5000000008000023253/1.m3u8?Contentid=5000000008000023253&livemode=1&stbId=3&channel-id=bestzb?zzhongd -农业农村17台,http://111.11.123.49:6610/000000001000/1000000006000268004/1.m3u8?Contentid=1000000006000268004&livemode=1&stbId=3&channel-id=ystenlive?zzhongd -综合1台,http://39.135.47.101:6610/PLTV/77777777/224/3221225924/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -综合1台,http://39.135.47.101:6610/PLTV/77777777/224/3221225654/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -财经2台,http://39.135.47.101:6610/PLTV/77777777/224/3221225657/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -财经2台,http://39.135.47.101:6610/PLTV/77777777/224/3221225676/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -综艺3台,http://39.135.47.101:6610/PLTV/77777777/224/3221225713/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -综艺3台,http://39.135.47.101:6610/PLTV/77777777/224/3221225677/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -中文国际4台,http://39.135.47.101:6610/PLTV/77777777/224/3221225761/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -中文国际4台,http://39.135.47.101:6610/PLTV/77777777/224/3221225775/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -中文国际4台,http://39.135.47.101:6610/PLTV/77777777/224/3221225753/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -体育5台,http://39.135.47.101:6610/PLTV/77777777/224/3221225516/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -体育5台,http://39.135.47.101:6610/PLTV/77777777/224/3221225660/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -体育赛事,http://39.135.47.101:6610/PLTV/77777777/224/3221225712/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -电影6台,http://39.135.47.101:6610/PLTV/77777777/224/3221225715/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -国防军事7台,http://39.135.47.101:6610/PLTV/77777777/224/3221225700/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -电视剧8台,http://39.135.47.101:6610/PLTV/77777777/224/3221225716/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -电视剧8台,http://39.135.47.101:6610/PLTV/77777777/224/3221225630/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -纪录9台,http://39.135.47.101:6610/PLTV/77777777/224/3221225663/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -科教10台,http://39.135.47.101:6610/PLTV/77777777/224/3221225704/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -戏曲11台,http://39.135.47.101:6610/PLTV/77777777/224/3221225739/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -戏曲11台,http://39.135.47.101:6610/PLTV/77777777/224/3221225750/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -社会与法12台,http://39.135.47.101:6610/PLTV/77777777/224/3221225645/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -新闻13台,http://39.135.47.101:6610/PLTV/77777777/224/3221225759/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -新闻13台,http://39.135.47.101:6610/PLTV/77777777/224/3221225742/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -新闻13台,http://39.135.47.101:6610/PLTV/77777777/224/3221225787/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -少儿14台,http://39.135.47.101:6610/PLTV/77777777/224/3221225648/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -音乐15台,http://39.135.47.101:6610/PLTV/77777777/224/3221225693/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -音乐15台,http://39.135.47.101:6610/PLTV/77777777/224/3221225830/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -奥林匹克16台,http://39.135.47.101:6610/PLTV/77777777/224/3221225956/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -奥林匹克16台,http://39.135.47.101:6610/PLTV/77777777/224/3221225897/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -农业农村17台,http://39.135.47.101:6610/PLTV/77777777/224/3221225513/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -农业农村17台,http://39.135.47.101:6610/PLTV/77777777/224/3221225766/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -农业农村17台,http://39.135.47.101:6610/PLTV/77777777/224/3221225833/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zzhongd -综合1台,http://117.148.129.9/PLTV/88888888/224/3221231468/index.m3u8?zzhongd -财经2台,http://117.148.129.9/PLTV/88888888/224/3221231678/index.m3u8?zzhongd -综艺3台,http://117.148.129.9/PLTV/88888888/224/3221231682/index.m3u8?zzhongd -中文国际4台,http://117.148.129.9/PLTV/88888888/224/3221231726/index.m3u8?zzhongd -体育5台,http://117.148.129.9/PLTV/88888888/224/3221231702/index.m3u8?zzhongd -体育赛事,http://117.148.129.9/PLTV/88888888/224/3221233107/index.m3u8?zzhongd -电影6台,http://117.148.129.9/PLTV/88888888/224/3221232689/index.m3u8?zzhongd -国防军事7台,http://117.148.129.9/PLTV/88888888/224/3221231633/index.m3u8?zzhongd -电视剧8台,http://117.148.129.9/PLTV/88888888/224/3221231694/index.m3u8?zzhongd -纪录9台,http://117.148.129.9/PLTV/88888888/224/3221231697/index.m3u8?zzhongd -科教10台,http://117.148.129.9/PLTV/88888888/224/3221231666/index.m3u8?zzhongd -戏曲11台,http://117.148.129.9/PLTV/88888888/224/3221231711/index.m3u8?zzhongd -社会与法12台,http://117.148.129.9/PLTV/88888888/224/3221231660/index.m3u8?zzhongd -新闻13台,http://117.148.129.9/PLTV/88888888/224/3221231636/index.m3u8?zzhongd -少儿14台,http://117.148.129.9/PLTV/88888888/224/3221231648/index.m3u8?zzhongd -音乐15台,http://117.148.129.9/PLTV/88888888/224/3221231693/index.m3u8?zzhongd -奥林匹克16台,http://117.148.129.9/PLTV/88888888/224/3221233442/index.m3u8?zzhongd -农业农村17台,http://117.148.129.9/PLTV/88888888/224/3221231772/index.m3u8?zzhongd -中文国际欧洲,http://117.148.129.9/PLTV/88888888/224/3221231615/index.m3u8?zzhongd -中文国际美洲,http://117.148.129.9/PLTV/88888888/224/3221231654/index.m3u8?zzhongd -中文国际美洲,http://117.148.129.9/PLTV/88888888/224/3221232866/index.m3u8?zzhongd -8K超高清,http://117.148.129.9/PLTV/88888888/224/3221233404/index.m3u8?zzhongd -综合1台,http://117.148.179.165/PLTV/88888888/224/3221231468/index.m3u8?zzhongd -财经2台,http://117.148.179.147/PLTV/88888888/224/3221231678/index.m3u8?zzhongd -综艺3台,http://117.148.179.157/PLTV/88888888/224/3221231682/index.m3u8?zzhongd -中文国际4台,http://117.148.179.157/PLTV/88888888/224/3221231726/index.m3u8?zzhongd -体育5台,http://117.148.179.165/PLTV/88888888/224/3221231702/index.m3u8?zzhongd -体育赛事,http://117.148.179.157/PLTV/88888888/224/3221233107/index.m3u8?zzhongd -电影6台,http://117.148.179.157/PLTV/88888888/224/3221232689/index.m3u8?zzhongd -国防军事7台,http://117.148.179.157/PLTV/88888888/224/3221231633/index.m3u8?zzhongd -电视剧8台,http://117.148.179.157/PLTV/88888888/224/3221231694/index.m3u8?zzhongd -纪录9台,http://117.148.179.157/PLTV/88888888/224/3221231697/index.m3u8?zzhongd -科教10台,http://117.148.179.157/PLTV/88888888/224/3221231666/index.m3u8?zzhongd -戏曲11台,http://117.148.179.157/PLTV/88888888/224/3221231711/index.m3u8?zzhongd -社会与法12台,http://117.148.179.157/PLTV/88888888/224/3221231660/index.m3u8?zzhongd -新闻13台,http://117.148.179.139/PLTV/88888888/224/3221231636/index.m3u8 -少儿14台,http://117.148.179.157/PLTV/88888888/224/3221231648/index.m3u8?zzhongd -音乐15台,http://117.148.179.157/PLTV/88888888/224/3221231693/index.m3u8?zzhongd -奥林匹克16台,http://117.148.179.157/PLTV/88888888/224/3221233442/index.m3u8?zzhongd -农业农村17台,http://117.148.179.167/PLTV/88888888/224/3221231772/index.m3u8?zzhongd -中文国际欧洲,http://117.148.179.157/PLTV/88888888/224/3221231615/index.m3u8?zzhongd -中文国际欧洲,http://117.148.179.157/PLTV/88888888/224/3221232852/index.m3u8?zzhongd -中文国际美洲,http://117.148.179.157/PLTV/88888888/224/3221231654/index.m3u8?zzhongd -中文国际美洲,http://117.148.179.157/PLTV/88888888/224/3221232866/index.m3u8?zzhongd -CCTV-4中文国际欧洲,http://117.148.129.9/PLTV/88888888/224/3221232852/index.m3u8 -CCTV-4中文国际欧洲,http://117.148.129.9/PLTV/88888888/224/3221231615/index.m3u8 -CCTV-4中文国际美洲,http://117.148.129.9/PLTV/88888888/224/3221231654/index.m3u8 -CCTV-4中文国际美洲,http://117.148.129.9/PLTV/88888888/224/3221232866/index.m3u8 -CCTV-4中文国际美洲,http://120.221.40.69:6610/shandong_cabletv.live.zte.com/223.99.253.7:8081/00/SNM/CHANNEL00000351/index.m3u8?IASHttpSessionId=OTT -CCTV-4K超高清,http://liveop.cctv.cn/hls/4KHD/playlist.m3u8 -4K超高清,http://liveop.cctv.cn/hls/4KHD/playlist.m3u8?zzhongd -8K超高清,http://117.148.129.9/PLTV/88888888/224/3221233413/index.m3u8?zzhongd -8K超高清,http://117.148.129.9/PLTV/88888888/224/3221233457/index.m3u8?zzhongd -8K超高清,http://117.148.129.9/PLTV/88888888/224/3221233439/index.m3u8?zzhongd -CCTV-怀旧剧场,http://117.148.129.9/PLTV/88888888/224/3221232870/index.m3u8 -CCTV-怀旧剧场,http://117.148.129.9/PLTV/88888888/224/3221231544/index.m3u8 -CCTV-第一剧场,http://117.148.129.9/PLTV/88888888/224/3221232879/index.m3u8 -CCTV-第一剧场,http://117.148.129.9/PLTV/88888888/224/3221231540/index.m3u8 -CCTV-风云剧场,http://117.148.129.9/PLTV/88888888/224/3221232873/index.m3u8 -CCTV-风云剧场,http://117.148.129.9/PLTV/88888888/224/3221231604/index.m3u8 -CCTV-风云足球,http://117.148.129.9/PLTV/88888888/224/3221232785/index.m3u8 -CCTV-风云足球,http://117.148.129.9/PLTV/88888888/224/3221231547/index.m3u8 -CCTV-兵器科技,http://117.148.129.9/PLTV/88888888/224/3221231573/index.m3u8 -CCTV-世界地理,http://117.148.129.9/PLTV/88888888/224/3221232867/index.m3u8 -CCTV-世界地理,http://117.148.129.9/PLTV/88888888/224/3221231537/index.m3u8 -CCTV-女性时尚,http://111.20.33.93/PLTV/88888893/224/3221226237/index.m3u8 -CCTV-女性时尚,http://111.20.35.103:6610/yinhe/2/ch00000090990000001316/index.m3u8?virtualDomain=yinhe.live_hls.zte.com&IASHttpSessionId= -CCTV-女性时尚,http://117.148.129.9/PLTV/88888888/224/3221232881/index.m3u8 -CCTV-女性时尚,http://117.148.129.9/PLTV/88888888/224/3221231598/index.m3u8 -CCTV-女性时尚,http://dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226237/1.m3u8 -CCTV-央视台球,http://117.148.129.9/PLTV/88888888/224/3221232875/index.m3u8 -CCTV-央视台球,http://117.148.129.9/PLTV/88888888/224/3221231616/index.m3u8 -CCTV-电视指南,http://117.148.129.9/PLTV/88888888/224/3221232876/index.m3u8 -CCTV-电视指南,http://117.148.129.9/PLTV/88888888/224/3221231571/index.m3u8 -CCTV-高尔夫网球,http://39.135.32.27:6610/PLTV/77777777/224/3221225884/index.m3u8?servicetype=1&IASHttpSessionId=OTT -CCTV-高尔夫网球,http://117.148.129.9/PLTV/88888888/224/3221232858/index.m3u8 -CCTV-高尔夫网球,http://117.148.129.9/PLTV/88888888/224/3221231619/index.m3u8 -CCTV-高尔夫网球,http://123.129.202.45/tlivectfree-cdn.ysp.cctv.cn/ysp/2012512503.m3u8 -CCTV-央视文化精品,http://117.148.129.9/PLTV/88888888/224/3221232864/index.m3u8 -CCTV-央视文化精品,http://117.148.129.9/PLTV/88888888/224/3221231561/index.m3u8 - -NBA直播,#genre# -NBATV,https://d3ha0h5zsxdn4h.cloudfront.net/hls/nbatv/chunks.m3u8 -ABC,https://d3ha0h5zsxdn4h.cloudfront.net/hls/abc/chunks.m3u8 -ESPN,https://d3ha0h5zsxdn4h.cloudfront.net/hls/espn/chunks.m3u8 -TNT,https://d3ha0h5zsxdn4h.cloudfront.net/hls/TNT/chunks.m3u8 -凯尔特人,https://d3ha0h5zsxdn4h.cloudfront.net/hls/celtics/chunks.m3u8 -尼克斯,https://d3ha0h5zsxdn4h.cloudfront.net/hls/knicks/chunks.m3u8 -勇士,https://d3ha0h5zsxdn4h.cloudfront.net/hls/warriors/chunks.m3u8 -奇才,https://d3ha0h5zsxdn4h.cloudfront.net/hls/wizards/chunks.m3u8 -骑士,https://d3ha0h5zsxdn4h.cloudfront.net/hls/cavaliers/chunks.m3u8 -灰熊,https://d3ha0h5zsxdn4h.cloudfront.net/hls/grizzlies/chunks.m3u8 -快船,https://d3ha0h5zsxdn4h.cloudfront.net/hls/clippers/chunks.m3u8 -老鹰,https://d3ha0h5zsxdn4h.cloudfront.net/hls/hawks/chunks.m3u8 -魔术,https://d3ha0h5zsxdn4h.cloudfront.net/hls/magic/chunks.m3u8 -热火,https://d3ha0h5zsxdn4h.cloudfront.net/hls/heat/chunks.m3u8 -独行侠,https://d3ha0h5zsxdn4h.cloudfront.net/hls/mavericks/chunks.m3u8 -马刺,https://d3ha0h5zsxdn4h.cloudfront.net/hls/spurs/chunks.m3u8 -湖人,https://d3ha0h5zsxdn4h.cloudfront.net/hls/lakers/chunks.m3u8 -鹈鹕,https://d3ha0h5zsxdn4h.cloudfront.net/hls/pelicans/chunks.m3u8 -黄蜂,https://d3ha0h5zsxdn4h.cloudfront.net/hls/hornets/chunks.m3u8 -76人,https://d3ha0h5zsxdn4h.cloudfront.net/hls/76ers/chunks.m3u8 -篮网,https://d3ha0h5zsxdn4h.cloudfront.net/hls/nets/chunks.m3u8 -公牛,https://d3ha0h5zsxdn4h.cloudfront.net/hls/bulls/chunks.m3u8 -步行者,https://d3ha0h5zsxdn4h.cloudfront.net/hls/pacers/chunks.m3u8 -雄鹿,https://d3ha0h5zsxdn4h.cloudfront.net/hls/bucks/chunks.m3u8 -开拓者,https://d3ha0h5zsxdn4h.cloudfront.net/hls/blazers/chunks.m3u8 -猛龙,https://d3ha0h5zsxdn4h.cloudfront.net/hls/raptors/chunks.m3u8 -雷霆,https://d3ha0h5zsxdn4h.cloudfront.net/hls/thunder/chunks.m3u8 -太阳,https://d3ha0h5zsxdn4h.cloudfront.net/hls/suns/chunks.m3u8 -爵士,https://d3ha0h5zsxdn4h.cloudfront.net/hls/jazz/chunks.m3u8 -掘金,https://d3ha0h5zsxdn4h.cloudfront.net/hls/nuggets/chunks.m3u8 -国王,https://d3ha0h5zsxdn4h.cloudfront.net/hls/kings/chunks.m3u8 -活塞,https://d3ha0h5zsxdn4h.cloudfront.net/hls/pistons/chunks.m3u8 -火箭,https://d3ha0h5zsxdn4h.cloudfront.net/hls/rockets/chunks.m3u8 -森林狼,https://d3ha0h5zsxdn4h.cloudfront.net/hls/timberwolves/chunks.m3u8 +🇨🇳|定期维护,#genre# +9月6日更新, http://39.134.66.110/PLTV/88888888/224/3221225816/index.m3u8 +📺|央视频道,#genre# +CCTV1,http://39.134.65.141/PLTV/88888888/224/3221225816/1.m3u8 +CCTV1,http://39.134.65.143/PLTV/88888888/224/3221225816/1.m3u8 +CCTV1,http://39.134.65.151/PLTV/88888888/224/3221225816/1.m3u8 +CCTV1,http://39.134.115.163:8080/PLTV/88888910/224/3221225618/index.m3u8 +CCTV1,http://39.134.115.163:8080/PLTV/88888910/224/3221226221/index.m3u8 +CCTV1,http://39.134.115.163:8080/PLTV/88888910/224/3221225918/index.m3u8 +CCTV1,http://39.135.138.60:18890/PLTV/88888910/224/3221225618/index.m3u8 +CCTV1,http://39.135.138.59:18890/PLTV/88888910/224/3221225642/index.m3u8 +CCTV1,http://39.135.138.58:18890/PLTV/88888888/224/3221225762/index.m3u8 +CCTV1,http://39.135.138.58:18890/PLTV/88888888/224/3221226221/index.m3u8 +CCTV1,http://39.135.138.58:18890/PLTV/88888888/224/3221226225/index.m3u8 +CCTV1,http://39.135.137.205/PLTV/88888888/224/3221225816/1.m3u8 +CCTV1,http://39.134.65.175/PLTV/88888888/224/3221225816/1.m3u8 +CCTV1,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225762/index.m3u8 +CCTV1,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221225618/index.m3u8 +CCTV1,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225618/index.m3u8 +CCTV1,http://183.207.249.9/PLTV/3/224/3221225530/index.m3u8 +CCTV1,http://222.240.82.92:9901/tsfile/live/0001_1.m3u8 +CCTV1,http://39.134.116.30:8080/PLTV/88888910/224/3221225762/index.m3u8 +CCTV1,http://39.134.32.101:6610/270000001111/1110000301/index.m3u8?IASHttpSessionId=OTT +CCTV1,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221225762/index.m3u8 +CCTV1,http://39.134.65.142/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1,http://39.135.138.58:18890/PLTV/88888888/224/3221225618/index.m3u8 +CCTV1,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225618/index.m3u8 +CCTV1,http://39.134.32.102:6610/270000001111/1110000301/index.m3u8?IASHttpSessionId=OTT +CCTV1,http://39.135.138.58:18890/PLTV/88888910/224/3221225618/index.m3u8 +CCTV1,http://39.134.67.99/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1,http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8 +CCTV1,http://39.134.32.108:6610/270000001111/1110000301/index.m3u8?IASHttpSessionId=OTT +CCTV1,http://39.134.65.141/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221225642/index.m3u8 +CCTV1,http://183.207.249.16/ott.js.chinamobile.com/PLTV/3/224/3221225530/index.m3u8 +CCTV2,http://39.134.115.163:8080/PLTV/88888910/224/3221225643/index.m3u8 +CCTV2,http://39.134.116.30:8080/PLTV/88888910/224/3221225619/index.m3u8 +CCTV2,http://39.135.138.59:18890/PLTV/88888910/224/3221225643/index.m3u8 +CCTV2,http://39.135.138.58:18890/PLTV/88888888/224/3221225619/index.m3u8 +CCTV2,http://39.135.138.58:18890/PLTV/88888910/224/3221225619/index.m3u8 +CCTV2,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221225619/index.m3u8 +CCTV2,http://39.134.32.103:6610/270000001111/1110000302/index.m3u8?IASHttpSessionId=OTT +CCTV2,http://39.135.138.59:18890/PLTV/88888910/224/3221225619/index.m3u8 +CCTV2,http://222.240.82.92:9901/tsfile/live/0002_1.m3u8 +CCTV2,http://39.134.115.163:8080/PLTV/88888910/224/3221225643/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +CCTV2,http://111.59.189.40:8445/tsfile/live/1001_1.m3u8 +CCTV2,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225643/index.m3u8 +CCTV2,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225619/index.m3u8 +CCTV2,http://39.135.138.60:18890/PLTV/88888910/224/3221225643/index.m3u8 +CCTV2,http://183.196.25.171:808/hls/2/index.m3u8 +CCTV2,http://39.134.32.108:6610/270000001111/1110000302/index.m3u8?IASHttpSessionId=OTT +CCTV2,http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +CCTV2,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225643/index.m3u8 +CCTV2,http://39.135.138.58:18890/PLTV/88888910/224/3221225643/index.m3u8codeyj +CCTV3,http://111.20.33.93/PLTV/88888893/224/3221226397/index.m3u8 +CCTV3,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225647/index.m3u8 +CCTV3,http://111.59.189.40:8445/tsfile/live/1002_1.m3u8 +CCTV3,http://39.134.67.226/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221225647/index.m3u8 +CCTV3,http://39.135.138.58:18890/PLTV/88888910/224/3221225647/index.m3u8codeyj +CCTV3,http://183.207.249.14/PLTV/3/224/3221225588/index.m3u8 +CCTV3,http://39.135.138.60:18890/PLTV/88888910/224/3221225647/index.m3u8 +CCTV3,http://39.135.138.58:18890/PLTV/88888888/224/3221225634/index.m3u8 +CCTV3,http://39.134.115.163:8080/PLTV/88888910/224/3221225634/index.m3u8 +CCTV3,http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 +CCTV3,http://39.134.65.141/PLTV/88888888/224/3221225799/1.m3u8 +CCTV3,http://39.135.138.60:18890/PLTV/88888910/224/3221225634/index.m3u8 +CCTV4,http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 +CCTV4,http://183.207.248.15/PLTV/3/224/3221225534/index.m3u8? +CCTV4,http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8 +CCTV4,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225621/index.m3u8 +CCTV4,http://39.135.138.58:18890/PLTV/88888910/224/3221225621/index.m3u8 +CCTV4,http://222.240.82.92:9901/tsfile/live/0004_1.m3u8 +CCTV4,http://39.135.138.60:18890/PLTV/88888910/224/3221225621/index.m3u8 +CCTV4,http://117.169.120.140:8080/live/cctv-4/.m3u8 +CCTV4,http://39.134.115.163:8080/PLTV/88888910/224/3221225621/.m3u8 +CCTV4,http://111.59.189.40:8445/tsfile/live/1003_1.m3u8 +CCTV4,http://182.151.211.171:808/hls/4/index.m3u8 +CCTV4,http://183.196.25.171:808/hls/4/index.m3u8 +CCTV4,http://183.207.249.11/PLTV/3/224/3221225534/index.m3u8 +CCTV4,http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +CCTV4,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225621/index.m3u8 +CCTV5,http://39.134.65.208/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5,http://222.240.82.92:9901/tsfile/live/0005_1.m3u8 +CCTV5,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225633/index.m3u8 +CCTV5,http://39.134.32.102:6610/270000001111/1110000305/index.m3u8?IASHttpSessionId=OTT +CCTV5,http://39.134.115.163:8080/PLTV/88888910/224/3221225648/index.m3u8 +CCTV5,http://39.134.65.181/PLTV/88888888/224/3221225818/1.m3u8 +CCTV5,http://39.134.66.2/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5,http://39.134.67.226/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5,http://39.134.65.173/PLTV/88888888/224/3221225818/1.m3u8 +CCTV5,http://39.135.138.59:18890/PLTV/88888910/224/3221225633/index.m3u8 +CCTV5,http://39.135.138.60:18890/PLTV/88888910/224/3221225633/index.m3u8 +CCTV5,http://111.59.189.40:8445/tsfile/live/0113_1.m3u8 +CCTV5,http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 +CCTV5,http://39.135.138.59:18890/PLTV/88888888/224/3221225767/index.m3u8 +CCTV5,http://111.20.33.93/PLTV/88888893/224/3221226395/index.m3u8 +CCTV5+,http://111.20.33.93/PLTV/88888893/224/3221226221/index.m3u8 +CCTV5+,http://39.134.115.163:8080/PLTV/88888910/224/3221225649/index.m3u8 +CCTV5+,http://111.59.189.40:8445/tsfile/live/1018_1.m3u8 +CCTV5+,http://39.134.115.163:8080/PLTV/88888910/224/3221225706/index.m3u8 +CCTV5+,http://39.135.138.59:18890/PLTV/88888888/224/3221225706/index.m3u8 +CCTV5+,http://39.135.138.60:18890/PLTV/88888910/224/3221225649/index.m3u8 +CCTV5+,http://39.135.138.59:18890/PLTV/88888910/224/3221225649/index.m3u8 +CCTV5,http://112.132.214.218/liveplay-kk.rtxapp.com/live/program/live/cctv5hd/4000000/mnf.m3u8 +CCTV5,http://39.134.32.102:6610/270000001111/1110000053/index.m3u8?IASHttpSessionId=OTT +CCTV5,http://39.134.67.99/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5+,http://39.134.32.103:6610/270000001111/1110000306/index.m3u8?IASHttpSessionId=OTT +CCTV5+,http://183.207.249.14/PLTV/3/224/3221225604/index.m3u8 +CCTV5+,http://39.134.116.30:8080/PLTV/88888910/224/3221225649/index.m3u8 +CCTV5+,http://39.134.67.6:80/wh7f454c46tw2029879648_2093826562/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225603/15903942991.m3u8 +CCTV5+,http://39.134.116.30:8080/PLTV/88888910/224/3221225706/index.m3u8 +CCTV5+,http://39.135.138.59:18890/TVOD/88888910/224/3221225706/index.m3u8 +CCTV5+,http://39.135.138.60:18890/PLTV/88888910/224/3221225706/index.m3u8 +CCTV6,http://183.207.249.16/ott.js.chinamobile.com/PLTV/3/224/3221225548/index.m3u8 +CCTV6,http://39.135.138.58:18890/PLTV/88888888/224/3221225632/index.m3u8? +CCTV6,http://222.240.82.92:9901/tsfile/live/0006_1.m3u8 +CCTV6,http://39.134.115.163:8080/PLTV/88888910/224/3221225650/index.m3u8 +CCTV6,http://111.20.33.93/PLTV/88888893/224/3221226393/index.m3u8 +CCTV6,http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8 +CCTV6,http://111.59.189.40:8445/tsfile/live/1004_1.m3u8 +CCTV6,http://39.134.66.2/PLTV/88888888/224/3221225814/index.m3u8 +CCTV6,http://39.134.65.142/PLTV/88888888/224/3221225814/index.m3u8 +CCTV6,http://39.134.32.102:6610/270000001111/1110000307/index.m3u8?IASHttpSessionId=OTT +CCTV6,http://39.135.138.58:18890/TVOD/88888888/224/3221225650/index.m3u8 +CCTV6,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225632/index.m3u8 +CCTV6,http://182.151.211.171:808/hls/6/index.m3u8 +CCTV6,http://39.135.138.59:18890/PLTV/88888910/224/3221225650/index.m3u8 +CCTV6,http://39.135.138.60:18890/PLTV/88888910/224/3221225632/index.m3u8 +CCTV6,http://39.135.138.59:18890/PLTV/88888910/224/3221225632/index.m3u8 +CCTV7,http://39.134.66.110/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225624/index.m3u8 +CCTV7,http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8 +CCTV7,http://39.134.65.164/PLTV/88888888/224/3221225671/1.m3u8 +CCTV7,http://39.134.65.208/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7,http://39.135.138.59:18890/PLTV/88888910/224/3221225644/index.m3u8 +CCTV7,http://183.207.249.9/PLTV/3/224/3221225546/1.m3u8 +CCTV7,http://39.134.67.99/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7,http://125.40.191.58:9901/tsfile/live/1006_1.m3u8 +CCTV7,http://39.134.65.173/PLTV/88888888/224/3221225671/1.m3u8 +CCTV7,http://39.135.138.58:18890/PLTV/88888910/224/3221225624/index.m3u8 +CCTV7,http://39.134.115.163:8080/PLTV/88888910/224/3221225624/index.m3u8 +CCTV7,http://39.134.115.163:8080/PLTV/88888910/224/3221225644/index.m3u8 +CCTV7,http://39.134.67.6:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225733/1.m3u8 +CCTV7,http://39.135.138.60:18890/PLTV/88888910/224/3221225624/index.m3u8 +CCTV8,http://39.134.115.163:8080/PLTV/88888910/224/3221225631/index.m3u8 +CCTV8,http://111.20.33.93/PLTV/88888893/224/3221226391/index.m3u8 +CCTV8,http://39.134.65.177/PLTV/88888888/224/3221225795/1.m3u8 +CCTV8,http://39.135.138.58:18890/PLTV/88888888/224/3221225635/index.m3u8 +CCTV8,http://111.59.189.40:8445/tsfile/live/1006_1.m3u8 +CCTV8,http://183.207.249.36/ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 +CCTV8,http://125.40.191.58:9901/tsfile/live/1007_1.m3u8 +CCTV8,http://39.134.115.163:8080/PLTV/88888910/224/3221225635/index.m3u8 +CCTV8,http://39.135.138.59:18890/PLTV/88888910/224/3221225631/index.m3u8 +CCTV8,http://39.135.138.60:18890/PLTV/88888910/224/3221225631/index.m3u8 +CCTV8,http://39.135.138.60:18890/PLTV/88888910/224/3221225635/index.m3u8 +CCTV9,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225646/index.m3u8 +CCTV9,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225626/index.m3u8 +CCTV9,http://182.151.211.171:808/hls/9/index.m3u8 +CCTV9,http://39.135.138.58:18890/TVOD/88888888/224/3221225626/index.m3u8 +CCTV9,http://39.134.65.208/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9,http://39.134.67.99/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9,http://39.135.138.59:18890/PLTV/88888910/224/3221225626/index.m3u8 +CCTV9,http://39.135.138.60:18890/PLTV/88888910/224/3221225646/index.m3u8 +CCTV9,http://222.132.191.125:9901/tsfile/live/0009_1.m3u8 +CCTV9,http://39.134.115.163:8080/PLTV/88888910/224/3221225646/index.m3u8 +CCTV9,http://39.134.115.163:8080/PLTV/88888910/224/3221225626/index.m3u8 +CCTV9,http://111.40.196.35/PLTV/88888888/224/3221225502/index.m3u8 +CCTV10,http://222.132.191.125:9901/tsfile/live/0002_1.m3u8 +CCTV10,http://39.134.115.163:8080/PLTV/88888910/224/3221225627/index.m3u8 +CCTV10,http://39.134.115.163:8080/PLTV/88888910/224/3221225636/index.m3u8 +CCTV10,http://39.134.66.66/PLTV/88888888/224/3221225677/index.m3u8 +CCTV10,http://39.135.138.59:18890/PLTV/88888910/224/3221225627/index.m3u8 +CCTV10,http://39.135.138.60:18890/PLTV/88888910/224/3221225636/index.m3u8 +CCTV11,http://39.134.115.163:8080/PLTV/88888910/224/3221225628/index.m3u8 +CCTV11,http://39.135.138.58:18890/PLTV/88888888/224/3221225628/index.m3u8 +CCTV11,http://39.135.138.59:18890/PLTV/88888910/224/3221225628/index.m3u8 +CCTV11,http://39.134.115.163:8080/PLTV-/88888910/224/3221225628/index.m3u8 +CCTV11,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225628/index.m3u8 +CCTV11,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221225628/index.m3u8 +CCTV11,http://39.135.138.58:18890/PLTV/88888910/224/3221225626/index.m3u8codeyj +CCTV11,http://39.135.138.60:18890/PLTV/88888910/224/3221225628/index.m3u8 +CCTV12,http://39.134.115.163:8080/PLTV/88888910/224/3221225629/index.m3u8 +CCTV12,http://39.134.115.163:8080/PLTV/88888910/224/3221225637/index.m3u8 +CCTV12,http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8 +CCTV12,http://39.135.138.60:18890/PLTV/88888910/224/3221225637/index.m3u8 +CCTV12,http://39.134.65.179/PLTV/88888888/224/3221225669/1.m3u8 +CCTV12,http://222.240.82.92:9901/tsfile/live/0012_1.m3u8 +CCTV12,http://183.196.25.171:808/hls/12/index.m3u8 +CCTV12,http://39.135.138.58:18890/TVOD/88888888/224/3221225637/index.m3u8 +CCTV12,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225629/index.m3u8 +CCTV12,http://39.134.65.173/PLTV/88888888/224/3221225669/1.m3u8 +CCTV12,http://39.134.65.142/PLTV/88888888/224/3221225669/index.m3u8 +CCTV12,http://222.132.191.125:9901/tsfile/live/0007_1.m3u8 +CCTV13,http://39.135.138.59:18890/PLTV/88888910/224/3221225638/index.m3u8? +CCTV13,http://111.59.189.40:8445/tsfile/live/1011_1.m3u8 +CCTV13,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225638/index.m3u8 +CCTV13,http://39.135.138.58:18890/PLTV/88888910/224/3221225638/index.m3u8codeyj +CCTV13,http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8 +CCTV13,http://183.207.249.14/PLTV/3/224/3221225560/index.m3u8 +CCTV13,http://183.207.249.36/PLTV/4/224/3221227387/index.m3u8 +CCTV13,http://183.196.25.171:808/hls/13/index.m3u8 +CCTV13,http://183.207.249.11/PLTV/3/224/3221225560/index.m3u8 +CCTV14,http://111.59.189.40:8445/tsfile/live/1012_1.m3u8 +CCTV14,http://222.132.191.125:9901/tsfile/live/0010_1.m3u8 +CCTV14,http://39.134.115.163:8080/PLTV/88888910/224/3221225639/index.m3u8 +CCTV14,http://39.134.115.163:8080/PLTV/88888910/224/3221225640/index.m3u8 +CCTV14,http://39.134.66.66/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14,http://39.134.67.6:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225732/1.m3u8 +CCTV14,http://39.135.138.59:18890/PLTV/88888910/224/3221225640/index.m3u8 +CCTV14,http://39.135.138.60:18890/PLTV/88888910/224/3221225639/index.m3u8 +CCTV14,http://39.134.65.141/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14,http://39.134.65.208/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14,http://39.135.138.59:18890/PLTV/88888910/224/3221225639/index.m3u8 +CCTV14,http://183.196.25.171:808/hls/14/index.m3u8 +CCTV14,http://39.134.65.142/PLTV/88888888/224/3221225674/index.m3u8 +CCTV15,http://39.134.115.163:8080/PLTV/88888910/224/3221225641/index.m3u8 +CCTV15,http://39.135.138.58:18890/PLTV/88888888/224/3221225641/index.m3u8 +CCTV15,http://182.151.211.171:808/hls/15/index.m3u8 +CCTV15,http://39.134.115.163:8080/PLTV-/88888910/224/3221225641/index.m3u8 +CCTV15,http://39.134.115.163:8080/PLTV/88888910/224/3221225641/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +CCTV15,http://39.135.138.58:18890/PLTV/88888910/224/3221225641/index.m3u8 +CCTV15,http://39.135.138.60:18890/PLTV/88888910/224/3221225641/index.m3u8 +CCTV-15,http://111.40.196.31/PLTV/88888888/224/3221225500/index.m3u8 +CCTV16,http://39.134.66.4/PLTV/88888888/224/3221225893/index.m3u8 +CCTV16,http://182.151.211.171:808/hls/18/index.m3u8 +CCTV16,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221233403/index.m3u8 +CCTV16,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226232/index.m3u8?fmt=ts2hls +CCTV16,http://39.135.138.58:18890/PLTV/88888888/224/3221226233/index.m3u8? +CCTV16,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226233/index.m3u8 +CCTV16,http://liveop.cctv.cn/hls/CCTV16HD/playlist.m3u8 +CCTV16,http://39.135.138.60:18890/TVOD/88888910/224/3221226230/index.m3u8 +CCTV16,http://39.134.116.30:8080/PLTV/88888888/224/3221226230/index.m3u8 +CCTV16,http://39.135.138.59:18890/PLTV/88888888/224/3221226233/index.m3u8 +CCTV16,http://39.135.138.60:18890/TVOD/88888910/224/3221226233/index.m3u8 +CCTV16,http://39.135.41.243/PLTV/88888888/224/3221226716/index.m3u8?hls +CCTV17,http://39.135.138.58:18890/PLTV/88888888/224/3221225908/index.m3u8 +CCTV17,http://39.135.138.58:18890/PLTV/88888888/224/3221225907/index.m3u8 +CCTV17,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225909/index.m3u8 +CCTV17,http://39.135.138.58:18890/PLTV/88888888/224/3221225907/index.m3u8? +CCTV17,http://39.134.115.163:8080/PLTV/88888910/224/3221225908/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +CCTV17,http://39.134.65.183/PLTV/88888888/224/3221225708/1.m3u8 +CCTV17,http://39.134.115.163:8080/PLTV/88888910/224/3221225908/index.m3u8 +CCTV17,http://39.134.66.110/PLTV/88888888/224/3221225708/index.m3u8 +CCTV17,http://39.135.138.60:18890/PLTV/88888910/224/3221225908/index.m3u8 +CCTV-17,http://111.20.33.93/PLTV/88888893/224/3221226198/index.m3u8 -体育直播,#genre# -PP体育,http://117.148.179.172/PLTV/88888888/224/3221231778/index.m3u8 -PP体育,http://39.134.65.166/PLTV/88888888/224/3221225611/index.m3u8 -魅力足球,http://183.207.255.188/live/program/live/mlyyhd/4000000/mnf.m3u8 -魅力足球,http://183.207.255.188/live/program/live/mlyyhd/4000000/mnf.m3u8?zshangd -精品体育,http://111.40.196.37/PLTV/88888888/224/3221225608/index.m3u8 -精品体育,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225709/index.m3u8 -精品体育,http://39.134.65.166/PLTV/88888888/224/3221225526/1.m3u8 -精品体育,http://39.135.138.60:18890/PLTV/88888910/224/3221225709/index.m3u8 -爱体育,http://111.11.123.49:6610/000000001000/6000000006000290630/1.m3u8?Contentid=6000000006000290630&livemode=1&stbId=3&channel-id=wasusyt -超级体育,http://39.134.115.163:8080/PLTV/88888910/224/3221225622/index.m3u8 -超级体育,http://39.135.138.58:18890/PLTV/88888888/224/3221225622/index.m3u8 -超级体育,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225767/index.m3u8 -超级体育,http://39.135.138.59:18890/PLTV/88888888/224/3221225767/index.m3u8 -新视觉,http://183.207.255.188/live/program/live/xsjhd/4000000/mnf.m3u8 -新视觉,http://183.207.255.188/live/program/live/xsjhd/4000000/mnf.m3u8?zshangd -五星体育,http://139.215.233.152/liveplay-kk.rtxapp.com/live/program/live/ssty/4000000/mnf.m3u8 -五星体育,http://111.40.196.25/PLTV/88888888/224/3221225503/index.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/xvenc6phog3m7qlktfdsrw9b4a82iy1z/217/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/061df9d47a31d5ffeeee40bbf3333deb/217/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/ic98vakdjzm2sqf1elhg67pwr0xbto34/216/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/cma6nrk9e8z7ygfsl5xtj3ohb014vpw2/216/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/061df9d47a31d5ffeeee40bbf3333deb/216/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/wei6saq934pz50bkxdugc2hfnj71lmot/217/stream.m3u8 -Eurosport2,http://cdnua06.hls.tv/476/hls/wei6saq934pz50bkxdugc2hfnj71lmot/219/stream.m3u8 -Eurosport2,http://cdnua06.hls.tv/476/hls/xvenc6phog3m7qlktfdsrw9b4a82iy1z/219/stream.m3u8 -Eurosport2,http://cdnua06.hls.tv/476/hls/061df9d47a31d5ffeeee40bbf3333deb/218/stream.m3u8 -TNTSPORTS1,https://glxlmn026c.singularcdn.net.br/playout_01/playlist-720p.m3u8 -TNTSPORTS2,https://glxlmn026c.singularcdn.net.br/playout_02/playlist-720p.m3u8 -TNTSPORTS3,https://glxlmn026c.singularcdn.net.br/playout_03/playlist-720p.m3u8 -TNTSPORTS4,https://glxlmn026c.singularcdn.net.br/playout_04/playlist-720p.m3u8 -TNTSPORTS5,https://glxlmn026c.singularcdn.net.br/playout_05/playlist-720p.m3u8 -CCTV-5 体育,http://39.134.66.110/PLTV/88888888/224/3221225818/index.m3u8 -CCTV-5 体育,http://125.210.152.19:9090/live/hzgq-cctv5gq-h264.m3u8 -CCTV-5 体育,http://39.135.138.59:18890/PLTV/88888910/224/3221225633/index.m3u8 -CCTV-5 体育,http://39.135.138.60:18890/PLTV/88888910/224/3221225633/index.m3u8 -CCTV-5 体育,http://39.135.32.24:6610/000000001000/1000000001000004794/index.m3u8?i -CCTV-5 体育,http://111.59.189.40:8445/tsfile/live/0113_1.m3u8 -CCTV-5 体育,http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 -CCTV-5 体育,http://117.148.179.165/PLTV/88888888/224/3221231702/index.m3u8 -CCTV-5 体育,http://111.63.117.13:6060/030000001000/CCTV-5/CCTV-5.m3u8 -CCTV-5 体育,http://39.134.67.226/PLTV/88888888/224/3221225818/index.m3u8 -CCTV-5 体育,http://39.134.65.179/PLTV/88888888/224/3221225818/index.m3u8 -CCTV-5 体育,http://39.134.65.181/PLTV/88888888/224/3221225818/index.m3u8 -CCTV-5 体育,http://39.134.65.173/PLTV/88888888/224/3221225818/index.m3u8 -CCTV-5 体育,http://39.134.66.2/PLTV/88888888/224/3221225818/index.m3u8 -CCTV-5+ 体育赛事,http://39.134.66.110/PLTV/88888888/224/3221225507/index.m3u8 -CCTV-5+ 体育赛事,http://117.148.179.136/PLTV/88888888/224/3221231459/index.m3u8 -CCTV-5+ 体育赛事,http://125.210.152.19:9090/live/hzgq-cctvzhgq-h264.m3u8 -CCTV-5+ 体育赛事,http://111.59.189.40:8445/tsfile/live/1018_1.m3u8 -CCTV-5+ 体育赛事,http://39.134.115.163:8080/PLTV/88888910/224/3221225706/index.m3u8 -CCTV-5+ 体育赛事,http://39.135.138.59:18890/PLTV/88888888/224/3221225706/index.m3u8 -CCTV-5+ 体育赛事,http://117.148.179.136/PLTV/88888888/224/3221231459/index.m3u8 -CCTV-5+ 体育赛事,http://39.135.138.60:18890/PLTV/88888910/224/3221225649/index.m3u8 -CCTV-5+ 体育赛事,http://39.135.138.59:18890/PLTV/88888910/224/3221225649/index.m3u8 -CCTV-5+ 体育赛事,http://39.134.66.66/PLTV/88888888/224/3221225507/index.m3u8 -CCTV-5+ 体育赛事,http://39.134.65.181/PLTV/88888888/224/3221225507/index.m3u8 -CCTV-5+ 体育赛事,http://39.134.65.173/PLTV/88888888/224/3221225507/index.m3u8 -CCTV-5+ 体育赛事,http://39.134.65.183/PLTV/88888888/224/3221225507/index.m3u8 -CCTV-5+ 体育赛事,http://39.134.65.175/PLTV/88888888/224/3221225507/index.m3u8 -CCTV-5+ 体育赛事,http://117.148.179.136/PLTV/88888888/224/3221231459/1.m3u8 -CCTV-16 奥林匹克,http://liveop.cctv.cn/hls/CCTV16HD/playlist.m3u8 -CCTV-16 奥林匹克,http://125.210.152.19:9090/live/hzgq-cctv16gq-h264.m3u8 -CCTV-16 奥林匹克,http://39.135.32.10:6610/000000001000/HD-8000k-1080P-cctv16/1.m3u8?IASHttpSessionId=OTT -CCTV-16 奥林匹克,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221233403/index.m3u8 -CCTV-16 奥林匹克,http://183.196.25.171:808/hls/666/index.m3u8 -CCTV-16 奥林匹克,http://39.135.55.72:6610/PLTV/88888888/224/3221227125/index.m3u8?servicetype=1&IASHttpSessionId=OTT -CCTV-16 奥林匹克,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226232/index.m3u8?fmt=ts2hls -CCTV-16 奥林匹克,http://39.135.138.58:18890/PLTV/88888888/224/3221226233/index.m3u8? -CCTV-16 奥林匹克,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221233409/index.m3u8 -CCTV-16 奥林匹克,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226233/index.m3u8 -CCTV-16 奥林匹克,http://liveop.cctv.cn/hls/CCTV16HD/playlist.m3u8 -CCTV-16 奥林匹克,http://39.135.138.60:18890/TVOD/88888910/224/3221226230/index.m3u8 -CCTV-16 奥林匹克,http://39.134.116.30:8080/PLTV/88888888/224/3221226230/index.m3u8 -CCTV-16 奥林匹克,http://39.135.138.59:18890/PLTV/88888888/224/3221226233/index.m3u8 -CCTV-16 奥林匹克,http://hwrr.jx.chinamobile.com:8080/PLTV/88888910/224/3221226230/index.m3u8 -1场,http://txtest-xp2p.p2p.huya.com/0-0-0-2199063580964-10057-A-0-1.xs -2场,http://txtest-xp2p.p2p.huya.com/0-0-0-2199063580966-10057-A-0-1.xs -3场,http://txtest-xp2p.p2p.huya.com/0-0-0-2199063580968-10057-A-0-1.xs -4场,http://txtest-xp2p.p2p.huya.com/0-0-0-2199063580970-10057-A-0-1.xs -Eurosport1HD,http://cdnua06.hls.tv/476/hls/061df9d47a31d5ffeeee40bbf3333deb/217/stream.m3u8 -Eurosport1HD,http://cdnua06.hls.tv/476/hls/wei6saq934pz50bkxdugc2hfnj71lmot/217/stream.m3u8 -Eurosport1HD,http://cdnua06.hls.tv/476/hls/xvenc6phog3m7qlktfdsrw9b4a82iy1z/217/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/061df9d47a31d5ffeeee40bbf3333deb/216/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/cma6nrk9e8z7ygfsl5xtj3ohb014vpw2/216/stream.m3u8 -Eurosport1,http://cdnua06.hls.tv/476/hls/ic98vakdjzm2sqf1elhg67pwr0xbto34/216/stream.m3u8 -Eurosport2HD,http://cdnua06.hls.tv/476/hls/wei6saq934pz50bkxdugc2hfnj71lmot/219/stream.m3u8 -Eurosport2HD,http://cdnua06.hls.tv/476/hls/xvenc6phog3m7qlktfdsrw9b4a82iy1z/219/stream.m3u8 -Eurosport2,http://cdnua06.hls.tv/476/hls/061df9d47a31d5ffeeee40bbf3333deb/218/stream.m3u8 -MASFIGHT,http://txtest-xp2p.p2p.huya.com/1099531739833-1099531739833-86380627070287872-2199063603122-10057-A-0-1.xs -RAW,http://txtest-xp2p.p2p.huya.com/1099531728841-1099531728841-86333416789770240-2199063581138-10057-A-0-1.xs -SD,http://txtest-xp2p.p2p.huya.com/1099531728842-1099531728842-86333421084737536-2199063581140-10057-A-0-1.xs -TNTSPORTS 1,https://glxlmn026c.singularcdn.net.br/playout_01/playlist-720p.m3u8 -TNTSPORTS 2,https://glxlmn026c.singularcdn.net.br/playout_02/playlist-720p.m3u8 -TNTSPORTS 3,https://glxlmn026c.singularcdn.net.br/playout_03/playlist-720p.m3u8 -TNTSPORTS 5,https://glxlmn026c.singularcdn.net.br/playout_05/playlist-720p.m3u8 -云赛场,http://txtest-xp2p.p2p.huya.com/1099531627815-1099531627815-85899513423724544-2199063379086-10057-A-0-1.xs -五星体育,http://111.40.196.25/PLTV/88888888/224/3221225503/index.m3u8 -五星体育,http://112.132.214.218/liveplay-kk.rtxapp.com/live/program/live/ssty/4000000/mnf.m3u8 -体育赛场,http://txtest-xp2p.p2p.huya.com/1099531627962-1099531627962-85900144783917056-2199063379380-10057-A-0-1.xs -北京东奥纪实,http://111.6.126.218/hsplay-360.v.btime.com/live_btime/btv_sn_20170706_s6/index.m3u8 -天津体育,http://anyun-ship.com:8888/udp/225.1.1.122:5002 -山东体育,http://119.164.216.162:9901/tsfile/live/1002_1.m3u8 -广东体育,http://e59abdd420c65d43cc1550d493a88c71.v.smtcdns.net/4403-tx.otvstream.otvcloud.com/otv/skcc/live/channel34/2300.m3u8 -广东体育,http://py.fatcat.icu:8880/hls/5/index.m3u8 -拳击,http://txtest-xp2p.p2p.huya.com/0-0-0-2399123531982-10057-A-0-1.xs -斯诺克2,http://txtest-xp2p.p2p.huya.com/1099531739995-1099531739995-86381322854989824-2199063603446-10057-A-0-1.xs -皮划艇,http://txtest-xp2p.p2p.huya.com/1099531728523-1099531728523-86332050990170112-2199063580502-10057-A-0-1.xs -篮球,http://txtest-xp2p.p2p.huya.com/1099531627841-1099531627841-85899625092874240-2199063379138-10057-A-0-1.xs -篮球3,http://txtest-xp2p.p2p.huya.com/1859752418-1859752418-7987575813966921728-3719628292-10057-A-0-1.xs -篮球5,http://txtest-xp2p.p2p.huya.com/1099531739898-1099531739898-86380906243162112-2199063603252-10057-A-0-1.xs -篮球7,http://txtest-xp2p.p2p.huya.com/1099531739953-1099531739953-86381142466363392-2199063603362-10057-A-0-1.xs -篮球8,http://txtest-xp2p.p2p.huya.com/1099531739788-1099531739788-86380433796759552-2199063603032-10057-A-0-1.xs -精品体育,http://39.134.65.166/PLTV/88888888/224/3221225526/1.m3u8 -街波王子,http://txtest-xp2p.p2p.huya.com/1099531739790-1099531739790-86380442386694144-2199063603036-10057-A-0-1.xs -赛车,http://txtest-xp2p.p2p.huya.com/1447756351-1447756351-6218066180121296896-2895636158-10057-A-0-1.xs -超级体育,http://39.134.65.164/PLTV/88888888/224/3221225635/1.m3u8 -足球1,http://txtest-xp2p.p2p.huya.com/1099531739787-1099531739787-86380429501792256-2199063603030-10057-A-0-1.xs -足球2,http://txtest-xp2p.p2p.huya.com/1099531728837-1099531728837-86333399609901056-2199063581130-10057-A-0-1.xs -足球3,http://txtest-xp2p.p2p.huya.com/1099531728827-1099531728827-86333356660228096-2199063581110-10057-A-0-1.xs -足球5,http://txtest-xp2p.p2p.huya.com/1099531728828-1099531728828-86333360955195392-2199063581112-10057-A-0-1.xs -足球7,http://txtest-xp2p.p2p.huya.com/1199525662714-1199525662714-5281895504391700480-2399051448884-10057-A-0-1.xs -魅力足球,http://183.207.255.188/live/program/live/mlyyhd/4000000/mnf.m3u8 +💎|央视蓝光,#genre# +CCTV1[1920*1080],http://39.134.66.48/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1[1920*1080],http://39.134.67.226/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225816/index.m3u8 +CCTV1[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225918/index.m3u8 +CCTV1[1920*1080],http://39.134.67.7:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226016/index.m3u8 +CCTV3[1920*1080],http://39.134.66.46/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3[1920*1080],http://39.134.65.175/PLTV/88888888/224/3221225799/index.m3u8 +CCTV3[1920*1080],http://39.134.67.6:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226021/index.m3u8 +CCTV5[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225818/index.m3u8 +CCTV5+[1920*1080],http://39.134.66.66/PLTV/88888888/224/3221225507/index.m3u8 +CCTV5+[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225507/index.m3u8 +CCTV5+[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225507/index.m3u8 +CCTV5+[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225507/index.m3u8 +CCTV5+[1920*1080],http://39.134.65.175/PLTV/88888888/224/3221225507/index.m3u8 +CCTV6[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225814/index.m3u8 +CCTV6[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225814/index.m3u8 +CCTV6[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225814/index.m3u8 +CCTV6[1920*1080],http://39.134.65.175/PLTV/88888888/224/3221225814/index.m3u8 +CCTV6[1920*1080],http://39.134.65.177/PLTV/88888888/224/3221225814/index.m3u8 +CCTV7[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225671/index.m3u8 +CCTV7[1920*1080],http://39.134.66.2/PLTV/88888888/224/3221225671/index.m3u8 +CCTV8[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225795/index.m3u8 +CCTV8[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225795/index.m3u8 +CCTV8[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225795/index.m3u8 +CCTV8[1920*1080],http://39.134.65.175/PLTV/88888888/224/3221225795/index.m3u8 +CCTV8[1920*1080],http://39.134.65.177/PLTV/88888888/224/3221225795/index.m3u8 +CCTV9[1920*1080],http://39.134.66.46/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225676/index.m3u8 +CCTV9[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225676/index.m3u8 +CCTV10[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225677/index.m3u8 +CCTV10[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225677/index.m3u8 +CCTV10[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225677/index.m3u8 +CCTV10[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225677/index.m3u8 +CCTV10[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225677/index.m3u8 +CCTV12[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225669/index.m3u8 +CCTV12[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225669/index.m3u8 +CCTV12[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225669/index.m3u8 +CCTV12[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225669/index.m3u8 +CCTV12[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225669/index.m3u8 +CCTV14[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225674/index.m3u8 +CCTV14[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225674/index.m3u8 +CCTV17[1920*1080],http://39.134.66.46/PLTV/88888888/224/3221225708/index.m3u8 +CCTV17[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225708/index.m3u8 +CCTV17[1920*1080],http://39.134.65.183/PLTV/88888888/224/3221225708/index.m3u8 +🌏|央视综合,#genre# +CCTV-1综合,http://111.20.33.93/TVOD/88888893/224/3221226231/index.m3u8 +CCTV-1综合,http://111.40.196.25/PLTV/88888888/224/3221225548/index.m3u8 +CCTV-1综合,http://183.207.249.15/PLTV/3/224/3221225530/index.m3u8 +CCTV-1综合,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv1hd/2300000/mnf.m3u8 +CCTV-1综合,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv1hd/4000000/mnf.m3u8 +CCTV-1综合,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000021973/1.m3u8?Contentid=1000000001000021973&livemode=1&stbId=3&channel-id=ystenlive +CCTV-2财经,http://39.135.138.60:18890/PLTV/88888910/224/3221225619/index.m3u8 +CCTV-2财经,http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 +CCTV-2财经,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000012442/1.m3u8?Contentid=1000000001000012442&livemode=1&stbId=3&channel-id=ystenlive +CCTV-2财经,http://39.134.19.248:6610/yinhe/2/ch00000090990000001293/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +CCTV-2财经,http://39.134.19.248:6610/yinhe/2/ch00000090990000001332/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +CCTV-3综艺,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000011218/1.m3u8?Contentid=1000000001000011218&livemode=1&stbId=3&channel-id=ystenlive +CCTV-3综艺,http://111.20.33.93/TVOD/88888893/224/3221226397/index.m3u8 +CCTV-3综艺,http://111.40.196.25/PLTV/88888888/224/3221225588/index.m3u8 +CCTV-3综艺,http://111.40.196.29/PLTV/88888888/224/3221225588/index.m3u8 +CCTV-3综艺,http://183.207.249.35/PLTV/4/224/3221227295/index.m3u8 +CCTV-3综艺,http://39.134.66.110/PLTV/88888888/224/3221225799/index.m3u8 +CCTV-3综艺,http://112.74.200.9:88/tv000000/m3u8.php?/migu/624878271 +CCTV-3综艺,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv3hd/2300000/mnf.m3u8 +CCTV-3综艺,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv3hd/4000000/mnf.m3u8 +CCTV-4中文国际,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000002000031664/1.m3u8?Contentid=1000000002000031664&livemode=1&stbId=3&channel-id=ystenlive +CCTV-4中文国际,http://111.20.33.93/TVOD/88888893/224/3221226223/index.m3u8 +CCTV-4中文国际,http://183.207.248.15/PLTV/3/224/3221225534/index.m3u8 +CCTV-4中文国际,http://39.134.65.175/PLTV/88888888/224/3221225797/index.m3u8 +CCTV-5体育,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000004794/1.m3u8?Contentid=1000000001000004794&livemode=1&stbId=3&channel-id=ystenlive +CCTV-5体育,http://39.134.19.248:6610/yinhe/2/ch00000090990000001850/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +CCTV-5体育,http://39.134.66.110/PLTV/88888888/224/3221225818/index.m3u8 +CCTV-5体育,http://newvideo.dangtutv.cn:8278/CCTVsports/playlist.m3u8 +CCTV-5体育,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv5hd/4000000/mnf.m3u8 +CCTV-5+体育赛事,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000020505/1.m3u8?Contentid=1000000001000020505&livemode=1&stbId=3&channel-id=ystenlive +CCTV-5+体育赛事,http://111.20.33.93/TVOD/88888893/224/3221226221/index.m3u8 +CCTV-5+体育赛事,http://39.134.66.110/PLTV/88888888/224/3221225507/index.m3u8 +CCTV-6电影,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000016466/1.m3u8?Contentid=1000000001000016466&livemode=1&stbId=3&channel-id=ystenlive +CCTV-6电影,http://111.20.33.93/TVOD/88888893/224/3221226393/index.m3u8 +CCTV-6电影,http://111.40.196.31/PLTV/88888888/224/3221225561/index.m3u8 +CCTV-6电影,http://183.207.249.15/PLTV/3/224/3221225548/index.m3u8 +CCTV-6电影,http://183.207.249.9/PLTV/3/224/3221225548/index.m3u8 +CCTV-6电影,http://39.134.19.248:6610/yinhe/2/ch00000090990000001859/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +CCTV-6电影,http://39.134.66.110/PLTV/88888888/224/3221225814/index.m3u8 +CCTV-6电影,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv6hd/4000000/mnf.m3u8 +CCTV-6电影,http://112.74.200.9:88/tv000000/m3u8.php?/migu/624878396 +CCTV-7国防军事,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000017218/1.m3u8?Contentid=1000000001000017218&livemode=1&stbId=3&channel-id=ystenlive +CCTV-7国防军事,http://183.207.249.36/PLTV/4/224/3221227314/index.m3u8 +CCTV-7国防军事,http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 +CCTV-7国防军事,http://39.134.65.179/PLTV/88888888/224/3221225671/1.m3u8 +CCTV-7国防军事,http://39.134.65.181/PLTV/88888888/224/3221225671/1.m3u8 +CCTV-7国防军事,http://39.134.65.183/PLTV/88888888/224/3221225671/1.m3u8 +CCTV-7国防军事,http://112.74.200.9:88/tv000000/m3u8.php?/migu/673168121 +CCTV-8电视剧,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000003736/1.m3u8?Contentid=1000000001000003736&livemode=1&stbId=3&channel-id=ystenlive +CCTV-8电视剧,http://111.20.33.93/TVOD/88888893/224/3221226391/index.m3u8 +CCTV-8电视剧,http://111.40.196.25/PLTV/88888888/224/3221225565/index.m3u8 +CCTV-8电视剧,http://111.40.196.31/PLTV/88888888/224/3221225592/index.m3u8 +CCTV-8电视剧,http://39.134.19.248:6610/yinhe/2/ch00000090990000001869/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +CCTV-8电视剧,http://39.134.66.110/PLTV/88888888/224/3221225795/index.m3u8 +CCTV-8电视剧,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231694/index.m3u8 +CCTV-8电视剧,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv8hd/4000000/mnf.m3u8 +CCTV-8电视剧,http://112.74.200.9:88/tv000000/m3u8.php?/migu/624878356 +CCTV-9纪录,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000014583/1.m3u8?Contentid=1000000001000014583&livemode=1&stbId=3&channel-id=ystenlive +CCTV-9纪录,http://111.40.196.34/PLTV/88888888/224/3221225502/index.m3u8 +CCTV-9纪录,http://111.40.196.35/wh7f454c46tw3640300029_615820538/PLTV/88888888/224/3221225502/index.m3u8 +CCTV-9纪录,http://183.207.249.13/PLTV/3/224/3221225532/index.m3u8 +CCTV-9纪录,http://183.207.249.14/PLTV/3/224/3221225532/index.m3u8 +CCTV-9纪录,http://183.207.249.6/PLTV/3/224/3221225532/index.m3u8 +CCTV-9纪录,http://39.134.66.110/PLTV/88888888/224/3221225676/index.m3u8 +CCTV-9纪录,http://112.74.200.9:88/tv000000/m3u8.php?/migu/673168140 +CCTV-10科教,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000026367/1.m3u8?Contentid=1000000001000026367&livemode=1&stbId=3&channel-id=ystenlive +CCTV-10科教,http://183.207.249.34/PLTV/4/224/3221227317/index.m3u8 +CCTV-10科教,http://183.207.249.7/PLTV/3/224/3221225550/index.m3u8 +CCTV-10科教,http://183.207.249.8/PLTV/3/224/3221225550/index.m3u8 +CCTV-10科教,http://39.134.66.110/PLTV/88888888/224/3221225677/index.m3u8 +CCTV-10科教,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctv10hd/4000000/mnf.m3u8 +CCTV-10科教,http://112.74.200.9:88/tv000000/m3u8.php?/migu/624878405 +CCTV-11戏曲,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000002000019789/1.m3u8?Contentid=1000000002000019789&livemode=1&stbId=3&channel-id=ystenlive +CCTV-12社会与法,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000001640/1.m3u8?Contentid=1000000001000001640&livemode=1&stbId=3&channel-id=ystenlive +CCTV-12社会与法,http://183.207.249.7/PLTV/3/224/3221225556/index.m3u8 +CCTV-12社会与法,http://183.207.249.8/PLTV/3/224/3221225556/index.m3u8 +CCTV-12社会与法,http://39.134.66.110/PLTV/88888888/224/3221225669/index.m3u8 +CCTV-12社会与法,http://39.134.66.66/PLTV/88888888/224/3221225669/index.m3u8 +CCTV-12社会与法,http://112.74.200.9:88/tv000000/m3u8.php?/migu/673168185 +CCTV-13新闻,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000002000021303/1.m3u8?Contentid=1000000002000021303&livemode=1&stbId=3&channel-id=ystenlive +CCTV-13新闻,http://111.40.196.30/PLTV/88888888/224/3221225504/index.m3u8 +CCTV-13新闻,http://183.207.249.12/PLTV/3/224/3221225560/index.m3u8 +CCTV-13新闻,http://39.135.138.60:18890/PLTV/88888910/224/3221225638/index.m3u8 +CCTV-14少儿,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000001000008170/1.m3u8?Contentid=1000000001000008170&livemode=1&stbId=3&channel-id=ystenlive +CCTV-14少儿,http://111.40.196.30/PLTV/88888888/224/3221225573/index.m3u8 +CCTV-14少儿,http://140.207.241.3:8080/live/program/live/cctvsehd/4000000/mnf.m3u8 +CCTV-14少儿,http://39.134.66.110/PLTV/88888888/224/3221225674/index.m3u8 +CCTV-14少儿,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/cctvsehd/4000000/mnf.m3u8 +CCTV-14少儿,http://112.74.200.9:88/tv000000/m3u8.php?/migu/624878440 +CCTV-15音乐,http://cache.ott.fifalive.itv.cmvideo.cn:80/1000000002000008163/1.m3u8?Contentid=1000000002000008163&livemode=1&stbId=3&channel-id=ystenlive +CCTV-15音乐,http://39.134.65.173/PLTV/88888888/224/3221225513/1.m3u8 +CCTV-15音乐,http://39.134.65.175/PLTV/88888888/224/3221225513/1.m3u8 +CCTV-15音乐,http://39.134.65.181/PLTV/88888888/224/3221225513/1.m3u8 +CCTV-15音乐,http://39.134.65.183/PLTV/88888888/224/3221225513/1.m3u8 +CCTV-15音乐,http://112.74.200.9:88/tv000000/m3u8.php?/migu/673168223 +CCTV-17农业农村,http://112.74.200.9:88/tv000000/m3u8.php?/migu/673168256 -咪咕直播,#genre# -01咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225965/index.m3u8?hls -02咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225962/index.m3u8?hls -03咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225959/index.m3u8?hls -04咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225935/index.m3u8?hls -05咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225906/index.m3u8?hls -06咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225876/index.m3u8?hls -07咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225920/index.m3u8?hls -08咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225917/index.m3u8?hls -09咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225914/index.m3u8?hls -10咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225911/index.m3u8?hls -11咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225908/index.m3u8?hls -12咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225905/index.m3u8?hls -13咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225902/index.m3u8?hls -14咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225899/index.m3u8?hls -15咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225896/index.m3u8?hls -16咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225893/index.m3u8?hls -17咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225871/index.m3u8?hls -18咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225868/index.m3u8?hls -19咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225865/index.m3u8?hls -20咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225862/index.m3u8?hls -21咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225861/index.m3u8?hls -22咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225860/index.m3u8?hls -23咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225859/index.m3u8?hls -24咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225858/index.m3u8?hls -25咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225857/index.m3u8?hls -26咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225856/index.m3u8?hls -27咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225855/index.m3u8?hls -28咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225854/index.m3u8?hls -29咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225853/index.m3u8?hls -30咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225852/index.m3u8?hls -31咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225851/index.m3u8?hls -32咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225849/index.m3u8?hls -33咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225848/index.m3u8?hls -34咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225846/index.m3u8?hls -35咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225845/index.m3u8?hls -36咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225843/index.m3u8?hls -37咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225842/index.m3u8?hls -38咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225840/index.m3u8?hls -39咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225839/index.m3u8?hls -40咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225837/index.m3u8?hls -41咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225834/index.m3u8?hls -42咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225820/index.m3u8?hls -43咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225817/index.m3u8?hls -44咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225814/index.m3u8?hls -45咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225811/index.m3u8?hls -46咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225808/index.m3u8?hls -47咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225805/index.m3u8?hls -48咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225802/index.m3u8?hls -49咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225799/index.m3u8?hls -50咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225796/index.m3u8?hls -51咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225793/index.m3u8?hls -52咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225792/index.m3u8?hls -53咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225789/index.m3u8?hls -54咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225786/index.m3u8?hls -55咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225783/index.m3u8?hls -56咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225780/index.m3u8?hls -57咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225777/index.m3u8?hls -58咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225774/index.m3u8?hls -59咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225771/index.m3u8?hls -60咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225769/index.m3u8?hls -61咪咕体育FHD,http://39.135.46.243:6610/PLTV/77777777/224/3221225654/index.m3u8?hls +🚀|央视移动,#genre# +CCTV1,http://39.134.66.4:80/PLTV/88888888/224/3221225816/index.m3u8?$移动超清1080P +CCTV2,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221232362/index.m3u8?$咪咕移动1080P +CCTV3,http://111.20.33.93/TVOD/88888893/224/3221226397/index.m3u8?$移动超清1080P +CCTV5,http://117.148.129.8/PLTV/88888888/224/3221233115/index.m3u8?$咪咕移动1080P +CCTV5,http://111.20.33.93:80/PLTV/88888893/224/3221226395/index.m3u8?$移动超清1080P +CCTV6,http://117.148.129.8/PLTV/88888888/224/3221231724/index.m3u8?$咪咕移动1080P +CCTV8,http://111.20.33.93/TVOD/88888893/224/3221226391/index.m3u8?$移动超清1080P +CCTV9,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231697/index.m3u8?$咪咕移动1080P +CCTV10,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231666/index.m3u8?$咪咕移动1080P +CCTV12,http://111.20.33.93/TVOD/88888893/224/3221226190/index.m3u8?$移动超清1080P +CCTV12,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231660/index.m3u8?$咪咕移动1080P +CCTV16,http://111.20.33.93/TVOD/88888893/224/3221226921/index.m3u8?$移动超清1080P +CCTV17,http://111.20.33.93/TVOD/88888893/224/3221226198/index.m3u8?$移动超清1080P -卫视频道,#genre# +🔭|央视超清,#genre# +CCTV1超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231468/index.m3u8 +CCTV2超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231678/index.m3u8 +CCTV3超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231682/index.m3u8 +CCTV4超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231726/index.m3u8 +CCTV5超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231702/index.m3u8 +CCTV5+超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231459/index.m3u8 +CCTV6超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231724/index.m3u8 +CCTV7超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231633/index.m3u8 +CCTV9超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231697/index.m3u8 +CCTV10超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231666/index.m3u8 +CCTV11超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231711/index.m3u8 +CCTV12超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231660/index.m3u8 +CCTV14超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231648/index.m3u8 +CCTV15超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231693/index.m3u8 +CCTV17超高清,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231772/index.m3u8 -广东卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225666/index.m3u8?servicetype=1&IASHttpSessionId=OTT?zweid -广东卫视,http://39.135.47.101:6610/000000001000/1000000001000028357/1.m3u8?xtkg?zweid -深圳卫视,http://39.135.47.101:6610/000000001000/1000000001000011645/1.m3u8?xtkg?zweid -湖南卫视,http://39.135.47.101:6610/000000001000/1000000001000009115/1.m3u8?xtkg?zweid -浙江卫视,http://39.135.47.101:6610/000000001000/1000000001000009806/1.m3u8?xtkg?zweid -东方卫视,http://39.135.47.101:6610/000000001000/1000000001000030202/1.m3u8?xtkg?zweid -江苏卫视,http://39.135.47.101:6610/000000001000/1000000001000004684/1.m3u8?xtkg?zweid -北京卫视,http://39.135.47.101:6610/000000001000/1000000001000017156/1.m3u8?xtkg?zweid -天津卫视,http://39.135.47.101:6610/000000001000/1000000001000000831/1.m3u8?xtkg?zweid -山東卫视,http://39.135.47.101:6610/000000001000/1000000001000012807/1.m3u8?xtkg?zweid -东南卫视,http://39.135.47.101:6610/000000001000/1000000002000009263/1.m3u8?xtkg?zweid -江西卫视,http://39.135.47.101:6610/000000001000/1000000001000013731/1.m3u8?xtkg?zweid -黑龙江卫视,http://39.135.47.101:6610/000000001000/8467838254824392379/1.m3u8?xtkg?zweid -重庆卫视,http://39.135.47.101:6610/000000001000/1000000002000018937/1.m3u8?xtkg?zweid -辽宁卫视,http://39.135.47.101:6610/000000001000/1000000002000024033/1.m3u8?xtkg?zweid -广东卫视,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-guangdongstv/1.m3u8?IASHttpSessionId=OTT?zweid -江苏卫视,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-jiangsustv/1.m3u8?IASHttpSessionId=OTT?zweid -浙江卫视,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-zhejiangstv/1.m3u8?IASHttpSessionId=OTT?zweid -东方卫视,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-dongfangstv/1.m3u8?IASHttpSessionId=OTT?zweid -北京卫视,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-beijingstv/1.m3u8?IASHttpSessionId=OTT?zweid -山东卫视,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-shandongstv/1.m3u8?IASHttpSessionId=OTT?zweid -黑龙江卫视,http://39.135.47.101:6610/000000001000/hdheilongjiangstv/1.m3u8?IASHttpSessionId=OTT?zweid -安徽卫视,http://39.135.47.101:6610/000000001000/anhuistv/1.m3u8?IASHttpSessionId=OTT?zweid -辽宁卫视,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-liaoningstv/1.m3u8?IASHttpSessionId=OTT?zweid -重庆卫视,http://39.135.47.101:6610/000000001000/HD-8000k-1080P-chongqingstv/1.m3u8?i?zweid -江西卫视,http://39.135.47.101:6610/000000001000/HD-4000k-1080P-jiangxistv/1.m3u8?IASHttpSessionId=OTT?zweid -广东卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225666/index.m3u8?i -广东卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225685/index.m3u8?i -深圳卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225725/index.m3u8?i -深圳卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225691/index.m3u8?i -北京卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225651/index.m3u8?i -湖南卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225745/index.m3u8 -江苏卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225722/index.m3u8?i -东方卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225718/index.m3u8?i -浙江卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225731/index.m3u8?i -湖南卫视,http://117.148.129.9/PLTV/88888888/224/3221231729/index.m3u8 -东南卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225696/index.m3u8?i -湖北卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225721/index.m3u8?i -山东卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225672/index.m3u8?i -山东卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225642/index.m3u8?i -黑龙江卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225734/index.m3u8?i -辽宁卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225779/index.m3u8?i -辽宁卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225639/index.m3u8?i -安徽卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225701/index.m3u8?i -安徽卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225671/index.m3u8?i -江西卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225669/index.m3u8?i -重庆卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225745/index.m3u8? -重庆卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225679/index.m3u8?i -广西卫视,http://39.135.47.101:6610/PLTV/77777777/224/3221225986/index.m3u8?i -广东卫视,http://117.148.129.9/PLTV/88888888/224/3221231891/index.m3u8 -湖南卫视,http://117.148.129.9/PLTV/88888888/224/3221231729/index.m3u8 -湖南卫视,http://117.148.129.9/PLTV/88888888/224/3221230206/index.m3u8 -湖南卫视,http://117.148.129.9/PLTV/88888888/224/3221230824/index.m3u8 -江苏卫视,http://117.148.179.175/PLTV/88888888/224/3221231447/index.m3u8 -浙江卫视,http://117.148.129.9/PLTV/88888888/224/3221229352/index.m3u8 -东方卫视,http://117.148.129.9/PLTV/88888888/224/3221231738/index.m3u8 -北京卫视,http://117.148.129.9/PLTV/88888888/224/3221231732/index.m3u8 -湖北卫视,http://117.148.129.9/PLTV/88888888/224/3221231888/index.m3u8 -黑龙江卫视,http://117.148.129.9/PLTV/88888888/224/3221231967/index.m3u8 -辽宁卫视,http://117.148.129.9/PLTV/88888888/224/3221231802/index.m3u8 -江西卫视,http://117.148.129.9/PLTV/88888888/224/3221231964/index.m3u8 -四川卫视,http://117.148.129.9/PLTV/88888888/224/3221231885/index.m3u8 -北京卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 -北京卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225673/index.m3u8 -重庆卫视,http://39.134.66.110/PLTV/88888888/224/3221225963/index.m3u8 -重庆卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225734/index.m3u8 +📡|卫视频道,#genre# +北京卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225673/index.m3u8 +北京卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225674/index.m3u8 +北京卫视,http://140.207.241.3:8080/live/program/live/bjwshd/4000000/mnf.m3u8 +北京卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225674/index.m3u8 深圳卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225741/index.m3u8 +深圳卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225700/index.m3u8 深圳卫视,http://39.134.66.110/PLTV/88888888/224/3221225668/index.m3u8 -深圳卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225741/index.m3u8 -湖南卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225745/index.m3u8 +深圳卫视,http://140.207.241.3:8080/live/program/live/szwshd/4000000/mnf.m3u8 湖南卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225745/index.m3u8 +湖南卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225745/index.m3u8 +湖南卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225704/index.m3u8 湖南卫视,http://39.134.66.66/PLTV/88888888/224/3221225506/index.m3u8 湖南卫视,http://39.134.66.110/PLTV/88888888/224/3221225977/index.m3u8 湖南卫视,http://39.134.66.110/PLTV/88888888/224/3221225506/index.m3u8 -湖南卫视,http://39.134.66.2/PLTV/88888888/224/3221225506/index.m3u8 +重庆卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225692/index.m3u8 +重庆卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225692/index.m3u8 +重庆卫视,http://39.134.66.110/PLTV/88888888/224/3221225963/index.m3u8 +重庆卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225734/index.m3u8 浙江卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225744/index.m3u8 +浙江卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225703/index.m3u8 +浙江卫视,http://140.207.241.3:8080/live/program/live/zjwshd/4000000/mnf.m3u8 浙江卫视,http://39.134.66.66/PLTV/88888888/224/3221225514/index.m3u8 -浙江卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225744/index.m3u8 -浙江卫视,http://39.134.66.2/PLTV/88888888/224/3221225514/index.m3u8 -浙江卫视,http://hw-m-l.cztv.com/channels/lantian/channel001/1080p.m3u8 -浙江卫视,http://hw-m-l.cztv.com/channels/lantian/channel01/1080p.m3u8 -东南卫视,http://39.135.32.24:6610/000000001000/1000000002000009263/1.m3u8?xtkg?zfud 辽宁卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225735/index.m3u8 +辽宁卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225696/index.m3u8 辽宁卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225735/index.m3u8 -江西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8 -江西卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225705/index.m3u8 -江苏卫视,http://117.148.179.175/PLTV/88888888/224/3221231447/index.m3u8 +辽宁卫视,http://140.207.241.3:8080/live/program/live/lnwshd/4000000/mnf.m3u8 +江苏卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225702/index.m3u8 江苏卫视,http://183.207.255.197/live/program/live/jswshd/2300000/mnf.m3u8 江苏卫视,http://39.134.66.110/PLTV/88888888/224/3221225503/index.m3u8 +江苏卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225743/index.m3u8 +江苏卫视,http://140.207.241.3:8080/live/program/live/jswshd/4000000/mnf.m3u8 +江苏卫视,http://39.134.66.66/PLTV/88888888/224/3221225503/index.m3u8 +江苏卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225702/index.m3u8 +江西卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225746/index.m3u8 +江西卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225705/index.m3u8 +江西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225746/index.m3u8 +江西卫视,http://140.207.241.3:8080/live/program/live/jxwshd/4000000/mnf.m3u8 +东方卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225659/index.m3u8 +东方卫视,http://183.207.255.197/live/program/live/hddfws/2300000/mnf.m3u8 +东方卫视,http://140.207.241.3:8080/live/program/live/hddfws/4000000/mnf.m3u8 +广东卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225701/index.m3u8 +广东卫视,http://39.134.66.110/PLTV/88888888/224/3221225966/index.m3u8 +广东卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225742/index.m3u8 +广东卫视,http://140.207.241.3:8080/live/program/live/gdwshd/4000000/mnf.m3u8 +天津卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225698/index.m3u8 +天津卫视,http://140.207.241.3:8080/live/program/live/tjwshd/4000000/mnf.m3u8 +山东卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225697/index.m3u8 +山东卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225738/index.m3u8 +山东卫视,http://140.207.241.3:8080/live/program/live/sdwshd/4000000/mnf.m3u8 +湖北卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225699/index.m3u8 +湖北卫视,http://140.207.241.3:8080/live/program/live/hbwshd/4000000/mnf.m3u8 +安徽卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225691/index.m3u8 +安徽卫视,http://140.207.241.3:8080/live/program/live/ahwshd/4000000/mnf.m3u8 +四川卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225733/index.m3u8 +河北卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225732/index.m3u8 +贵州卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225728/index.m3u8 +贵州卫视,http://39.134.66.110/PLTV/88888888/224/3221225974/index.m3u8 +山西卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225730/index.m3u8 +青海卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225727/index.m3u8 +云南卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225664/index.m3u8 +东南卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225657/index.m3u8 +东南卫视,http://140.207.241.3:8080/live/program/live/dnwshd/4000000/mnf.m3u8 +河南卫视,http://39.134.66.110/PLTV/88888888/224/3221225988/index.m3u8 +陕西卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225729/index.m3u8 +内蒙古卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225667/index.m3u8 +宁夏卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225726/index.m3u8 +甘肃卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225724/index.m3u8 +新疆卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225725/index.m3u8 +广西卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225731/index.m3u8 +吉林卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225680/index.m3u8 +吉林卫视,http://39.134.66.110/PLTV/88888888/224/3221225981/index.m3u8 +龙江卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225690/index.m3u8 +西藏卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225723/index.m3u8 +黑龙江卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225736/index.m3u8 +黑龙江卫视,http://39.134.66.110/PLTV/88888888/224/3221225985/index.m3u8 +黑龙江卫视,http://140.207.241.3:8080/live/program/live/hljwshd/4000000/mnf.m3u8 +综艺铜艺,http://39.134.66.110/PLTV/88888888/224/3221225525/index.m3u8 +北京卫视,http://140.207.241.2:8080/live/program/live/bjwshd/4000000/mnf.m3u8 +北京卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/bjwshd/4000000/mnf.m3u8 +重庆卫视,http://183.207.255.197/live/program/live/cqws/1300000/mnf.m3u8 +湖南卫视,http://39.134.66.2/PLTV/88888888/224/3221225506/index.m3u8 +浙江卫视,http://39.134.66.2/PLTV/88888888/224/3221225514/index.m3u8 +浙江卫视,http://hw-m-l.cztv.com/channels/lantian/channel01/1080p.m3u8 +浙江卫视,http://hw-m-l.cztv.com/channels/lantian/channel15/1080p.m3u8 +辽宁卫视,http://39.134.66.66/PLTV/88888888/224/3221225499/index.m3u8 +辽宁卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/lnwshd/4000000/mnf.m3u8 +江西卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225705/index.m3u8 +江西卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/jxwshd/4000000/mnf.m3u8 江苏卫视,http://39.134.66.2/PLTV/88888888/224/3221225503/index.m3u8 +江苏卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/jswshd/4000000/mnf.m3u8 东方卫视,http://39.134.66.66/PLTV/88888888/224/3221225672/index.m3u8 东方卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225658/index.m3u8 -广东卫视,http://39.134.66.110/PLTV/88888888/224/3221225966/index.m3u8 -天津卫视,http://117.148.179.146/PLTV/88888888/224/3221228905/index.m3u8 -天津卫视,http://39.134.66.66/PLTV/88888888/224/3221225665/index.m3u8 -山东卫视,http://117.148.179.137/PLTV/88888888/224/3221227909/index.m3u8 +东方卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/hddfws/4000000/mnf.m3u8 +广东卫视,http://cm.wshls.homecdn.com/live/1bd69.m3u8 +广东卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/gdwshd/4000000/mnf.m3u8 山东卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225738/index.m3u8 -湖北卫视,http://117.148.179.142/PLTV/88888888/224/3221231888/index.m3u8 -湖北卫视,http://39.134.66.66/PLTV/88888888/224/3221225569/index.m3u8 -安徽卫视,http://117.148.179.177/PLTV/88888888/224/3221230215/index.m3u8 +山东卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/sdwshd/4000000/mnf.m3u8 +安徽卫视,http://183.207.255.197/live/program/live/ahwshd/2300000/mnf.m3u8 +安徽卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/ahwshd/4000000/mnf.m3u8 安徽卫视,http://183.207.249.15/PLTV/3/224/3221225634/index.m3u8 -四川卫视,http://117.148.179.142/PLTV/88888888/224/3221231885/index.m3u8 -河北卫视,http://117.148.179.179/PLTV/88888888/224/3221231411/index.m3u8 河北卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225732/index.m3u8 -贵州卫视,http://39.134.66.110/PLTV/88888888/224/3221225974/index.m3u8 -青海卫视,http://117.148.179.151/PLTV/88888888/224/3221231435/index.m3u8 +东南卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/dnwshd/2300000/mnf.m3u8 青海卫视,http://stream.qhbtv.com/qhws/sd/live.m3u8?_upt=63cf437e1591689484 -河南卫视,http://117.148.179.144/PLTV/88888888/224/3221231514/index.m3u8 -河南卫视,http://39.134.66.110/PLTV/88888888/224/3221225988/index.m3u8 -陕西卫视,http://117.148.179.156/PLTV/88888888/224/3221231408/index.m3u8 -内蒙古卫视,http://117.148.179.151/PLTV/88888888/224/3221231478/index.m3u8 -甘肃卫视,http://117.148.179.158/PLTV/88888888/224/3221231393/index.m3u8 -厦门卫视,http://117.148.179.134/PLTV/88888888/224/3221229184/index.m3u8 -广西卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225731/index.m3u8 +内蒙古卫视,http://39.134.66.66/PLTV/88888888/224/3221225577/index.m3u8 +新疆卫视,http://39.134.66.66/PLTV/88888888/224/3221225582/index.m3u8 广西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8 -吉林卫视,http://39.134.66.110/PLTV/88888888/224/3221225981/index.m3u8 -黑龙江卫视,http://39.134.66.110/PLTV/88888888/224/3221225985/index.m3u8 -新疆卫视,http://218.204.51.252:9901/tsfile/live/1044_1.m3u8 -新疆卫视,http://livehyw5.chinamcache.com/hyw/zb01.m3u8?txSecret=58347f72aece2c25c685b8dc4da74652&txTime=95A66658 -兵团卫视,http://111.59.189.40:8445/tsfile/live/0115_1.m3u8 -兵团卫视,http://test5.btzx.com.cn/live/btxjbtws.stream/chunklist_w588330955.m3u8 晋江卫视,http://stream.jinjiang.tv/1/sd/live.m3u8 上海纪实,http://183.207.255.188/live/program/live/jspdhd/4000000/mnf.m3u8 -西藏藏语卫视,http://media.vtibet.com/masvod/HLSLive/7/zangyuTV_q1.m3u8 延边卫视,http://live.ybtvyun.com/video/s10006-90fe76c52091/index.m3u8 安多卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226195/index.m3u8 -大湾区卫视,http://39.135.32.24:6610/000000001000/1000000002000011619/1.m3u8?xtkg?zguangd -三沙卫视,http://pull2.ssws.tv/live/SswsTV20210803.m3u8 -江西卫视,http://39.135.138.58:18890/PLTV/88888910/224/3221225705/index.m3u8 -江西卫视,http://117.148.179.141/PLTV/88888888/224/3221231964/1.m3u8 -湖南卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225745/index.m3u8 -湖南卫视,http://117.148.179.172/PLTV/88888888/224/3221231729/1.m3u8 -湖南卫视,http://117.148.179.135/PLTV/88888888/224/3221230206/1.m3u8 -湖南卫视,http://117.148.179.148/PLTV/88888888/224/3221230824/1.m3u8 -湖南卫视,http://39.134.65.166/PLTV/88888888/224/3221225506/index.m3u8 -湖南卫视,http://39.134.65.181/PLTV/88888888/224/3221225506/index.m3u8 -江苏卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225743/index.m3u8 -江苏卫视,http://117.148.179.175/PLTV/88888888/224/3221231447/1.m3u8 -江苏卫视,http://39.134.65.181/PLTV/88888888/224/3221225503/index.m3u8 -东方卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225658/index.m3u8 -天津卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225739/index.m3u8 -山东卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225738/index.m3u8 -安徽卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225737/index.m3u8 -辽宁卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225735/index.m3u8 -北京卫视,http://117.148.179.168/PLTV/88888888/224/3221231732/1.m3u8 -广东卫视,http://117.148.179.141/PLTV/88888888/224/3221231891/1.m3u8 -浙江卫视,http://117.148.179.140/PLTV/88888888/224/3221229352/1.m3u8 -浙江卫视,http://39.134.65.179/PLTV/88888888/224/3221225514/index.m3u8 -浙江卫视,http://39.134.65.173/PLTV/88888888/224/3221225514/index.m3u8 -浙江卫视,http://39.134.65.175/PLTV/88888888/224/3221225514/index.m3u8 -黑龙江卫视,http://117.148.179.141/PLTV/88888888/224/3221231967/1.m3u8 -湖北卫视,http://117.148.179.142/PLTV/88888888/224/3221231888/1.m3u8 -辽宁卫视,http://117.148.179.152/PLTV/88888888/224/3221231802/1.m3u8 -四川卫视,http://117.148.179.142/PLTV/88888888/224/3221231885/1.m3u8 -东方卫视,http://39.134.65.179/PLTV/88888888/224/3221225672/index.m3u8 -东方卫视,http://39.134.65.164/PLTV/88888888/224/3221225672/index.m3u8 -东方卫视,http://39.134.65.173/PLTV/88888888/224/3221225672/index.m3u8 -东方卫视,http://39.134.65.175/PLTV/88888888/224/3221225672/index.m3u8 -深圳卫视,http://39.134.65.164/PLTV/88888888/224/3221225668/index.m3u8 -深圳卫视,http://39.134.65.166/PLTV/88888888/224/3221225668/index.m3u8 -北京卫视,http://39.134.65.179/PLTV/88888888/224/3221225678/index.m3u8 -北京卫视,http://39.134.65.164/PLTV/88888888/224/3221225678/index.m3u8 -北京卫视,http://39.134.65.166/PLTV/88888888/224/3221225678/index.m3u8 -天津卫视,http://39.134.65.166/PLTV/88888888/224/3221225665/index.m3u8 -湖北卫视,http://39.134.65.164/PLTV/88888888/224/3221225569/index.m3u8 -贵州卫视,http://39.134.65.149/PLTV/88888888/224/3221225974/index.m3u8 -四川卫视,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231885/1.m3u8 -新疆卫视,http://218.204.51.252:9901/tsfile/live/1044_1.m3u8 -新疆卫视,http://livehyw5.chinamcache.com/hyw/zb01.m3u8?txSecret=58347f72aece2c25c685b8dc4da74652&txTime=95A66658 +人间卫视,https://5ddce30eb4b55.streamlock.net/bltvhd/bltv1/chunklist_w511254805.m3u8 +海南卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225722/index.m3u8 +辽宁卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225735/index.m3u8 +辽宁卫视,http://112.74.200.9:88/tv000000/m3u8.php?/migu/630291707 +山西卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225549/index.m3u8?fmt=ts2hls +康巴卫视,http://111.40.196.38/PLTV/88888888/224/3221225648/index.m3u8 +北京卫视,http://111.40.196.25/PLTV/88888888/224/3221225540/index.m3u8 +北京卫视,http://111.40.196.30/PLTV/88888888/224/3221225540/index.m3u8 +北京卫视,http://111.40.196.32/PLTV/88888888/224/3221225527/index.m3u8 +北京卫视,http://39.134.65.208/PLTV/88888888/224/3221225678/index.m3u8 +北京卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225673/1653141522-1-1648950446.m3u8 +北京卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225674/1653141549-1-1651284122.m3u8 +南方卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221226203/1653149724-1-1651284940.m3u8 +厦门卫视,http://111.40.196.32/PLTV/88888888/224/3221225643/index.m3u8 +厦门卫视,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221229184/index.m3u8 +吉林卫视,http://111.40.196.36/PLTV/88888888/224/3221225589/index.m3u8 +吉林卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225680/index.m3u8 +吉林卫视,http://39.134.65.149/PLTV/88888888/224/3221225981/1.m3u8 +吉林卫视,http://39.134.65.149:80/PLTV/88888888/224/3221225981/1653149014-1-1652757736.m3u8 +吉林卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225680/1653149097-1-1648951247.m3u8 +四川卫视,http://111.40.196.34/PLTV/88888888/224/3221225562/index.m3u8 +天津卫视,http://111.20.33.93/PLTV/88888893/224/3221226204/index.m3u8 +天津卫视,http://111.20.33.93/TVOD/88888893/224/3221226204/index.m3u8 +天津卫视,http://111.40.196.32/PLTV/88888888/224/3221225597/index.m3u8 +天津卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001343/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +天津卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225698/1653141771-1-1651284161.m3u8 +天津卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225739/1653141888-1-1648950485.m3u8 +宁夏卫视,http://111.40.196.29/PLTV/88888888/224/3221225641/index.m3u8 +宁夏卫视,http://111.40.196.31/PLTV/88888888/224/3221225530/index.m3u8 +宁夏卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225726/index.m3u8 +宁夏卫视,http://www.nxtv.com.cn/m2o/channel/play.php?channel_id=6 +宁夏卫视,https://php.52sf.ga/jmstvbf.php?id=118 +安多卫视,http://111.40.196.28/PLTV/88888888/224/3221225666/index.m3u8 +安徽卫视,http://111.20.33.93/PLTV/88888893/224/3221226196/index.m3u8 +安徽卫视,http://111.20.33.93/TVOD/88888893/224/3221226196/index.m3u8 +安徽卫视,http://111.20.33.93/TVOD/88888893/224/3221226203/index.m3u8 +安徽卫视,http://111.40.196.25/PLTV/88888888/224/3221225551/index.m3u8 +安徽卫视,http://183.207.255.207/live/program/live/ahwshd/2300000/mnf.m3u8 +安徽卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001346/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +安徽卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225691/1653146382-1-1651284606.m3u8 +安徽卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225691/1653146432-1-1651284611.m3u8 +山东卫视,http://111.20.33.93/PLTV/88888893/224/3221226209/index.m3u8 +山东卫视,http://111.20.33.93/TVOD/88888893/224/3221226209/index.m3u8 +山东卫视,http://111.40.196.30/PLTV/88888888/224/3221225543/index.m3u8 +山东卫视,http://111.40.196.36/PLTV/88888888/224/3221225545/index.m3u8 +山东卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225697/1653142074-1-1651284174.m3u8 +山东卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225697/1653142177-1-1651284184.m3u8 +山东卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225697/index.m3u8 +山东卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225738/index.m3u8 +山西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 +山西卫视,http://liveflash.sxrtv.com:80/live/sxwshd.m3u8 +山西卫视,http://player.521fanli.cn/1691/0/tide/tidem3u8.php?id=shanxihd +山西卫视,https://php.52sf.ga/jmstvbf.php?id=109 +广东卫视,http://111.20.33.93/PLTV/88888893/224/3221226216/index.m3u8 +广东卫视,http://111.20.33.93/TVOD/88888893/224/3221226216/index.m3u8 +广东卫视,http://111.40.196.31/PLTV/88888888/224/3221225531/index.m3u8 +广东卫视,http://111.40.196.32/PLTV/88888888/224/3221225533/index.m3u8 +广东卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001337/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +广东卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225701/1653140620-1-1651284060.m3u8 +广东卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225742/1653140709-1-1648950419.m3u8 +广西卫视,http://111.40.196.35/PLTV/88888888/224/3221225518/index.m3u8 +广西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8?fmt=ts2hls +广西卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221226211/index.m3u8?fmt=ts2hls +江苏卫视,http://111.40.196.31/PLTV/88888888/224/3221225515/index.m3u8 +江苏卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001344/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +江苏卫视,http://39.134.65.208/PLTV/88888888/224/3221225503/index.m3u8 +江苏卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225702/1653110064-1-1651280974.m3u8 +江苏卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225702/1653110094-1-1651280977.m3u8 +江西卫视,http://111.40.196.30/PLTV/88888888/224/3221225560/index.m3u8 +江西卫视,http://140.207.241.2:8080/live/program/live/jxwshd/4000000/d1.m3u8 +江西卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225705/1653147474-1-1651284715.m3u8 +江西卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225746/1653147615-1-1648951059.m3u8 +江西卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225746/index.m3u8 +江西卫视,https://php.52sf.ga/jmstvbf.php?id=098 +河北卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225732/index.m3u8 +浙江卫视,http://111.20.33.93/PLTV/88888893/224/3221226199/index.m3u8 +浙江卫视,http://111.20.33.93/TVOD/88888893/224/3221226199/index.m3u8 +浙江卫视,http://111.40.196.25/PLTV/88888888/224/3221225510/index.m3u8 +浙江卫视,http://111.40.196.25/PLTV/88888888/224/3221225523/index.m3u8 +浙江卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001345/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +浙江卫视,http://39.134.65.208/PLTV/88888888/224/3221225514/index.m3u8 +浙江卫视,http://39.134.67.2:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225612/1.m3u8 +浙江卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225703/1653132080-1-1651283178.m3u8 +浙江卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225744/1653137040-1-1648950003.m3u8 +浙江卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225703/index.m3u8 +浙江卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225744/index.m3u8 +浙江卫视,http://hms363nc1880172761.live.aikan.miguvideo.com/PLTV/88888888/224/3221229352/index.m3u8 +浙江卫视,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/zjwshd/4000000/mnf.m3u8 +海南卫视,http://111.40.196.35/PLTV/88888888/224/3221225623/index.m3u8 +深圳卫视,http://111.20.33.93/PLTV/88888893/224/3221226205/index.m3u8 +深圳卫视,http://111.40.196.25/PLTV/88888888/224/3221225537/index.m3u8 +深圳卫视,http://120.132.122.244:59845/hls/31/index.m3u8 +深圳卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225700/1653141079-1-1651284077.m3u8 +深圳卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225741/1653141184-1-1648950460.m3u8 +深圳卫视,http://39.135.138.58:18890/PLTV/88888910/224/3221225741/index.m3u8 +湖北卫视,http://111.20.33.93/PLTV/88888893/224/3221226194/index.m3u8 +湖北卫视,http://111.20.33.93/TVOD/88888893/224/3221226194/index.m3u8 +湖北卫视,http://111.20.33.93/TVOD/88888893/224/3221226206/index.m3u8 +湖北卫视,http://111.40.196.30/PLTV/88888888/224/3221225547/index.m3u8 +湖北卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001347/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +湖北卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225699/1653142328-1-1651284245.m3u8 +湖北卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225740/1653142428-1-1648950531.m3u8 +湖南卫视,http://111.20.33.93/PLTV/88888893/224/3221226211/index.m3u8 +湖南卫视,http://111.20.33.93/TVOD/88888893/224/3221226211/index.m3u8 +湖南卫视,http://111.40.196.28/PLTV/88888888/224/3221225519/index.m3u8 +湖南卫视,http://140.207.241.3:8080/live/program/live/hnwshd/4000000/mnf.m3u8 +湖南卫视,http://39.134.65.208/PLTV/88888888/224/3221225506/index.m3u8 +湖南卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225704/1653109760-1-1651280942.m3u8 +湖南卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225745/1653109807-1-1648947278.m3u8 +甘肃卫视,http://111.40.196.28/PLTV/88888888/224/3221225639/index.m3u8 +黑龙江卫视,http://111.20.33.93/PLTV/88888893/224/3221226215/index.m3u8 +黑龙江卫视,http://111.20.33.93/TVOD/88888893/224/3221226215/index.m3u8 +黑龙江卫视,http://111.40.196.27/PLTV/88888888/224/3221225544/index.m3u8 +黑龙江卫视,http://111.40.196.38/PLTV/88888888/224/3221225544/index.m3u8 +黑龙江卫视,http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 +黑龙江卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225690/1653146198-1-1651284587.m3u8 +黑龙江卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225736/1653146257-1-1648950924.m3u8 +黑龙江卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225690/index.m3u8 +黑龙江卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225736/index.m3u8 +东南卫视,http://111.40.196.28/PLTV/88888888/224/3221225583/index.m3u8 +东南卫视,http://117.169.120.140:8080/live/dongnanstv/.m3u8 +东南卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225657/1653147315-1-1648951029.m3u8 +东方卫视,http://111.20.33.93/PLTV/88888893/224/3221226217/index.m3u8 +东方卫视,http://111.20.33.93/TVOD/88888893/224/3221226217/index.m3u8 +东方卫视,http://111.40.196.30/PLTV/88888888/224/3221225509/index.m3u8 +东方卫视,http://111.40.196.35/PLTV/88888888/224/3221225509/index.m3u8 +东方卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001336/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +东方卫视,http://39.134.65.208/PLTV/88888888/224/3221225672/index.m3u8 +东方卫视,http://39.134.66.110/PLTV/88888888/224/3221225672/index.m3u8 +东方卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225658/1653140236-1-1648950319.m3u8 +东方卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225659/1653140325-1-1651284002.m3u8 +云南卫视,http://111.40.196.29/PLTV/88888888/224/3221225644/index.m3u8 +云南卫视,http://111.40.196.36/PLTV/88888888/224/3221225635/index.m3u8 +康巴卫视,http://111.20.33.93/PLTV/88888893/224/3221226234/index.m3u8 +康巴卫视,http://111.202.12.159:8080/3zvkK28/1000/live.m3u8 +康巴卫视,http://111.202.12.159:8080/kYGHWzA/1000/live.m3u8 +延边卫视,http://111.20.33.93/PLTV/88888893/224/3221226220/index.m3u8 +延边卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221226201/index.m3u8 +延边卫视,http://live.ybtvyun.com/video/s10006-28bc40431485/index.m3u8 +延边卫视,http://live.ybtvyun.com/video/s10006-44f040627ca1/index.m3u8 +延边卫视,http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8 +新疆卫视,https://php.52sf.ga/jmstvbf.php?id=150 +兵团卫视,http://111.20.33.93/PLTV/88888893/224/3221226214/index.m3u8 +兵团卫视,http://111.40.196.31/PLTV/88888888/224/3221225637/index.m3u8 +兵团卫视,http://test5.btzx.com.cn/live/btxjbtws.stream/chunklist_w19172251.m3u8 +兵团卫视,http://test5.btzx.com.cn/live/btxjbtws.stream/playlist.m3u8 +内蒙古卫视,http://111.40.196.39/PLTV/88888888/224/3221225574/index.m3u8 +内蒙古卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225667/index.m3u8 +农林卫视,http://111.20.33.93/PLTV/88888893/224/3221226229/index.m3u8 +西藏卫视,http://111.20.33.93/PLTV/88888893/224/3221226212/index.m3u8 +西藏卫视,http://117.169.120.140:8080/live/xizangstv/.m3u8 +西藏卫视,http://140.207.241.3:8080/live/program/live/xzws/2500000/d1.m3u8 +西藏卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225723/index.m3u8 +西藏卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001302/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +西藏卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225723/index.m3u8 +西藏卫视,https://php.52sf.ga/jmstvbf.php?id=121 +贵州卫视,http://111.40.196.25/PLTV/88888888/224/3221225522/index.m3u8 +贵州卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225728/index.m3u8 +贵州卫视,http://39.134.65.149:80/PLTV/88888888/224/3221225974/1653148920-1-1652757727.m3u8 +辽宁卫视,http://111.20.33.93/PLTV/88888893/224/3221226210/index.m3u8 +辽宁卫视,http://111.20.33.93/TVOD/88888893/224/3221226210/index.m3u8 +辽宁卫视,http://111.40.196.27/PLTV/88888888/224/3221225558/index.m3u8 +辽宁卫视,http://111.40.196.34/PLTV/88888888/224/3221225593/index.m3u8 +辽宁卫视,http://39.134.19.248:6610/yinhe/2/ch00000090990000001340/index.m3u8?virtualDomain=yinhe.live_hls.zte.com +辽宁卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225696/1653146508-1-1651284617.m3u8 +辽宁卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225735/1653146603-1-1648950958.m3u8 +辽宁卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225696/index.m3u8 +重庆卫视,http://111.20.33.93/PLTV/88888893/224/3221226202/index.m3u8 +重庆卫视,http://111.40.196.31/PLTV/88888888/224/3221225514/index.m3u8 +重庆卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225692/1653147686-1-1651284739.m3u8 +重庆卫视,http://39.135.138.58:18890/PLTV/88888888/224/3221225734/1653147763-1-1648951092.m3u8 +重庆卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225692/index.m3u8 +重庆卫视,http://39.135.138.60:18890/PLTV/88888888/224/3221225734/index.m3u8 +陕西卫视,http://111.40.196.34/PLTV/88888888/224/3221225582/index.m3u8 +陕西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225729/index.m3u8 +陕西卫视,http://39.135.138.58:18890/PLTV/88888910/224/3221225729/1653148833-1-1648951214.m3u8 +陕西卫视,https://php.52sf.ga/jmstvbf.php?id=114 +青海卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225727/index.m3u8 +青海卫视,http://stream.qhbtv.com/qhws/sd/live.m3u8?_upt=f35a89681647856030 +云南卫视,http://tvlive.ynradio.com/live/yunnanweishi/chunks.m3u8 +湖南卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225490/index.m3u8?fmt=ts2hls +湖南卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225704/index.m3u8 +东方卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225489/index.m3u8?fmt=ts2hls +东方卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225658/index.m3u8 +东方卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225659/index.m3u8 +东方卫视,http://111.59.189.40:8445/tsfile/live/0107_1.m3u8 +东方卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225659/index.m3u8 +浙江卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225703/index.m3u8 +浙江卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225703/index.m3u8 +浙江卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225491/index.m3u8?fmt=ts2hls +浙江卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225703/index.m3u8 +浙江卫视,http://hw-m-l.cztv.com/channels/lantian/channel012/1080p.m3u8 +江苏卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225702/index.m3u8 +江苏卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225488/index.m3u8?fmt=ts2hls +江苏卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225743/index.m3u8 +江苏卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225743/index.m3u8 +深圳卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225700/index.m3u8 +深圳卫视,http://222.132.191.125:9901/tsfile/live/0126_1.m3u8 +北京卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225674/index.m3u8 +北京卫视,http://39.135.138.59:18890/PLTV/88888888/224/3221225674/index.m3u8 +北京卫视,http://222.132.191.125:9901/tsfile/live/0122_1.m3u8 +北京卫视,http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 +北京卫视,http://39.135.138.58:18890/PLTV/88888910/224/3221225673/index.m3u8 +北京卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225673/index.m3u8 +北京卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225600/index.m3u8?fmt=ts2hls +北京卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225674/index.m3u8 +北京卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225673/index.m3u8 +重庆卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225692/index.m3u8 +重庆卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225734/index.m3u8 +重庆卫视,http://39.135.138.60:18890/TVOD/88888910/224/3221225734/index.m3u8 +重庆卫视,http://183.196.25.171:808/hls/43/index.m3u8 +重庆卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225734/index.m3u8 +重庆卫视,http://39.135.138.60:18890/TVOD/88888910/224/3221225692/index.m3u8 +重庆卫视,http://182.151.211.171:808/hls/63/index.m3u8 +天津卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225698/index.m3u8 +天津卫视,http://222.132.191.125:9901/tsfile/live/0135_1.m3u8 +天津卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225739/index.m3u8 +山东卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225697/index.m3u8 +山东卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225738/index.m3u8 +山东卫视,http://39.134.65.141/PLTV/88888888/224/3221225952/1.m3u8 +山东卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225697/index.m3u8 +山西卫视,http://111.59.189.40:8445/tsfile/live/0118_1.m3u8 +山西卫视,http://httpdvb.slave.yqdtv.com:13164/playurl?playtype=live&protocol=http&playtoken=31603YEQXREOPEG10&auth=no&verifycode=14183&accesstoken=G79E6023V21307D1TD05FABJB53102ABM786710FEI3282697DK98BDA6&programid=4200000133 +陕西卫视,http://61.164.158.23:843/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225498/index.m3u8 +陕西卫视,http://122.228.87.30:843/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225498/index.m3u8 +陕西卫视,http://122.228.87.14:80/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225498/index.m3u8 +陕西卫视,http://122.228.87.26:843/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225498/index.m3u8 +陕西卫视,http://61.164.158.161:80/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225498/index.m3u8 +黑龙江卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225690/index.m3u8 +黑龙江卫视,http://39.135.34.144:8080/000000001000/1000000001000009082/index.m3u8?test/PLTV/=02 +黑龙江卫视,http://39.135.138.58:18890/TVOD/88888888/224/3221225736/index.m3u8 +黑龙江卫视,http://httplive.slave.bfgd.com.cn:14311/playurl?playtype=live&protocol=http&accesstoken=R5F2408FEU3198804BK78052214IE73560DFP2BF4M340CE68V0Z339CBW1626D4D261E46FEA&playtoken=ABCDEFGH&programid=4200000095 +黑龙江卫视,http://183.207.249.36:80/PLTV/4/224/3221227323/index.m3u8? +辽宁卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225696/index.m3u8 +辽宁卫视,http://222.132.191.125:9901/tsfile/live/0121_1.m3u8 +辽宁卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225735/index.m3u8 +辽宁卫视,http://39.135.138.58:18890/PLTV/88888910/224/3221225696/index.m3u8 +辽宁卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225601/index.m3u8?fmt=ts2hls +吉林卫视,http://183.196.25.171:808/hls/47/index.m3u8 +吉林卫视,http://stream4.jlntv.cn:80/jlwshd/playlist.m3u8? +江西卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225705/index.m3u8 +江西卫视,http://182.151.211.171:808/hls/60/index.m3u8 +江西卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +江西卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225705/index.m3u8 +江西卫视,http://ncyd.jilu8.cn/PLTV/88888910/224/3221225705/index.m3u8 +江西卫视,http://39.135.34.144:8080/000000001000/1000000001000013731/index.m3u8?test/PLTV/=02 +江西卫视,http://39.134.116.30:8080/PLTV/88888910/224/3221225705/index.m3u8 +江西卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225746/index.m3u8 +吉林卫视,http://39.134.65.141/PLTV/88888888/224/3221225981/1.m3u8 +吉林卫视,http://39.134.65.151/PLTV/88888888/224/3221225981/1.m3u8 +吉林卫视,http://39.134.65.145/PLTV/88888888/224/3221225981/1.m3u8 +湖北卫视,http://222.132.191.125:9901/tsfile/live/0132_1.m3u8 +湖北卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225740/index.m3u8 +河北卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225610/index.m3u8?fmt=ts2hls +贵州卫视,http://39.134.65.149/PLTV/88888888/224/3221225974/1.m3u8 +贵州卫视,http://39.134.65.141/PLTV/88888888/224/3221225974/1.m3u8 +贵州卫视,http://39.134.65.151/PLTV/88888888/224/3221225974/1.m3u8 +贵州卫视,http://39.134.65.145/PLTV/88888888/224/3221225974/1.m3u8 +广东卫视,http://222.132.191.125:9901/tsfile/live/0125_1.m3u8 +广东卫视,http://39.135.138.60:18890/PLTV/88888910/224/3221225742/index.m3u8 +广东卫视,http://39.135.138.58:18890/PLTV/88888910/224/3221225742/index.m3u8 +广东卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225701/index.m3u8 +广东卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225742/index.m3u8 +广西卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226211/index.m3u8?fmt=ts2hls +广西卫视,http://111.59.63.32:9901/tsfile/live/1003_1.m3u8 +广西卫视,http://183.196.25.171:808/hls/46/index.m3u8 +甘肃卫视,http://39.134.32.102:6610/270000001111/1110000322/index.m3u8?IASHttpSessionId=OTT +甘肃卫视,http://39.134.35.199/PLTV/88888888/224/3221226240/index.m3u8 +东南卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225657/index.m3u8 +东南卫视,http://39.134.115.163:8080/PLTV/88888910/224/3221225657/index.m3u8?icpid=88888888&from=30&hms_devid=1452 +东南卫视,http://182.151.211.171:808/hls/61/index.m3u8 +安徽卫视,http://39.135.138.59:18890/TVOD/88888910/224/3221225691/index.m3u8 +安徽卫视,http://111.59.189.40:8445/tsfile/live/0130_1.m3u8 +安徽卫视,http://222.132.191.125:9901/tsfile/live/0130_1.m3u8 +安徽卫视,http://39.135.138.59:18890/PLTV/88888910/224/3221225737/index.m3u8 +安徽卫视,http://39.134.65.141/PLTV/88888888/224/3221225925/1.m3u8 +青海卫视,http://stream.qhbtv.com/qhws/sd/live.m3u8?_upt=1da074361609506578 +青海卫视,http://httplive.slave.bfgd.com.cn:14311/playurl?playtype=live&protocol=http&accesstoken=R622FED72U319A204BK783FE086IC0841C75P2BF4M35E8673V0Z339C9W16DC6A07EDEFF7E9&playtoken=31608RMZHGPUCXX10&auth=no&programid=4200000111 +南方卫视,https://zqy-live.nanyuecloud.com/qingyuandianshi/qingyuandianshistream.m3u8?auth_key=601634549257-0-0-73ab89e29b6bf8ef7b5144cf0c04935a 兵团卫视,http://111.59.189.40:8445/tsfile/live/0115_1.m3u8 -延边卫视,http://live.ybtvyun.com/video/s10006-90fe76c52091/index.m3u8 -安多卫视,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226195/index.m3u8 -大湾区卫视,http://39.135.32.24:6610/000000001000/1000000002000011619/1.m3u8?xtkg?zguangd -三沙卫视,http://pull2.ssws.tv/live/SswsTV20210803.m3u8 - +兵团卫视,http://test5.btzx.com.cn/live/btxjbtws.stream/chunklist_w1179863659.m3u8 +兵团卫视,http://test5.btzx.com.cn/live/btxjbtws.stream/chunklist_w588330955.m3u8 +💎|卫视蓝光,#genre# +江西卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888910/224/3221225705/index.m3u8 +湖南卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225745/index.m3u8 +江苏卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225743/index.m3u8 +江苏卫视[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225743/index.m3u8 +东方卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225658/index.m3u8 +天津卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225739/index.m3u8 +山东卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225738/index.m3u8 +安徽卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225737/index.m3u8 +安徽卫视[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225737/index.m3u8 +辽宁卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225735/index.m3u8 +湖南卫视[1920*1080],http://shbu.live.bestvcdn.com.cn:8080/live/program/live/hnwshd/4000000/mnf.m3u8 +四川卫视[1920*1080],http://live.aikan.miguvideo.com/PLTV/88888888/224/3221231885/1.m3u8 +湖南卫视[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225506/index.m3u8 +湖南卫视[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225506/index.m3u8 +江苏卫视[1920*1080],http://39.134.65.181/PLTV/88888888/224/3221225503/index.m3u8 +浙江卫视[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225514/index.m3u8 +浙江卫视[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225514/index.m3u8 +浙江卫视[1920*1080],http://39.134.65.175/PLTV/88888888/224/3221225514/index.m3u8 +东方卫视[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225672/index.m3u8 +东方卫视[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225672/index.m3u8 +东方卫视[1920*1080],http://39.134.65.173/PLTV/88888888/224/3221225672/index.m3u8 +东方卫视[1920*1080],http://39.134.65.175/PLTV/88888888/224/3221225672/index.m3u8 +深圳卫视[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225668/index.m3u8 +深圳卫视[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225668/index.m3u8 +深圳卫视[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225741/index.m3u8 +北京卫视[1920*1080],http://39.134.65.179/PLTV/88888888/224/3221225678/index.m3u8 +北京卫视[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225678/index.m3u8 +北京卫视[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225678/index.m3u8 +贵州卫视[1920*1080],http://39.134.65.149/PLTV/88888888/224/3221225974/index.m3u8 +天津卫视[1920*1080],http://shbu.live.bestvcdn.com.cn:8080/live/program/live/tjwshd/4000000/mnf.m3u8 +湖北卫视[1920*1080],http://39.134.65.164/PLTV/88888888/224/3221225569/index.m3u8 +兵团卫视[1920*1080],http://test5.btzx.com.cn/live/btxjbtws.stream/chunklist_w544078748.m3u8 +天津卫视[1920*1080],http://39.134.65.166/PLTV/88888888/224/3221225665/index.m3u8 +东方卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225658/index.m3u8 +东方卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225659/index.m3u8 +北京卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 +湖南卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225704/index.m3u8 +山东卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225697/index.m3u8 +东南卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225657/index.m3u8 +广东卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225701/index.m3u8 +江西卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8 +安徽卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225737/index.m3u8 +安徽卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225691/index.m3u8 +浙江卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225744/index.m3u8 +浙江卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225703/index.m3u8 +深圳卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225741/index.m3u8 +深圳卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225700/index.m3u8 +天津卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8 +天津卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225698/index.m3u8 +黑龙江卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225690/index.m3u8 +湖北卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 +湖北卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 +辽宁卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225696/index.m3u8 +重庆卫视[1920*1080],http://39.134.115.163:8080/PLTV/88888910/224/3221225692/index.m3u8 +东方卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225659/index.m3u8 +江苏卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888910/224/3221225702/index.m3u8 +北京卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225673/index.m3u8 +湖南卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225704/index.m3u8 +山东卫视[1920*1080],http://39.135.138.59:18890/PLTV/88888910/224/3221225738/index.m3u8 +广东卫视[1920*1080],http://39.135.138.59:18890/PLTV/88888910/224/3221225742/index.m3u8 +浙江卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225703/index.m3u8 +浙江卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888910/224/3221225703/index.m3u8 +辽宁卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225696/index.m3u8 +重庆卫视[1920*1080],http://39.135.138.59:18890/PLTV/88888910/224/3221225734/index.m3u8 +江苏卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225702/index.m3u8 +浙江卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225744/index.m3u8 +广东卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225701/index.m3u8 +广东卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225742/index.m3u8 +深圳卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225700/index.m3u8 +深圳卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225741/index.m3u8 +北京卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225674/index.m3u8 +天津卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225698/index.m3u8 +山东卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225697/index.m3u8 +湖北卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225699/index.m3u8 +湖北卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225740/index.m3u8 +黑龙江卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225690/index.m3u8 +黑龙江卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225736/index.m3u8 +安徽卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225691/index.m3u8 +东南卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225657/index.m3u8 +江西卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225705/index.m3u8 +江西卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225746/index.m3u8 +重庆卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225692/index.m3u8 +重庆卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225734/index.m3u8 +广西卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221226211/index.m3u8 +四川卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225487/index.m3u8?fmt=ts2hls +河北卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225610/index.m3u8?fmt=ts2hls +河南卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225611/index.m3u8?fmt=ts2hls +贵州卫视[1920*1080],http://39.135.138.58:18890/PLTV/88888888/224/3221225483/index.m3u8?fmt=ts2hls +天津卫视[1920*1080],http://39.134.66.66/PLTV/88888888/224/3221225665/index.m3u8 +湖北卫视[1920*1080],http://39.134.66.66/PLTV/88888888/224/3221225569/index.m3u8 +浙江卫视[1920*1080],http://hw-m-l.cztv.com/channels/lantian/channel001/1080p.m3u8 +东南卫视[1920*1080],http://shbu.live.bestvcdn.com.cn:8080/live/program/live/dnwshd/4000000/mnf.m3u8 +黑龙江卫视[1920*1080],http://shbu.live.bestvcdn.com.cn:8080/live/program/live/hljwshd/4000000/mnf.m3u8 -港澳频道,#genre# +🏝|港澳台外,#genre# 凤凰中文,http://play-live.ifeng.com/live/06OLEGEGM4G.m3u8 -凤凰中文,http://playtv-live.ifeng.com/live/06OLEGEGM4G.m3u8 +凤凰中文,https://play-live.ifeng.com/live/06OLEGEGM4G.m3u8 +凤凰中文,http://112.102.214.193:65530/live/fhzw/index.m3u8 +凤凰中文,http://playtv-live.ifeng.com:80/live/06OLEGEGM4G.m3u8 +凤凰中文,https://playtv-live.ifeng.com/live/06OLEGEGM4G_tv2.m3u8 凤凰中文,http://playtv-live.ifeng.com/live/06OLEGEGM4G_tv1.m3u8 +凤凰中文,http://yuniptvunql.chinayungu.cn:65530/live/fhzw/index.m3u8 +凤凰中文,http://dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226547/1.m3u8 +凤凰中文,http://111.59.189.40:8445/tsfile/live/1020_1.m3u8?zgangd +凤凰中文,http://playtv-live.ifeng.com/live/06OLEGEGM4G.m3u8 凤凰中文,http://playtv-live.ifeng.com/live/06OLEGEGM4G_tv2.m3u8 -凤凰中文,http://playtv-live.ifeng.com:80/live/06OLEGEGM4G.m3u8 凤凰中文,http://playtv-live.ifeng.com:80/live/06OLEGEGM4G_tv1.m3u8 凤凰中文,http://playtv-live.ifeng.com:80/live/06OLEGEGM4G_tv2.m3u8 +凤凰中文,https://playtv-live.ifeng.com/live/06OLEGEGM4G.m3u8 凤凰中文,https://playtv-live.ifeng.com/live/06OLEGEGM4G_tv1.m3u8 -凤凰中文,https://playtv-live.ifeng.com/live/06OLEGEGM4G_tv2.m3u8 -凤凰资讯,http://play-live.ifeng.com/live/06OLEEWQKN4.m3u8 +凤凰中文,http://111.59.189.40:8445/tsfile/live/1020_1.m3u8 凤凰资讯,http://play-live.ifeng.com/live/06OLEEWQKN4.m3u8 -凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4.m3u8 +凤凰资讯,http://play-live.ifeng.com/live/06OLEEWQKN4.m3u8?zgangd +凤凰资讯,http://111.59.189.40:8445/tsfile/live/1021_1.m3u8 +凤凰资讯,http://111.59.189.40:8445/tsfile/live/1021_1.m3u8?zgangd +凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4.m3u8 凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8 凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4_tv2.m3u8 -凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4.m3u8 -凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4_tv1.m3u8 -凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4_tv2.m3u8 -凤凰资讯,https://playtv-live.ifeng.com/live/06OLEEWQKN4.m3u8 凤凰资讯,https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8 -凤凰资讯,https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv2.m3u8 -凤凰电影,http://111.59.189.40:8445/tsfile/live/1022_1.m3u8 -香港卫视,http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 -香港卫视,http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8?wsSession=3c732f93c14e1bc0c07641df-156388849014752&wsIPSercert=8de23d0849e78e3b16ec92a809235421&wsMonitor=0 -翡翠台,http://113.64.147.73:808/hls/67/index.m3u8 -翡翠台,http://113.64.147.102:808/hls/67/index.m3u8 -翡翠台,http://113.64.147.130:808/hls/67/index.m3u8 -翡翠台,http://113.64.147.155:808/hls/67/index.m3u8 -翡翠台,http://113.64.147.164:808/hls/67/index.m3u8 -TVB星河,http://113.64.147.31:808/hls/135/index.m3u8 -TVB星河,http://113.64.147.39:808/hls/135/index.m3u8 -TVB星河,http://113.64.147.102:808/hls/135/index.m3u8 -无线新闻,https://bcovlive-a.akamaihd.net/38974baa695d47bbb231665ca52b8b3c/us-west-2/5324042807001/playlist.m3u8 -无线新闻,https://bcovlive-a.akamaihd.net/38974baa695d47bbb231665ca52b8b3c/us-west-2/5324042807001/95ea73e414b14b7ea6406050a5293f17/playlist_ssaiM.m3u8 -Pearl,http://27.47.71.34:808/hls/37/index.m3u8 -Pearl,http://27.47.71.51:808/hls/37/index.m3u8 -Pearl,http://120.84.96.57:808/hls/26/index.m3u8 -Pearl,http://120.84.96.60:808/hls/26/index.m3u8 -Pearl,http://120.84.96.61:808/hls/26/index.m3u8 -Pearl,http://120.84.96.62:808/hls/26/index.m3u8 -Pearl,http://120.84.96.63:808/hls/26/index.m3u8 -J2,http://120.84.96.59:808/hls/86/index.m3u8 -J2,http://120.84.96.60:808/hls/86/index.m3u8 -J2,http://120.84.96.61:808/hls/86/index.m3u8 -J2,http://120.84.96.62:808/hls/86/index.m3u8 -J2,http://120.84.96.63:808/hls/86/index.m3u8 -J2,http://120.84.96.75:808/hls/86/index.m3u8 -J2,http://120.84.96.78:808/hls/86/index.m3u8 -J2,http://120.84.96.81:808/hls/86/index.m3u8 -J2,http://120.84.96.90:808/hls/86/index.m3u8 -J2,http://120.84.96.91:808/hls/86/index.m3u8 -J2,http://120.84.96.92:808/hls/86/index.m3u8 -J2,http://120.84.96.95:808/hls/86/index.m3u8 -澳门Macau,http://61.244.22.4/ch3/ch3.live/chunklist_w1228316132.m3u8 -澳门Macau,http://61.244.22.4/ch3/ch3.live/playelist.m3u8 -澳视澳门,http://103.233.191.133:1935/ch1/ch1.live/playlist.m3u8 -澳视澳门,http://103.233.191.134:1935/ch1/ch1.live/playlist.m3u8 -澳门综艺,http://103.233.191.134:1935/ch6/hd_ch6.live/playlist.m3u8 -澳门综艺,http://103.233.191.132:1935/ch6/hd_ch6.live/playlist.m3u8 -澳门综艺,http://103.233.191.133:1935/ch6/hd_ch6.live/playlist.m3u8 -澳门综艺,http://61.244.22.4/ch6/_definst_/hd_ch6.live/playlist.m3u8 -TVBS新闻台,http://38.64.72.148/hls/modn/list/4006/chunklist0.m3u8 -TVBS新闻台,http://38.64.72.148:80/hls/modn/list/4006/chunklist0.m3u8 -TVBS新闻台,http://38.64.72.148:80/hls/modn/list/4006/chunklist1.m3u8 -民视新闻台,http://38.64.72.148:80/hls/modn/list/4012/chunklist0.m3u8 -民视新闻台,http://38.64.72.148:80/hls/modn/list/4012/chunklist1.m3u8 -台视新闻,http://38.64.72.148:80/hls/modn/list/4013/chunklist0.m3u8 -华视新闻,http://152.69.224.242:9500/jmsytb.m3u8?c=21 -中天新闻,http://152.69.224.242:9500/jmsytb.m3u8?c=1 -中视新闻,http://50.7.220.74:8278/ca73a13c37/playlist.m3u8?tid=mee3f06f682eb&ct=18335&tsum=7491cceca17c1e2af05824583855f8bd -卫视中文台,http://61.219.170.95:18522/hls/62/804/ch05.m3u8 -卫视电影台,http://61.219.170.95:18529/hls/62/804/ch07.m3u8 -星卫电影台,http://50.7.220.74:8278/xingwei_movie/playlist.m3u8?tid=MBAB2096754620967546&ct=18392&tsum=2c800c1f0b6cc98d2404608c294dcbc2 -纬来戏剧,http://61.219.170.95:18557/http/192.168.1.9:8081/hls/69/811/ch33.m3u8 -纬来戏剧,http://61.219.170.95:18557/hls/69/811/ch33.m3u8 -东森电影,http://171.108.239.96:8181/tsfile/live/1010_1.m3u8 -东森超视,http://61.219.170.95:18555/hls/64/806/ch14.m3u8 -年代MUCH,http://61.219.170.95:18558/hls/72/814/ch45.m3u8 -中天娱乐,http://61.219.170.95:18521/hls/67/809/ch26.m3u8 -台视,http://61.219.170.95:18543/hls/72/814/ch46.m3u8 -八大综合台,http://61.219.170.95:18517/hls/66/808/ch21.m3u8 -八大第1台,http://61.219.170.95:18539/hls/66/808/ch22.m3u8 -纬来综合,http://61.219.170.95:18540/hls/68/810/ch32.m3u8 -龙华戏剧,http://61.219.170.95:18507/hls/210/10010/cstv10.m3u8 -龙华偶像,http://61.219.170.95:18573/hls/210/10012/cstv12.m3u8 -龙华电影,http://61.219.170.95:18574/hls/210/10014/cstv14.m3u8 -龙祥时代,http://171.108.239.96:8181/tsfile/live/1011_1.m3u8 - -凤凰资讯,http://play-live.ifeng.com/live/06OLEEWQKN4.m3u8 -凤凰资讯,http://111.13.42.230/PLTV/88888888/224/3221225949/1.m3u8 -凤凰资讯,http://183.251.61.250/PLTV/88888888/224/3221227226/index.m3u8 +凤凰资讯,https://epg.pm/stream/45fe294eb22dab5852fa07de768de5aa64503dc3a869827ed1c0a2a2f77bba58.m3u8 +凤凰资讯,http://112.102.214.193:65530/live/fhzx/index.m3u8 凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4.m3u8 凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4_tv1.m3u8 凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8?zgangd @@ -757,310 +964,2394 @@ TVBS新闻台,http://38.64.72.148:80/hls/modn/list/4006/chunklist1.m3u8 凤凰资讯,https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8?zgangd 凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4.m3u8?zgangd 凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4_tv2.m3u8?zgangd -凤凰资讯,http://59.44.10.116:9901/tsfile/live/1021_1.m3u8?zgangd -凤凰资讯,http://111.59.189.40:8445/tsfile/live/1021_1.m3u8?zgangd -凤凰资讯,http://stream.guihet.com/t/ifeng2.php?id=1?zgangd -凤凰香港,http://stream.guihet.com/t/ifeng2.php?id=3?zgangd -凤凰香港,http://183.207.249.34/ott.js.chinamobile.com/PLTV/3/224/3221226975/index.m3u8?zgangd -凤凰香港,http://183.207.249.35/PLTV/3/224/3221226975/2020215104547.m3u8?zgangd -凤凰中文,http://play-live.ifeng.com/live/06OLEGEGM4G.m3u8 -凤凰中文,http://111.13.42.232/PLTV/88888888/224/3221225942/1.m3u8?icpid=88888888&from=1&hms_devid=459?zgangd -凤凰中文,http://111.59.189.40:8445/tsfile/live/1020_1.m3u8?zgangd -凤凰中文,http://stream.guihet.com/t/ifeng2.php?id=2?zgangd -凤凰电影,http://111.59.189.40:8445/tsfile/live/1022_1.m3u8?zgangd -凤凰资讯,http://play-live.ifeng.com/live/06OLEEWQKN4.m3u8 -凤凰资讯,http://playtv-live.ifeng.com/live/06OLEEWQKN4_tv2.m3u8?zgangd -J2,https://h.youtalk.top/hkj2b/49.m3u8 -J2,https://bf.kanjc.com/11666/11666.m3u8?zgangd -J2,https://tx-b2.xsafetech.com/live/11666.m3u8 -J2,https://aaaaa.pejian.com:443/xgj2/xgj2app.m3u8?zgangd -面包台,https://video.bread-tv.com:8091/hls-live24/online/index.m3u8 -无线财经,http://ye23.win/iptv/tvb.php?id=2 -无线财经,http://111.229.84.232/yulin/tvb.php?id=2 -无线新闻,http://111.229.84.232/yulin/tvb.php?id=1 -无线新闻,http://ye23.win/iptv/tvb.php?id=1 -时装模特imodeTV,http://juyunlive.juyun.tv/live/24950198.m3u8 -香港卫视,http://zhibo.hkstv.tv/livestream/mutfysrq.flv -香港卫视,http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 -TVB J1 [粤语],https://bcovlive-a.akamaihd.net/f23dfe49b06b45d8878b55b4b6909595/us-west-2/5324042807001/4a3bca5b047b4564b18bb12dfa26ba62/playlist_ssaiM.m3u8?zgangd -点掌+财经,http://cclive2.aniu.tv/live/anzb.m3u8?zgangd -耀才财经,http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8?wowzasessionid=64000?zgangd -亚美卫视,http://dcunilive30-lh.akamaihd.net/i/dclive_1@535522/master.m3u8?zgangd -澳门莲花,http://anren.live/HK/BiIOU11uLA.m3u8?zgangd -澳门莲花,http://nettvpro.live/hls/lotustv.php?zgangd -澳门莲花,http://nettvpro.live/hls/lotustv.php?zgangd -澳视澳门,http://61.244.22.4/ch1/ch1.live/master.m3u8 -澳门资讯,http://61.244.22.4/ch5/info_ch5.live/chunklist_w1046558591.m3u8 -澳门Macau,http://61.244.22.4/ch3/ch3.live/playelist.m3u8 -澳视葡文,http://61.244.22.4/ch2/ch2.live/playelist.m3u8 -澳门Macau,http://61.244.22.4/ch3/ch3.live/index.m3u8?zgangd -澳门Macau,http://61.244.22.4/ch3/ch3.live/playelist.m3u8?zgangd -澳视葡文,http://61.244.22.4/ch2/ch2.live/index.m3u8?zgangd -澳视葡文,http://61.244.22.4/ch2/ch2.live/chunklist_w1632175875.m3u8?zgangd -澳视葡文,http://61.244.22.4/ch2/ch2.live/playelist.m3u8?zgangd -澳视澳门,http://103.233.191.133:1935/ch1/ch1.live/playlist.m3u8?zgangd -澳视澳门,http://103.233.191.134:1935/ch1/ch1.live/playlist.m3u8?zgangd -澳视葡文,http://103.233.191.132:1935/ch2/ch2.live/playlist.m3u8?zgangd -澳视葡文,http://103.233.191.133:1935/ch2/ch2.live/playlist.m3u8?zgangd -澳视葡文,http://103.233.191.134:1935/ch2/ch2.live/playlist.m3u8?zgangd -澳门Macau,http://103.233.191.132:1935/ch3/ch3.live/playlist.m3u8?zgangd -澳门Macau,http://103.233.191.133:1935/ch3/ch3.live/playlist.m3u8?zgangd -澳门Macau,http://103.233.191.134:1935/ch3/ch3.live/playlist.m3u8?zgangd -澳视体育,http://103.233.191.132:1935/ch4/sport_ch4.live/playlist.m3u8?zgangd -澳视体育,http://103.233.191.133:1935/ch4/sport_ch4.live/playlist.m3u8?zgangd -澳视体育,http://103.233.191.134:1935/ch4/sport_ch4.live/playlist.m3u8?zgangd -澳视资讯,http://103.233.191.133:1935/ch5/info_ch5.live/playlist.m3u8?zgangd -澳视资讯,http://103.233.191.134:1935/ch5/info_ch5.live/playlist.m3u8?zgangd -澳视综艺,http://103.233.191.133:1935/ch6/hd_ch6.live/playlist.m3u8?zgangd -澳视综艺,http://103.233.191.134:1935/ch6/hd_ch6.live/playlist.m3u8?zgangd -澳视综艺,http://103.233.191.132:1935/ch6/hd_ch6.live/playlist.m3u8?zgangd -创世电视,https://cdn.deepcore.online/hlsme/ctv_hk_1080.m3u8?zgangd -创世电视,https://cdn.deepcore.online/hlsme/ctv_hk.m3u8?zgangd - -宝岛频道,#genre# -TVBS新闻,http://38.64.72.148:80/hls/modn/list/4006/chunklist0.m3u8 -TVBS新闻,http://38.64.72.148:80/hls/modn/list/4006/chunklist1.m3u8 -三立綜合[1280•720],http://50.7.220.74:8278/sanlizhonghe/playlist.m3u8?tid=m3362167a08a014596868&ct=17874&tsum=4472a7c943b67bf52fe5e836ca9f3b6b +凤凰资讯,http://yuniptvunql.chinayungu.cn:65530/live/fhzx/index.m3u8 +凤凰资讯,https://play-live.ifeng.com/live/06OLEEWQKN4.m3u8 +凤凰资讯,https://playtv-live.ifeng.com/live/06OLEEWQKN4.m3u8 +凤凰资讯,http://playtv-live.ifeng.com:80/live/06OLEEWQKN4_tv2.m3u8 +凤凰资讯,https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv2.m3u8 东森美洲,http://38.64.72.148:80/hls/modn/list/2026/chunklist0.m3u8 东森美洲卫视,http://38.64.72.148:80/hls/modn/list/2015/chunklist0.m3u8 -中視,rtmp://59.124.75.138/sat/tv091 -中視經典[1280•720],http://50.7.220.74:8278/zhongshi_twn/playlist.m3u8?tid=mffe9aaf8765f&ct=18335&tsum=bcdd7a2ce4a5498b1449cb26a01150c0 亚洲ATV,https://juyunlive.juyun.tv/live/24950198.m3u8 亚洲新闻,http://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_4.m3u8 -亞洲旅遊[1280•720],http://50.7.220.74:8278/asiatravel_twn/playlist.m3u8?tid=ma9ec30da9ef3&ct=18335&tsum=ff0bd9207f2c72a8c9bf38464433dc7d +俄罗斯GITV,http://hls-igi.cdnvideo.ru/igi/igi_hq/playlist.m3u8 俄罗斯中文,http://brics.bonus-tv.ru/cdn/brics/chinese/tracks-v1a1/index.m3u8 -儒释道经,https://live.ciguang.tv/live/hdtv.m3u8?auth_key=5216465889-0-0-701a98b03302233fc07fa2ee9e85d39b -台視,rtmp://59.124.75.138/sat/tv071 +华语电视,http://38.64.72.148:80/hls/modn/list/4001/chunklist0.m3u8 +华语电视2,http://38.64.72.148:80/hls/modn/list/4002/chunklist0.m3u8 +华语电视3,http://38.64.72.148:80/hls/modn/list/4003/chunklist0.m3u8 台视新闻,http://38.64.72.148:80/hls/modn/list/4013/chunklist0.m3u8 台视新闻,http://38.64.72.148:80/hls/modn/list/4013/chunklist1.m3u8 唯心,http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/chunklist_w1177047531.m3u8 唯心,http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/playlist.m3u8 唯心台,http://124.238.99.44:808/hls/363/index.m3u8 -大愛一臺,https://pulltv1.wanfudaluye.com/live/tv1.m3u8 -大愛二臺,https://pulltv2.wanfudaluye.com/live/tv2.m3u8 +大爱1台,https://pulltv1.wanfudaluye.com/live/tv1.m3u8 +大爱2台,https://pulltv2.wanfudaluye.com/live/tv2.m3u8 好消息电视台1,http://live-350k.streamingfast.net/hls-live/goodtv/_definst_/liveevent/live-ch1-1.m3u8 好消息电视台2,http://live-350k.streamingfast.net/hls-live/goodtv/_definst_/liveevent/live-ch2-1.m3u8 新加坡国际,https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_4.m3u8 -東森綜合[1920•1080],http://50.7.220.74:8278/ettvzhonghe/playlist.m3u8?tid=m65c4e525f24617101171&ct=17874&tsum=663db593cfeefc92ce4b5d7461988f3f -東森財經新聞,rtmp://59.124.75.138/sat/tv571 - -民視,rtmp://59.124.75.138/sat/tv051 +有線新闻,http://gslb.cdn.hk.chinamobile.com/live/6aec56586c324021927637a750c1811e/cb76365be43b4ba598eb2f2ef3cffcd9-3.m3u8 民视新闻,http://38.64.72.148:80/hls/modn/list/4012/chunklist0.m3u8 -点掌财经,http://cclive2.aniu.tv/live/anzb.m3u8?zgangd +澳视葡文,http://61.244.22.4/ch2/ch2.live/chunklist_w1632175875.m3u8?zgangd +澳视葡文,http://61.244.22.4/ch2/ch2.live/index.m3u8?zgangd +澳视葡语,http://61.244.22.4/ch2/ch2.live/chunklist_w861342563.m3u8 +澳门Macau,http://61.244.22.4/ch3/ch3.live/index.m3u8?zgangd +澳门Macau,http://61.244.22.4/ch3/ch3.live/playelist.m3u8?zgangd +澳门macau,http://124.238.99.44:808/hls/357/index.m3u8 +澳门莲花,http://anren.live/HK/BiIOU11uLA.m3u8 +点掌+财经,http://cclive2.aniu.tv/live/anzb.m3u8?zgangd 点掌财经,http://cclive2.aniu.tv/live/anzb.m3u8 番薯,http://61.216.67.119:1935/TWHG/E1/chunklist_w7058102.m3u8 番薯,http://61.216.67.119:1935/TWHG/E1/chunklist_w705811302.m3u8 -緯來日本,rtmp://59.124.75.138/sat/tv771 -緯來育樂,rtmp://59.124.75.138/sat/tv701 -緯來體育,rtmp://59.124.75.138/sat/tv721 耀才财经,http://202.69.67.66:443/webcast/bshdlive-mobile/playlist.m3u8 耀才财经,http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 耀才财经,http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8?wowzasessionid=64000 耀才财经,https://v3.mediacast.hk/webcast/bshdlive-pc/playlist.m3u8 -華視,rtmp://59.124.75.138/sat/tv111 长城精品,http://38.64.72.148:80/hls/modn/list/4008/chunklist0.m3u8 -阿里郎WORLD,http://ye23.win/iptv/korea2021.php?id=arirang_1 -阿里郎WORLD,http://ye23.win/iptv/korea2021.php?id=arirang_2 香港佛陀,http://js1.amtb.cn/liveedge/_definst_/livetv/chunklist.m3u8 香港佛陀,https://js1.amtb.cn/liveedge/_definst_/livetv/playlist.m3u8 -龙华偶像,http://59.125.98.83:8536/http/192.168.1.9:8066/hls/210/10012/cstv12.m3u8 -龙华偶像,http://59.125.98.83:8536/http/192.168.1.9:8066/hls/210/10012/cstv12.m3u8?token=7375646f1298469fcd2cecf4cc31d29c6f203f0d -龙华偶像,http://59.125.98.83:8536/playlist.m3u8 -龙华戏剧,http://59.125.98.83:8534/http/192.168.1.9:8066/hls/210/10010/cstv10.m3u8 -龙华戏剧,http://59.125.98.83:8534/http/192.168.1.9:8066/hls/210/10010/cstv10.m3u8?token=7375646f1298469fcd2cecf4cc31d29c6f203f0d -龙华戏剧,http://59.125.98.83:8534/playlist.m3u8 -龙华日韩,http://59.125.98.83:8535/http/192.168.1.9:8066/hls/210/10011/cstv11.m3u8 -龙华日韩,http://59.125.98.83:8535/http/192.168.1.9:8066/hls/210/10011/cstv11.m3u8?token=7375646f1298469fcd2cecf4cc31d29c6f203f0d -龙华日韩,http://59.125.98.83:8535/playlist.m3u8 -ELEVEN1,rtmp://59.124.75.138/sat/tv731 -ELEVEN2,rtmp://59.124.75.138/sat/md021 -ELEVEN2,rtmp://59.124.75.138/sat/tv741 -ELTA體育1,rtmp://59.124.75.138/sat/md051 -ELTA體育2,rtmp://59.124.75.138/sat/md011 -ELTA體育3,rtmp://59.124.75.138/sat/md041 -GoodTV爱旅行台,https://live-350k.streamingfast.net/hls-live/goodtv/_definst_/liveevent/live-ch11-2.m3u8 -GoodTV真情部落,https://live-350k.streamingfast.net/hls-live/goodtv/_definst_/liveevent/live-ch3-2.m3u8 -GoodTV经典音乐,https://live-350k.streamingfast.net/hls-live/goodtv/_definst_/liveevent/live-ch6-2.m3u8 -GunmaTV,https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8 -HBO原創鉅獻[1280•720],http://50.7.220.74:8278/hbosignature_twn/playlist.m3u8?tid=m48ee99a5dacb15948906&ct=17874&tsum=3d127801d49fa098b4118400117b4fbb -Hope,https://live-tvhope.cdnvideo.ru/tvhope-pull/tvhope_1/chunklist.m3u8 -KCTV,http://119.77.96.184:1935/chn05/chn05/chunklist_w1306745753.m3u8 -KCTV,http://119.77.96.184:1935/chn05/chn05/chunklist_w644291506.m3u8 -MOMO綜合,rtmp://59.124.75.138/sat/tv761 -WeatherNews,https://movie.mcas.jp/mcas/smil:wn1.smil/master.m3u8 -TVBS新聞台ᴴᴰ,rtmp://59.124.75.150/sat/tv551 -東森財經新聞ᴴᴰ,rtmp://59.124.75.150/sat/tv571 -TVBS歡樂台ᴴᴰ,rtmp://59.124.75.150/sat/tv421 -有線18台,rtmp://59.124.75.150/sat/hk041 -民視ᴴᴰ,rtmp://59.124.75.150/sat/tv051 -台視ᴴᴰ,rtmp://59.124.75.150/sat/tv071 -中視ᴴᴰ,rtmp://59.124.75.150/sat/tv091 -華視ᴴᴰ,rtmp://59.124.75.150/sat/tv111 -偉來體育ᴴᴰ,rtmp://59.124.75.150/sat/tv721 -ELEVEN2休育,rtmp://59.124.75.138/sat/tv741 -緯來育力ᴴᴰ,rtmp://59.124.75.150/sat/tv701 -ELEVEN1體育,rtmp://59.124.75.150/sat/tv731 -MoMo綜合台,rtmp://59.124.75.150/sat/tv761 -緯來日本ᴴᴰ,rtmp://59.124.75.150/sat/tv771 -東森超視ᴴᴰ,rtmp://59.124.75.150/sat/tv331 -ELTV体育1台(202台),rtmp://59.124.75.150/sat/md011 -ELTV体育V2台(201台),rtmp://59.124.75.150/sat/md031 -博斯魅力,rtmp://59.124.75.150/sat/md041 -博士網球,rtmp://59.124.75.150/sat/md021 -龙华戏剧,http://59.125.98.83:8534/http/192.168.1.9:8066/hls/210/10010/cstv10.m3u8?token=7375646f1298469fcd2cecf4cc31d29c6f203f0d?zgangd -龙华日韩,http://59.125.98.83:8535/http/192.168.1.9:8066/hls/210/10011/cstv11.m3u8?token=7375646f1298469fcd2cecf4cc31d29c6f203f0d?zgangd -龙华偶像,http://59.125.98.83:8536/http/192.168.1.9:8066/hls/210/10012/cstv12.m3u8?token=7375646f1298469fcd2cecf4cc31d29c6f203f0d?zgangd -天映经典,http://120.84.96.32:808/hls/85/index.m3u8?zgangd -东森电影,http://120.84.96.32:808/hls/32/index.m3u8?zgangd -东森洋片,http://120.84.96.32:808/hls/33/index.m3u8?zgangd -龙祥时代,http://120.84.96.32:808/hls/35/index.m3u8?zgangd -东森电影,http://tv.mushui.tk:9090/maotv/808xyz/tv.php?id=58 -东森洋片台,http://tv.mushui.tk:9090/maotv/808xyz/tv.php?id=59 -天映经典,http://tv.mushui.tk:9090/maotv/808xyz/tv.php?id=62 -龙翔时代,http://tv.mushui.tk:9090/maotv/808xyz/tv.php?id=38 -卫视中文台,http://61.221.81.93:8503/hls/77/80/ch05.m3u8 -东森洋片台,http://120.84.96.25:808/hls/33/index.m3u8 -东森电影台,http://120.84.96.25:808/hls/32/index.m3u8 -動物星球,https://vips-livecdn.fptplay.net/hda2/animalplanet_vhls.smil/chunklist_b5000000.m3u8?zgangd -國家地理,https://livecdn.fptplay.net/hda2/natgeohd_vhls.smil/chunklist_b5000000.m3u8?zgangd -HBO,http://vips-livecdn.fptplay.net/hda1/hbo_vhls.smil/chunklist_b5000000.m3u8?bycoca?zgangd -台湾番薯台,http://61.216.67.119:1935/TWHG/E1/chunklist_w705811302.m3u8?zgangd -大爱+1,https://pulltv1.wanfudaluye.com/live/tv1.m3u8?zgangd -大爱+2,https://pulltv2.wanfudaluye.com/live/tv2.m3u8?zgangd -卫视中文,http://easy_001.ztpfuoodzsthwn.xyz:8888/mylive/103/333660/index.m3u8?zgangd -东森戏剧,http://easy_001.ztpfuoodzsthwn.xyz:8888/mylive/103/333540/index.m3u8?zgangd -索尼+少儿动画,https://livecdn.fptplay.net/hda3/animaxport_2000.stream/.m3u8?zgangd -唯心+電視,http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/chunklist_w1177047531.m3u8?zgangd +香港卫视,http://124.238.99.44:808/hls/352/index.m3u8 +香港卫视,https://myun-hw-s3.myun.tv/melj80jz/lxx27bol/1551285536499984128.m3u8 +澳门莲花,http://nettvpro.live/hls/lotustv.php +澳视澳门,http://103.233.191.133:1935/ch1/ch1.live/playlist.m3u8 +澳视澳门,http://103.233.191.134:1935/ch1/ch1.live/playlist.m3u8 +澳视葡文,http://103.233.191.132:1935/ch2/ch2.live/playlist.m3u8 +澳视葡文,http://103.233.191.133:1935/ch2/ch2.live/playlist.m3u8 +澳视葡文,http://103.233.191.134:1935/ch2/ch2.live/playlist.m3u8 +澳视卫星,http://103.233.191.132:1935/ch3/ch3.live/playlist.m3u8 +澳视卫星,http://103.233.191.133:1935/ch3/ch3.live/playlist.m3u8 +澳视卫星,http://103.233.191.134:1935/ch3/ch3.live/playlist.m3u8 +澳视体育,http://103.233.191.132:1935/ch4/sport_ch4.live/playlist.m3u8 +澳视体育,http://103.233.191.133:1935/ch4/sport_ch4.live/playlist.m3u8 +澳视体育,http://103.233.191.134:1935/ch4/sport_ch4.live/playlist.m3u8 +澳视资讯,http://103.233.191.133:1935/ch5/info_ch5.live/playlist.m3u8 +澳视资讯,http://103.233.191.134:1935/ch5/info_ch5.live/playlist.m3u8 +澳视综艺,http://103.233.191.133:1935/ch6/hd_ch6.live/playlist.m3u8 +澳视综艺,http://103.233.191.134:1935/ch6/hd_ch6.live/playlist.m3u8 +澳视综艺,http://103.233.191.132:1935/ch6/hd_ch6.live/playlist.m3u8 +澳视澳门,http://61.244.22.4/ch1/ch1.live/playelist.m3u8 +澳门葡语,http://61.244.22.4/ch2/ch2.live/chunklist_w1632175875.m3u8 +澳门葡语,http://61.244.22.4/ch2/ch2.live/index.m3u8 +澳门葡语,http://61.244.22.5/ch2/ch2.live/chunklist_w1632175875.m3u8 +澳门卫视,http://61.244.22.4/ch3/ch3.live/chunklist_w1228316132.m3u8 +澳门卫视,http://61.244.22.4/ch3/ch3.live/playelist.m3u8 +中天新闻,http://flv3948069e.live.126.net/live/dabadqdszbtest78612.flv +TVBS新闻台,http://38.64.72.148:80/hls/modn/list/4006/chunklist0.m3u8 +TVBS新闻台,http://38.64.72.148:80/hls/modn/list/4006/chunklist1.m3u8 +TVB影视剧,http://hms563nc1880172786.live.aikan.miguvideo.com/wh7f454c46tw3279865347_-1298155843/PLTV/88888888/224/3221231733/1.m3u8 +儒释道经,https://live.ciguang.tv/live/hdtv.m3u8?auth_key=5216465889-0-0-701a98b03302233fc07fa2ee9e85d39b +凤凰电影,http://111.59.189.40:8445/tsfile/live/1022_1.m3u8 +时装模特imodeTV,http://juyunlive.juyun.tv/live/24950198.m3u8 +民视新闻台,http://38.64.72.148:80/hls/modn/list/4012/chunklist1.m3u8 +澳视澳门,http://103.233.191.133:1935/ch1/ch1.live/chunklist_w68545377.m3u8 +澳视澳门,http://61.244.22.4/ch1/ch1.live/index.m3u8 +澳视澳门,http://61.244.22.4/ch1/ch1.live/master.m3u8 +澳视葡文,http://61.244.22.4/ch2/ch2.live/chunklist_w1022440308.m3u8 +澳门卫视,http://61.244.22.4/ch3/ch3.live/chunklist_w1522555097.m3u8 +澳门卫视,http://61.244.22.4/ch3/ch3.live/chunklist_w2110200814.m3u8 +澳门卫视,http://61.244.22.4/ch3/ch3.live/index.m3u8 +澳门综艺,http://61.244.22.4/ch6/_definst_/hd_ch6.live/playlist.m3u8 +澳门莲花,http://epg.112114.xyz/lotus +澳门资讯,http://103.233.191.132:1935/ch5/info_ch5.live/playlist.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/chunklist_w1046558591.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/chunklist_w1549575352.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/chunklist_w538888054.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/index.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/master.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/playelist.m3u8 +澳门资讯,http://61.244.22.4/ch5/info_ch5.live/playlist.m3u8 +NHK华语视界,https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8 +HBO英文,http://vips-livecdn.fptplay.net/hda1/hbo_vhls.smil/chunklist_b5000000.m3u8?bycoca +ANTV,http://antvlive.ab5c6921.cdnviet.com/antv/playlist.m3u8 +法国时尚,http://lb.streaming.sk/fashiontv/stream/chunklist.m3u8 +阿里郎电视,http://amdlive-ch01.ctnd.com.edgesuite.net:80/arirang_1ch/smil:arirang_1ch.smil/chunklist_b2256000_sleng.m3u8 +澳门奥视,http://61.244.22.5/ch1/ch1.live/playelist.m3u8 +澳门2台HD,http://61.244.22.4/ch2/ch2.live/playelist.m3u8 +澳门体育,http://61.244.22.4/ch4/sport_ch4.live/master.m3u8 +🏖|旅游景区,#genre# +峨眉山普贤菩萨,http://gcalic.v.myalicdn.com/gc/gccntv241-slf01_1/index.m3u8 +宁夏大漠孤烟,http://gcksc.v.kcdnvip.com/gc/tjhh01_1/index.m3u8 +福建华安土楼,http://gccncc.v.wscdns.com/gc/syns01_1/index.m3u8 +梅州梅江,http://gctxyc.liveplay.myqcloud.com/gc/gllj01_1_md.m3u8 +河南二七塔,http://gctxyc.liveplay.myqcloud.com/gc/xysrf_1_md.m3u8 +舟山东极岛,http://gctxyc.liveplay.myqcloud.com/gc/djd01_1_md.m3u8 +福建三坊七巷,http://gcksc.v.kcdnvip.com/gc/hhdxg01_1/index.m3u8 +武汉两江四岸,https://gcalic.v.myalicdn.com/gc/emspxps_1/index.m3u8?contentid=2820180516001 +四川达古冰川,https://gccncc.v.wscdns.com/gc/ztx_1/index.m3u8?contentid=2820180516001 +广州塔和海心桥,https://gcalic.v.myalicdn.com/gc/ztb_1/index.m3u8?contentid=2820180516001 +全国风景总览,https://gcalic.v.myalicdn.com/gc/wgw05_1/index.m3u8?contentid=2820180516001 +黟县宏村南湖,https://gcalic.v.myalicdn.com/gc/yxhcnh_1/index.m3u8?contentid=2820180516001 +黟县西递牌坊,https://gcalic.v.myalicdn.com/gc/yxxdpf_1/index.m3u8?contentid=2820180516001 +黟县西递半山亭,https://gcalic.v.myalicdn.com/gc/yxxdbst_1/index.m3u8?contentid=2820180516001 +黟县卢村远眺,https://gccncc.v.wscdns.com/gc/yxlcyt_1/index.m3u8?contentid=2820180516001 +南昌滕王阁,https://gccncc.v.wscdns.com/gc/wygjt2_1/index.m3u8?contentid=2820180516001 +黄山始信峰,https://gctxyc.liveplay.myqcloud.com/gc/hssxf_1/index.m3u8?contentid=2820180516001 +黄山卧云峰,https://gcalic.v.myalicdn.com/gc/hswlf_1/index.m3u8?contentid=2820180516001 +黄山梦笔生花,https://gccncc.v.wscdns.com/gc/hsmbsh_1/index.m3u8?contentid=2820180516001 +黄山排云亭,https://gcalic.v.myalicdn.com/gc/hspyt_1/index.m3u8?contentid=2820180516001 +黄山西海峡谷,https://gcalic.v.myalicdn.com/gc/hsxhdxg_1/index.m3u8?contentid=2820180516001 +黄山光明顶,https://gccncc.v.wscdns.com/gc/hsgmd_1/index.m3u8?contentid=2820180516001 +黄山信兴道,https://gccncc.v.wscdns.com/gc/hsyg_1/index.m3u8?contentid=2820180516001 +黄山平天矼,https://gcalic.v.myalicdn.com/gc/hsptgz_1/index.m3u8?contentid=2820180516001 +黄山飞来石,https://gccncc.v.wscdns.com/gc/hsptgy_1/index.m3u8?contentid=2820180516001 +云台山红石硖,https://gcalic.v.myalicdn.com/gc/ytshsx_1/index.m3u8?contentid=2820180516001 +泰山黄岘岭,https://gctxyc.liveplay.myqcloud.com/gc/taishan01_1/index.m3u8?contentid=2820180516001 +泰山大观峰,https://gctxyc.liveplay.myqcloud.com/gc/taishan03_1/index.m3u8?contentid=2820180516001 +泰山拱北石,https://gcalic.v.myalicdn.com/gc/taishan04_1/index.m3u8?contentid=2820180516001 +济南千佛山望泉城,https://gcalic.v.myalicdn.com/gc/taishan05_1/index.m3u8?contentid=2820180516001 +泰山玉皇顶,https://gcalic.v.myalicdn.com/gc/taishan06_1/index.m3u8?contentid=2820180516001 +淳安界首渔港码头,https://gccncc.v.wscdns.com/gc/ytsxzg_1/index.m3u8?contentid=2820180516001 +新疆红山,https://gccncc.v.wscdns.com/gc/ytsbjy_1/index.m3u8?contentid=2820180516001 +远眺万佛顶,https://gcalic.v.myalicdn.com/gc/emswfs_1/index.m3u8?contentid=2820180516001 +印象大红袍,https://gctxyc.liveplay.myqcloud.com/gc/wysyxdhp_1/index.m3u8?contentid=2820180516001 +无锡惠山二茅峰望锡城,https://gctxyc.liveplay.myqcloud.com/gc/wysdhpcy_1/index.m3u8?contentid=2820180516001 +张家界迷魂台,https://gccncc.v.wscdns.com/gc/zjjmht_1/index.m3u8?contentid=2820180516001 +张家界水绕4门,https://gccncc.v.wscdns.com/gc/zjjsrsm_1/index.m3u8?contentid=2820180516001 +张家界将军列队,https://gctxyc.liveplay.myqcloud.com/gc/zjjjjdl_1/index.m3u8?contentid=2820180516001 +张家界阿凡达悬浮山,https://gcalic.v.myalicdn.com/gc/zjjafdxfs_1/index.m3u8?contentid=2820180516001 +凤凰古城南华山,https://gccncc.v.wscdns.com/gc/fhgcdnhs_1/index.m3u8?contentid=2820180516001 +重庆开州城区,https://gccncc.v.wscdns.com/gc/zsslsgc_1/index.m3u8?contentid=2820180516001 +黄花城水长城1,https://gcalic.v.myalicdn.com/gc/wgw01_1/index.m3u8?contentid=2820180516001 +黄花城水长城2,https://gcalic.v.myalicdn.com/gc/wgw02_1/index.m3u8?contentid=2820180516001 +黄花城水长城4,https://gccncc.v.wscdns.com/gc/wgw04_1/index.m3u8?contentid=2820180516001 +天津滨海新区,https://gccncc.v.wscdns.com/gc/ljgcszsnkgc_1/index.m3u8?contentid=2820180516001 +天津滨海新区2,https://gcalic.v.myalicdn.com/gc/ljgcwglytylxs_1/index.m3u8?contentid=2820180516001 +吉安井冈山红旗广场,https://gcalic.v.myalicdn.com/gc/ljgcdyhxgjt_1/index.m3u8?contentid=2820180516001 +贡嘎雪山,https://gctxyc.liveplay.myqcloud.com/gc/emsyh_1/index.m3u8?contentid=2820180516001 +悬空寺全景,https://gcalic.v.myalicdn.com/gc/hsxksqj_1/index.m3u8?contentid=2820180516001 +张家界玻璃桥,https://gcalic.v.myalicdn.com/gc/hsxkssqdzrqj_1/index.m3u8?contentid=2820180516001 +车八岭国家自然保护区,https://gcalic.v.myalicdn.com/gc/hsxkscj_1/index.m3u8?contentid=2820180516001 +伊犁巩留县蝶湖公园,https://gctxyc.liveplay.myqcloud.com/gc/tyhjtynl_1/index.m3u8?contentid=2820180516001 +南天一柱,https://gctxyc.liveplay.myqcloud.com/gc/tyhjntyz_1/index.m3u8?contentid=2820180516001 +雪乡大石碑,https://gcalic.v.myalicdn.com/gc/mdjxxdsb_1/index.m3u8?contentid=2820180516001 +雪乡梦幻家园,https://gctxyc.liveplay.myqcloud.com/gc/mdjxxmhjyxj_1/index.m3u8?contentid=2820180516001 +江西武功山云顶,https://gctxyc.liveplay.myqcloud.com/gc/jyg04_1/index.m3u8?contentid=2820180516001 +嵌雪楼,https://gccncc.v.wscdns.com/gc/ljgcdsc_1/index.m3u8?contentid=2820180516001 +丹霞山丹梯铁锁,http://gctxyc.liveplay.myqcloud.com/gc/dxsdtts_1_md.m3u8 +韶音亭,http://gctxyc.liveplay.myqcloud.com/gc/dxssyt_1_md.m3u8 +坝达景点观景台,http://gccncc.v.wscdns.com/gc/hnttbdjd_1/index.m3u8 +多依树景点,http://gcksc.v.kcdnvip.com/gc/hnttdysjd_1/index.m3u8 +普高老寨,http://gctxyc.liveplay.myqcloud.com/gc/hnttpgsz_1_md.m3u8 +山涧栈道,http://gcbsc.v.live.baishancdnx.cn/gc/lhssjzd_1/index.m3u8 +七曲山风景区,http://gcbsc.v.live.baishancdnx.cn/gc/wysyxdhp_1/index.m3u8 +山西省宋家沟村,http://gcalic.v.myalicdn.com/gc/wysdhpcy_1/index.m3u8 +十八洞村,http://gcksc.v.kcdnvip.com/gc/sbd01_1/index.m3u8 +桂林象山公园,http://gcksc.v.kcdnvip.com/gc/glxs01_1/index.m3u8 +峡谷石林,http://gcalic.v.myalicdn.com/gc/pshdxg02_1/index.m3u8 +内蒙古云计算信息园,http://gcksc.v.kcdnvip.com/gc/tyhjntyz_1/index.m3u8 +宁夏回族上滩村,http://gctxyc.liveplay.myqcloud.com/gc/tyhjrys_1_md.m3u8 +甘肃火星1号基地,http://gcksc.v.kcdnvip.com/gc/hgsylztpb_1/index.m3u8 +六角亭瀑布,http://gcalic.v.myalicdn.com/gc/hgsspzxdpb_1/index.m3u8 +深圳世界之窗,http://gcalic.v.myalicdn.com/gc/sjzc01_1/index.m3u8 +远眺贡嘎雪山,http://gcalic.v.myalicdn.com/gc/emsyh_1/index.m3u8 +普贤菩萨铜像,http://gcalic.v.myalicdn.com/gc/emspxps_1/index.m3u8 +远眺万佛顶,http://gcalic.v.myalicdn.com/gc/emswfs_1/index.m3u8 +凤凰古城东关门,http://gcksc.v.kcdnvip.com/gc/fhgcdgm_1/index.m3u8 +凤凰古城南华山,http://gctxyc.liveplay.myqcloud.com/gc/fhgcdnhs_1_md.m3u8 +芦村远眺,http://gcalic.v.myalicdn.com/gc/yxlcyt_1/index.m3u8 +西递半山亭,http://gcalic.v.myalicdn.com/gc/yxxdbst_1/index.m3u8 +西递牌坊,http://gcbsc.v.live.baishancdnx.cn/gc/yxxdpf_1/index.m3u8 +宏村月沼,http://gcbsc.v.live.baishancdnx.cn/gc/yxhcyz_1/index.m3u8 +云台山-小寨沟,http://gctxyc.liveplay.myqcloud.com/gc/ytsxzg_1_md.m3u8 +云台山-百家岩,http://gccncc.v.wscdns.com/gc/ytsbjy_1/index.m3u8 +云台山-红石峡,http://gcalic.v.myalicdn.com/gc/ytshsx_1/index.m3u8 +福建宁德太姥山景区,http://gcksc.v.kcdnvip.com/gc/tms01_1/index.m3u8 +崇圣寺三塔中景,http://gcksc.v.kcdnvip.com/gc/dlst03_1/index.m3u8 +崇圣寺三塔湖面,http://gcalic.v.myalicdn.com/gc/dlst02_1/index.m3u8 +崇圣寺三塔远景,http://gcbsc.v.live.baishancdnx.cn/gc/dlst01_1/index.m3u8 +西汉南越王博物馆,http://gctxyc.liveplay.myqcloud.com/gc/nywbwg01_1_md.m3u8 +醉美沙滩翡翠湾,http://gcksc.v.kcdnvip.com/gc/fcw03_1/index.m3u8 +漳州六鳌翡翠湾,http://gcalic.v.myalicdn.com/gc/fcw01_1/index.m3u8 +云龙山观景台西,http://gcalic.v.myalicdn.com/gc/ylh04_1/index.m3u8 +趵突泉,http://gcksc.v.kcdnvip.com/gc/btq01_1/index.m3u8 +厦门鼓浪屿,http://gctxyc.liveplay.myqcloud.com/gc/gly01_1_md.m3u8 +玉液湖,http://gcksc.v.kcdnvip.com/gc/hkylxs02_1/index.m3u8 +千岛湖,http://gctxyc.liveplay.myqcloud.com/gc/caqdh_1_md.m3u8 +黟县·西递牌坊,http://gcalic.v.myalicdn.com/gc/yxxdpf_1/index.m3u8 +乌镇·西市河,http://gcalic.v.myalicdn.com/gc/zjwzbblh_1/index.m3u8 +蓝印花布,http://gctxyc.liveplay.myqcloud.com/gc/zjwzlyhb_1_md.m3u8 +龙形田,http://gcalic.v.myalicdn.com/gc/zjwzlxt_1/index.m3u8 +鸣沙山山门,http://gcalic.v.myalicdn.com/gc/dhyyqyyq_1/index.m3u8 +鸣沙山,http://gcksc.v.kcdnvip.com/gc/dhyyqst_1/index.m3u8 +鸣沙山月牙泉,http://gcalic.v.myalicdn.com/gc/dhyyqsm_1/index.m3u8 +哈尼梯田,http://gcalic.v.myalicdn.com/gc/hnttpgsz_1/index.m3u8 +八达岭长城南七楼,http://gcalic.v.myalicdn.com/gc/bgws7_1/index.m3u8 +嘉峪关关城,http://gcalic.v.myalicdn.com/gc/jyg04_1/index.m3u8 +四姑娘山幺妹峰,http://gcbsc.v.live.baishancdnx.cn/gc/sgns01_1/index.m3u8 +隆珠措,http://gctxyc.liveplay.myqcloud.com/gc/sgns02_1_md.m3u8 +九华山,http://gctxyc.liveplay.myqcloud.com/gc/jhs05_1_md.m3u8 +天界山-玻璃栈道,http://gcalic.v.myalicdn.com/gc/blg03_1/index.m3u8 +天界山-桃花湾瀑布,http://gccncc.v.wscdns.com/gc/blg05_1/index.m3u8 +天山-定海神针,http://gctxyc.liveplay.myqcloud.com/gc/xjtcdhsz_1_md.m3u8 +天山-海西平台,http://gctxyc.liveplay.myqcloud.com/gc/xjtchxpt_1_md.m3u8 +天山-马牙山,http://gctxyc.liveplay.myqcloud.com/gc/xjtcmys_1_md.m3u8 +天山-灯杆山,http://gctxyc.liveplay.myqcloud.com/gc/xjtcdgs_1_md.m3u8 +天门洞,http://gcalic.v.myalicdn.com/gc/tmstmd01_1/index.m3u8 +天空步道,http://gcalic.v.myalicdn.com/gc/tms02_1/index.m3u8 +云梦仙顶,http://gctxyc.liveplay.myqcloud.com/gc/tms04_1_md.m3u8 +大容山莲花山顶,http://gctxyc.liveplay.myqcloud.com/gc/drs01_1_md.m3u8 +南京玄武湖公园,http://gcksc.v.kcdnvip.com/gc/xwh01_1/index.m3u8 +江苏南京牛首山,http://gctxyc.liveplay.myqcloud.com/gc/nss01_1_md.m3u8 +郑东新区千玺广场,http://gctxyc.liveplay.myqcloud.com/gc/zdxq01_1_md.m3u8 +四川凉山邛海景区,http://gctxyc.liveplay.myqcloud.com/gc/xcqh01_1_md.m3u8 +贵阳甲秀楼,http://gccncc.v.wscdns.com/gc/nxsptdmgychlr_1/index.m3u8 +宁夏黄河漂流,http://gctxyc.liveplay.myqcloud.com/gc/nxspthhpl_1_md.m3u8 +江苏聚龙湖,http://gctxyc.liveplay.myqcloud.com/gc/nxsptdmgy_1_md.m3u8 +大研花巷观景,http://gcbsc.v.live.baishancdnx.cn/gc/ljgcdyhxgjt_1/index.m3u8 +内蒙古额济纳胡杨林,http://gcksc.v.kcdnvip.com/gc/ljgcdsc_1/index.m3u8 +天津滨海新区,http://gccncc.v.wscdns.com/gc/ljgcwglytylxs_1/index.m3u8 +五彩池,http://gccncc.v.wscdns.com/gc/hlwcc_1/index.m3u8 +黄龙·争艳彩池,http://gcalic.v.myalicdn.com/gc/hlzycc_1/index.m3u8 +黄龙望乡台,http://gcksc.v.kcdnvip.com/gc/hlwxt_1/index.m3u8 +黄龙洗身洞,http://gcalic.v.myalicdn.com/gc/hlxsd_1/index.m3u8 +📸|记录片场,#genre# +动物世界,http://hls.cntv.myhwcdn.cn/asp/hls/1200/0303000a/3/default/2eba7ee3659b4caf86b40d51a1752d6c/1200.m3u8 +人与自然,http://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/1425e1d505654cb48ba82b807b221193/1200.m3u8 +自然传奇,http://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/81a1ad3a661748bfb8560c92d38204ca/1200.m3u8 +探索发现,http://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/25137bd7c4494128bf0cba271974928f/1200.m3u8 +地理中国,http://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/c6baf6f74bb944aeacee1065ea72c798/1200.m3u8 +大太平洋,http://hls.cntv.kcdnvip.com/asp/hls/4000/0303000a/3/default/2d7f4eeaed2e4ad080bcf324eb21bc0d/4000.m3u8 +生命脉动,http://hls.cntv.myhwcdn.cn/asp/hls/850/0303000a/3/default/c481b5826ffc4e99a92e01704c862dbc/850.m3u8 +飞碟之谜01,https://hls.cntv.lxdns.com/asp/hls/2000/0303000a/3/default/f0a47e155d32450daa1d36a04fd7d262/2000.m3u8 +飞碟之谜02,https://newcntv.qcloudcdn.com/asp/hls/2000/0303000a/3/default/d2454bbb542d4613a9db478dab2addfd/2000.m3u8 +远方的家,http://hls.cntv.kcdnvip.com/asp/hls/4000/0303000a/3/default/162d7e29c3da4aab82ad47b6e2d9e7b4/4000.m3u8 +美丽中国说,http://hls.cntv.myhwcdn.cn/asp/hls/4000/0303000a/3/default/8cdd688b04e4495ba1635e218419d6f9/4000.m3u8 +美丽中国自然,http://hls.cntv.myhwcdn.cn/asp/hls/4000/0303000a/3/default/51d937a0201f4c78a5878b4b37089f3b/4000.m3u8 +航拍中国第一季,http://hls.cntv.myhwcdn.cn/asp/hls/4000/0303000a/3/default/8edf3fb6a69148ea9a7dc0b5a9d99fdb/4000.m3u8 +航拍中国第二季,http://newcntv.qcloudcdn.com/asp/hls/4000/0303000a/3/default/2bdfdad540b342f592f9817cb7f3b79a/4000.m3u8 +航拍中国第三季,http://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/18a8a559464448dbaf60d33913e09aea/1200.m3u8 +中国村庄,http://newcntv.qcloudcdn.com/asp/hls/4000/0303000a/3/default/93fc12dbf14241c18c23da104fbade23/4000.m3u8 +梵净山,http://hls.cntv.myhwcdn.cn/asp/hls/4000/0303000a/3/default/b9571df1181c4422a83901e827519fe6/4000.m3u8 +地球脉动第一季,http://hls.cntv.kcdnvip.com/asp/hls/850/0303000a/3/default/7a3423af02284c3db48b854ab646993f/850.m3u8 +乘着火车看中国,http://hls.cntv.myhwcdn.cn/asp/hls/4000/0303000a/3/default/2b0f397ed9d948eb9fac38d73cde241b/4000.m3u8 +🐼|动物世界,#genre# +动物世界,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/71d7dce230b74c1b9e35b41e837ffc5f/1200.m3u8 +一片住着熊的森林1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2ac6789acc644b55a4df03445561c56b/1200.m3u8 +一片住着熊的森林2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/969d426187eb46e19fc6839a435fbf0f/1200.m3u8 +一片住着熊的森林3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fd1e9f94afe948efafaa28a882661620/1200.m3u8 +与野生动物为邻,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d25931bed86a49d4afb8780771797c19/1200.m3u8 +丛林之王美洲豹,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bbb1037a32ad44cf8bab822eda34bc86/1200.m3u8 +丛林勇士之战(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2550722b92464a749fa7aceb52e22895/1200.m3u8 +丛林勇士之战(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c02959d3f2b14d3abf05ec017179c964/1200.m3u8 +从幼狮到狮王(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0eb0c51f46ed4171a9923dd6a9703c45/1200.m3u8 +从幼狮到狮王(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a7510a06ef494458a0f23a8a6b6918d3/1200.m3u8 +传奇母狮,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c550dc54139b4e619e7d4a1c1ab69e56/1200.m3u8 +兄弟情深(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0700de47ebc74232bc9f5c5c178aa488/1200.m3u8 +兄弟情深(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/30a35b521af54f1a88d74f7215ece1d3/1200.m3u8 +兄弟捕猎联盟,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0b85d990df5c4f7fae663dc595a084bd/1200.m3u8 +充满爱的象家族1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/4bd5e30e25244ef1a622142a1053d8c0/1200.m3u8 +充满爱的象家族2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0acf5b4f7fc248f1bd0801b768375fd6/1200.m3u8 +兽语如歌,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9d7bcf3e27d941cfac2e6c933ad9b543/1200.m3u8 +冬季传说雪鸮,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e76b2116c4514daea844fbdd1b56ab5d/1200.m3u8 +冬日雪鸮,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1a7b439474b6439c91dc5d5b2cb736d4/1200.m3u8 +冰天雪地北极熊(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/15dd2029621a498d9c4d3eb2982285e7/1200.m3u8 +冰天雪地北极熊(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/360e77812fc84a8198e85a60f087b049/1200.m3u8 +冰雪世界狼女王(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/640f926df6fb4f398d40c8b254248750/1200.m3u8 +冰雪世界狼女王(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d85457ff45154ff8bdf74e73422e99a4/1200.m3u8 +冰雪王国里的童话,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3b291326cf2648cd8119f5facf9e3b92/1200.m3u8 +冷静与柔情,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/554c1b879dc646d4ab188dfd58a0f02f/1200.m3u8 +凯门鳄的奇妙旅程,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/aba970eff8be48beb339a2ad027592cf/1200.m3u8 +动物与计谋,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/403122f54ee5492fa9e5d2b8f0087ad2/1200.m3u8 +动物冠军俱乐部,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/65227347336749ffa373661cac985952/1200.m3u8 +动物冠军竞技场(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/cf107046774d4db5a1ac622e880488e2/1200.m3u8 +动物冠军竞技场(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9f1dc957013c4765a96b86c1890e4ae2/1200.m3u8 +动物宝宝闯天涯(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e1f91fe01a9b4b24834a0a6e4b309bb2/1200.m3u8 +动物宝宝闯天涯(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d5937591787941518b5a1390f7a1e792/1200.m3u8 +动物搏击赛,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/22ef116331af49a782d42488e396837e/1200.m3u8 +动物搏击运动会,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0f74c44316a34ea482ecae43f5c12fa8/1200.m3u8 +动物父母有梦想(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f069e600b3584765840f34e9d641919a/1200.m3u8 +动物父母有梦想(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1c1df6f1bff5454a9570693475f920ef/1200.m3u8 +动物界捕食奇观,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5215de3e2a7b41009ed1ded1f29fea40/1200.m3u8 +动物的海底宫殿,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0929798fce744530b14a6add96afcdf3/1200.m3u8 +动物霓裳羽衣之妙,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b4aea8cd185c4126a37aa6e92d179f82/1200.m3u8 +勇挑重担的矮獴(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8ef930c154a446d0a831d2dd93698fd2/1200.m3u8 +勇挑重担的矮獴(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d9ffce5e83824939ab9bb66502778bd9/1200.m3u8 +勇敢的王者之心,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d37b12d09c4144f0a59560f18ff6508a/1200.m3u8 +勇敢的长颈鹿(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8a9d50517baa443b82b3e4c9e0078351/1200.m3u8 +勇敢的长颈鹿(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/773b3e9df72f4834b85c46e0f5b038fb/1200.m3u8 +勇闯包围圈,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3af15ad56d1640fab9a1a065402b3b76/1200.m3u8 +勇闯螃蟹岛,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3bba8da0b6c54771aa02b579ba75f8e7/1200.m3u8 +勇闯都市丛林,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/221e94ad951d4001b106d3c5af785537/1200.m3u8 +勤奋的捕食者,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/4793c8276c184d03bc3ba5e9b6dc9610/1200.m3u8 +北极熊之光(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9df8189c94b24b8b8bb6c69e448cc936/1200.m3u8 +北极熊之光(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ca1fabcc21d64b1f8cc933844830fcc5/1200.m3u8 +北极熊的冒险之旅(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e1b4b7a8beb3459bbd44f505a3fcc99c/1200.m3u8 +北极熊的冒险之旅(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9ab29267ff5b4b2b99fdb74d1b9fec55/1200.m3u8 +北极熊路在何方,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/38321222144945faa76d79c7785346a6/1200.m3u8 +南美野生世界1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/35eac4ae4e024654b845f5c7b2221d15/1200.m3u8 +南美野生世界2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9c743ea1e41f4bf585fb1470c9575c0d/1200.m3u8 +南美野生世界3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/68caf99e50bc496fb478b0ed8f4b421a/1200.m3u8 +原野逐梦记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/01fcf61e12c242bd81dc5aca38b6f183/1200.m3u8 +变形记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c88fd67847314d1ab20524c9fd94d555/1200.m3u8 +古老的活化石恒河鳄(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f8c9f1b5ac454c9a9ec5fda21c62b926/1200.m3u8 +古老的活化石恒河鳄(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/966f8103448c4dcdabee095eeb340451/1200.m3u8 +可爱的海獭(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/340266a6b3ff421fa174208845f56fef/1200.m3u8 +可爱的海獭(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ef9b2898e92146d29a2e926ce1107eac/1200.m3u8 +呵护,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3e2d88a89cd9464e89f3b4b6353db194/1200.m3u8 +团结的水豚家族,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/51e9c38303624369a0ba257163a5528f/1200.m3u8 +大力士捕鱼记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1bcefb1f860746ebbbfe7f969c3a84ea/1200.m3u8 +大地骄子,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b08d6ad2f22047bd93af89955db5ce46/1200.m3u8 +大水獭回归的故事,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0e114c18fa084fe58238307c66506675/1200.m3u8 +大水獭桑丘的故事(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ffea8bb4f0a04e53a82dab943e32bfb1/1200.m3u8 +大水獭桑丘的故事(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9934a6c232264addaf109ac76f21e7da/1200.m3u8 +大猫们的世界,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/830375ed0f54449e8e369edc9635e329/1200.m3u8 +大猫传奇,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6976a5d0ae0d4426bbd94bc1dd8f44a9/1200.m3u8 +大猫和邻居们(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/84359a09aab544b184a40865454e0b0a/1200.m3u8 +大猫和邻居们(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2c4bc4b10e7d408a8de9c9e3012f64ca/1200.m3u8 +大猫归来,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8c13b8463ee54e93a0a0ccc33dab33ef/1200.m3u8 +大猫榜中榜(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e5c95f6d2f9447e2bbb0b2bba952e062/1200.m3u8 +大猫榜中榜(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9f813ed35c264d4ea10e57516dafe5d6/1200.m3u8 +大猫猎手训练营,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a08d9451f00a451682973c99b503dd6a/1200.m3u8 +大象与羊的快乐生活,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b72e3a49fdd44f36915d6cc59aa0a113/1200.m3u8 +大象与羊的神奇友情(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7689d02607d34fdb8ce22cc479e42e91/1200.m3u8 +大象与羊的神奇友情(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8ab73d30adff4cfa8e5afda910387dfc/1200.m3u8 +大象的别样生活(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f4e6615b73ce42aa805767845425078a/1200.m3u8 +大象的别样生活(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f80446c8a43c4357af8680057ec1669f/1200.m3u8 +大象的秘密生活(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/81f43884b4064750af230205752dbb63/1200.m3u8 +大象的秘密生活(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/43e021f3a6dc4b6089c71afe80552fae/1200.m3u8 +天生野长生命延续(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/87be5f0e1fb14d139fe696081a787914/1200.m3u8 +天生野长生命延续(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b95e26a16f664da498ef421f74ad3006/1200.m3u8 +天生野长生命课程(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/95839705cfdc471aa67a09b7cfd6f52d/1200.m3u8 +奇异世界的动物们2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ef3ee1bb8ff946a9adf07486709883eb/1200.m3u8 +奇异世界的动物们3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/efa51c5e3af04df89e68606d75333080/1200.m3u8 +奇特动物的奇特遭遇(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2b20f8ba9ae14d96b9907f59bb758595/1200.m3u8 +奇特动物的奇特遭遇(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0ebab68eda084509b18c27982ecfb660/1200.m3u8 +奇迹发生的时刻,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1dbbdbb87b8f410cbc0f3c742201cd7d/1200.m3u8 +如履薄冰的北极熊(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f31953326cca4b5e9c5f7e285a5cddb7/1200.m3u8 +如履薄冰的北极熊(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b6576aa2cd4e43a9a5ddc4af16695a28/1200.m3u8 +家有萌宝(五),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/496e4c0e2de74aaf968651d447eeb12a/1200.m3u8 +家有萌宝1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7c53f1554802430587ecc54b1cef1002/1200.m3u8 +家有萌宝2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/81f9af4e6a6f41daa48c6c0091e4d66b/1200.m3u8 +家有萌宝3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fe463d857de5415daa72441ab0cdab7f/1200.m3u8 +家有萌宝4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/15d2240bbfc34785bfc2ab8147244466/1200.m3u8 +家有萌狗,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0fb39f83b1764305bd0216f15b8ab88a/1200.m3u8 +小动物大猎手(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c46a26d74f5b4da98f5c9d69f8218de0/1200.m3u8 +小动物大猎手(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ef8ad1d36d9c4515a9e04443687a7f33/1200.m3u8 +小动物大英雄,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/27818c0197e94415946b825b2b163e22/1200.m3u8 +小动物的森林童话,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/321727074edc4cf69b5b205111569205/1200.m3u8 +小勇士闯天下,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8737418de24a461f9785193bcbda0026/1200.m3u8 +小熊的故事1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d3c750e3481a4ca696898875f6e6dbf1/1200.m3u8 +小熊的故事2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3499a172820f47da988e5aaeb187ec29/1200.m3u8 +小熊的故事3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3564b5460bea444b8712fb1cb0a59c00/1200.m3u8 +小熊的梦幻森林1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b0f2b241c39c42beb732a5e73b5a9782/1200.m3u8 +小熊的梦幻森林2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b2e817cee1a7417ba34f062aa919ca02/1200.m3u8 +小熊的梦幻森林3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8bbcff92f2ce423bb2d822e0fb67657f/1200.m3u8 +小角马历险记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b7594a5bc3d241e3a8b95eac39ebd7e9/1200.m3u8 +小象和绵羊朋友(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c69ca1ce229648ce86e97c0b86e67c58/1200.m3u8 +小象和绵羊朋友(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/138e7ea321c94a86b4f939ccb00a75a9/1200.m3u8 +小鼠奇遇记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9417f7c1d9f2484c901d886245892130/1200.m3u8 +巨兽来了,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1224d3b3e1ba410d8dc316f2f2ab1872/1200.m3u8 +巨藻林的守卫者,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/432e7e692dc841bfaefb5e662de89bdc/1200.m3u8 +彩蛇之舞,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/002334474c7c4b8b98bad237a7bdeb7b/1200.m3u8 +情满大草原1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/222ec6157bf34d8c9abd0e62ddae6ee1/1200.m3u8 +情满大草原2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8200031edc9f434583d9b3f738ac4448/1200.m3u8 +情满大草原3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0ab9b80f79884e22b6390b2deefdc571/1200.m3u8 +打造一只超级猫,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ba966901198844d09399a354e203e6cb/1200.m3u8 +抢滩勇士(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0d4351715b27425d87a926b964b6cdaf/1200.m3u8 +捕猎刹那间1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6b222a92e2b9484f86121a558915ddb5/1200.m3u8 +捕猎刹那间2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/eb2cf087eae64ff9a40258bbbc1a92ba/1200.m3u8 +捕猎刹那间3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/799ea1ddb3db403484fe2421d4831287/1200.m3u8 +捕食一瞬间(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/426cfdd1924a452b863c0cd52af6436b/1200.m3u8 +捕食一瞬间(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b66704d4d4aa4ea7bab6e6ef673568b3/1200.m3u8 +捕食奇谋(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/543fa61893394cc48d2802207c8a51e8/1200.m3u8 +捕食奇谋(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/05ba8dcc7a224442a58f6d6f86885d25/1200.m3u8 +捕食者大观,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d19e46abe2754e2985715a147e653626/1200.m3u8 +捕食者身体构造,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/83901acd0fed408f904a9b554c8e16ef/1200.m3u8 +捕食者追猎现场(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/853b68324c2e4718ad08298aaed459b7/1200.m3u8 +捕食者追猎现场(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6016b09920a7447eb798f3f891f52bad/1200.m3u8 +探秘冰上的北极熊(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6a74d01391d849849c7391b2466f3752/1200.m3u8 +探秘冰上的北极熊(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/509e924ad47e422984af226b26236bf6/1200.m3u8 +探秘雨林利爪族(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/dc83b3fe7f874e33959bdbf034e6451c/1200.m3u8 +探秘雨林利爪族(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5a8fd3e4e8ba4ca5b62f1b90ae9c3640/1200.m3u8 +新狮王诞生记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5e156f1734234e17ab0f6f87f2e7491b/1200.m3u8 +旱季冒险故事,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ac505ca5d2d5469eb21448c300a8c16c/1200.m3u8 +旱季极限生存战,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1b750e952abb452c9f77d44f8d8bae17/1200.m3u8 +旱季生存攻略,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3f34548881664dd6afb01ccdcb677a5d/1200.m3u8 +有一只美丽的大水獭,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f1ddaab95ca9475da4cd97907cef8e96/1200.m3u8 +来到这个美丽的世界(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/003d910853de498299eb47d7d8a2eedf/1200.m3u8 +来到这个美丽的世界(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9323ea96cf6a47afaf798fca6d9411e6/1200.m3u8 +林间潜伏,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/922b142fef9443218be5eaf44df0b397/1200.m3u8 +棋逢对手,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3d515f3011c64797ae15bf36c639cb49/1200.m3u8 +棕熊把守的水上要塞(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/50590d053a2245428391323902e07d0e/1200.m3u8 +棕熊把守的水上要塞(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bb2341e42865439eaed4502fcc736ea5/1200.m3u8 +棕熊捕鱼季(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1ef91cb6079d46ccb9a62f046739d5c8/1200.m3u8 +棕熊的捕鱼生活(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/388d46918ea34570a3fed5f5ceb393ee/1200.m3u8 +棕熊的捕鱼生活(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/09def25492254217aba438e7403741e2/1200.m3u8 +森林是我家1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c105c056c3f744baa49ce0b8b39c1f3b/1200.m3u8 +森林是我家2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/63bb582977074c57a127eaca9d954154/1200.m3u8 +森林是我家3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/14b683f0668f404a9bb8ea74d14c5c8e/1200.m3u8 +植物王国漫游记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/508b9a0c8be74d89a431b24114c91faa/1200.m3u8 +植物王国漫游记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fa3ad43978014ff4b64b4bff8914116c/1200.m3u8 +母爱之路,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/115d481467e04333be047fcebf482b3e/1200.m3u8 +母爱的呵护,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a6ec4d0475e1453e8ede023e346c2350/1200.m3u8 +水牛与狮子的争战,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d1e0dc98b1374b43b157bf82eebc6d09/1200.m3u8 +水牛向前冲(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2f05eb49b3a049c88a848a1104dc856f/1200.m3u8 +水牛向前冲(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bda4b441c07e40cb8a418381d0506c80/1200.m3u8 +水獭奇缘,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/da2d147b25404552b118111dd52d7a25/1200.m3u8 +水豚爱湿地,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c7488fc3bed341ad827c054d3ec7e62d/1200.m3u8 +沙滩上的盛宴,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/31e38a0232734780842a9031072c2073/1200.m3u8 +河里的捕食大师(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bf70f8033ec049f5be4698c3497d3868/1200.m3u8 +河里的捕食大师(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/040c050908a340238dacd1ac86694543/1200.m3u8 +河龙王出海,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f352ba97a41146279f5d250cc8c670bb/1200.m3u8 +海底生存战,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/20225ac33ef7408e8c7040cb39d6a595/1200.m3u8 +海洋宫殿的守护者,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/86c73156b8ad405180ed252940b2155c/1200.m3u8 +海洋猎手,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f98ebc30517647839c09fb17e0dbea04/1200.m3u8 +海洋里的神奇家族(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ef8e561920694e4a81cd1933314610cb/1200.m3u8 +海洋里的神奇家族(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5775e1919dca48169eb22986804455b3/1200.m3u8 +海洋里的神奇家族(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a68ae907dc7e4783af8d9547a1926435/1200.m3u8 +海的呼唤,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ee6a46541b624388a01ba2fc14c34079/1200.m3u8 +海豚的奇妙生活(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/30385b1caa214c9a8c6c53ef69ce7e18/1200.m3u8 +海豚的奇妙生活(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b61b0646586142aca08c2e8d333c385b/1200.m3u8 +海鬣蜥的幸福生活,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a66f6344f9cc4ed3b42b06e678124d0f/1200.m3u8 +海鬣蜥的故事,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d19635c3f57f4e538e078569ac796fd6/1200.m3u8 +深海潜伏的猎手,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f1a00ae54f3b428bac1ed388ced1ce70/1200.m3u8 +湿地之争豹与鳄鱼,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1fe1e5df7c9d4b38a0a855e092a7b6c1/1200.m3u8 +湿地小萌兽,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/00892961ec6546ae8c78e96d1dd0874a/1200.m3u8 +湿地有萌兽,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e3c31d84ec7e4035a8501db9df1d140b/1200.m3u8 +潜水大师的岛上生活(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/cd88344f084b47c593388fdf6a8c443f/1200.m3u8 +潜水大师的岛上生活(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/76332b54d8074b0fada76d081570d621/1200.m3u8 +熊在旅途(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b0b95c35bce84072b10ad0b82cf83951/1200.m3u8 +熊在旅途(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9dc810bc8a3b426f88ac8c998f9e5332/1200.m3u8 +熊的王国,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ade1b31d23694fba82c9c4f07dba3267/1200.m3u8 +爱与狗相伴,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/530a12d274184293802f51c38603f75a/1200.m3u8 +爱你我的宝宝(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/08f97ee21d884d0486c37ae6fb7c5683/1200.m3u8 +爱你我的宝宝(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f16dbba3ddf84af2a0ff1521448ee4da/1200.m3u8 +爱吃鱼的棕熊,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/79c7bb4495f74ca698f3111a6f7ba567/1200.m3u8 +爱的奉献1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5b062ba2cd854ba993166d277af8a40d/1200.m3u8 +爱的奉献2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/80cf935aef484e15aa31b8fbd565be39/1200.m3u8 +爱的奉献3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/aee1f28cf3e94a5fa7468206d4f417ed/1200.m3u8 +狮口余生的小角马(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7cfc0fe7981b4022b69c3e1cb7317b77/1200.m3u8 +狮子和鬣狗(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6ca061c3b9184e7aa46cef1ead911099/1200.m3u8 +狮子和鬣狗(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e5ea8f4b0cbd4d7aa779b9dfed5a9448/1200.m3u8 +狮子捕猎计划,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6f2b58a05add4e2a9907ba370473332a/1200.m3u8 +狮子的荣耀回归之路1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bec9f485672345339c49bc345edf9fd5/1200.m3u8 +狮子的荣耀回归之路2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bdb438a81a20403db85b6e9d12707f2d/1200.m3u8 +狮子的荣耀回归之路3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/50ef8c8037da4735a9cb9288f45878b0/1200.m3u8 +狮子的荣耀回归之路4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2fea6699d56f4274b5ab5260b016fda2/1200.m3u8 +狮族迷踪1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/801151749824437aaa0afa87bfcf7abf/1200.m3u8 +狮族迷踪2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b4ff6041c00246af815b679a7ee6c4a6/1200.m3u8 +狮族迷踪3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5e01c3ff2a5844ab80643ce67ba29026/1200.m3u8 +狮群的家园生活,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/cad939a2eb714f4b9d37c4185674d50b/1200.m3u8 +狮群的荣耀,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/84b850056589475f80528cf28b9b840a/1200.m3u8 +狼女王的奋斗传奇,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f2d629470e214acf9d08dc81f4773cbf/1200.m3u8 +猎手求生记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5bc79939a4804f199e606cc08b1bb416/1200.m3u8 +猎手生存攻略,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/703310100a944d78a5e6838f80920cd6/1200.m3u8 +猎豹妈妈奋斗记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6b10d45dafaa47f4a3c3444946c074c9/1200.m3u8 +猎豹妈妈育儿记(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/dba9097ef49e42acb2c6597e04551fbc/1200.m3u8 +猎豹妈妈育儿记(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fca702ad83284ff0a3b883a735913060/1200.m3u8 +猎食计划1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/cd732e06e7934a3daef6483c6be1afca/1200.m3u8 +猎食计划2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/497afdb07e92409fb8cb5c0249dfe6d7/1200.m3u8 +猎食计划3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/947b6c076a0c4a3ca72a1274731feb66/1200.m3u8 +猛虎柔情,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/dd3be5a89c1542d3bb4db0953a1430c6/1200.m3u8 +猫科动物谁为王者(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/17c3860b26c14110a740dfa49785a1bd/1200.m3u8 +猫科动物谁为王者(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1cbb873dc7474315b86788e9f657534a/1200.m3u8 +猴子的智慧,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ef01d6b79fe74daf9bd63ff0469713d2/1200.m3u8 +生存极限大挑战,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9dc7b6dcacde4fad9467c4d2c61da3d1/1200.m3u8 +生存的望(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fd00ce388b994d7195dbefc1beb5726b/1200.m3u8 +生存的望(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d9765b81ca83444a9ba7b6a335b2466a/1200.m3u8 +疯狂的爱,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/35b481b5e27a4fa2b2c03f42596b68ba/1200.m3u8 +白狮归来1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/199ab14f5ba44a208371a3eef0029a09/1200.m3u8 +白狮归来2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e3b36e52d0bc4a0a851a1bd3fa181365/1200.m3u8 +白狮归来4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ffda5e0584b64e0d9dc3cc43783900cf/1200.m3u8 +白狮的荒野故事(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/649a0df6bc394fde973b2e8ef12ef3d6/1200.m3u8 +白狮的荒野故事(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1eee9eda1dec4c8da256c6b2ef70114a/1200.m3u8 +盛宴的旅程,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fbcd61c318c34e08854c3911086a7406/1200.m3u8 +看得见的远方1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f532415139fb4dc3a0e9de757d535d6a/1200.m3u8 +看得见的远方3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/255a802e924a44f381318db92a32431e/1200.m3u8 +神秘的眼睛王蛇,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/cb73d16a9e02484ab4708b0268b63bcf/1200.m3u8 +秘境之蛇,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c4e45ac9dd2642b6ae9fb95b470224a9/1200.m3u8 +秘境里的动物王国,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bb36368ba24f47ed88d4204fd3db5483/1200.m3u8 +秘境里的奇观,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/38ba9675721d4259b3dd327b7e212a39/1200.m3u8 +穿越森林的迷宫,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/52bf33932d1646529b95b044f187d4d3/1200.m3u8 +穿越狮子的领地,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ea08ccce272f4b7984eb665a97bab536/1200.m3u8 +童话般的雨林(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a1672972c0b742239237bb1686ba0745/1200.m3u8 +童话般的雨林(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8e99e3c9f38340a98fb79b36ab1c863f/1200.m3u8 +绽放的生命(五),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d2f3f0f3b4c242b4983ee62034f85608/1200.m3u8 +绽放的生命1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/87145268893a47cd8fc9cda530eee111/1200.m3u8 +绽放的生命2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7b6ed77c03224d298a72a8311fcf10a7/1200.m3u8 +绽放的生命3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/aea0ef5ea21c40dea948d723d823a5fb/1200.m3u8 +绽放的生命4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fbb3d1d6ae37458e84f574881778ac7c/1200.m3u8 +美食的,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9debd40527e34471bdfbe1212aa198d7/1200.m3u8 +耀眼的白狮家族1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/07c3395ee5da4f789937372657ab980a/1200.m3u8 +耀眼的白狮家族2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3989c3f3416745438c4bc20abeae51ae/1200.m3u8 +耀眼的白狮家族3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e0efcf1181234f2dabef87db65bcdec0/1200.m3u8 +聪明的建筑师,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d04a550f19ac42869d7b4d3f5f9246b2/1200.m3u8 +自然界奥运冠军,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7b968e9b50984d598d96c6fc5af40b4c/1200.m3u8 +花豹柔情,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/96712ee30d144f21a0566f3c1b2fbc56/1200.m3u8 +草原三巨头,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2bdc779138bb4235b20a5155e40fa7c8/1200.m3u8 +草原上的大猫王国,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e98eed67d3164ec0a2f5a9215693f7a8/1200.m3u8 +草原之王上战场,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bfb6917b29ea413c89e8ed8fa6e2a6ab/1200.m3u8 +草原狮子的戏剧舞台(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/93fde1242f50415faa6da2dd5da9105b/1200.m3u8 +草原狮子的戏剧舞台(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c5b600bcb2c44c44b56e9afdb5243a07/1200.m3u8 +荒野里的呼唤,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/de55f16b130042b19472ef89e184d719/1200.m3u8 +萌狗诞生记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0f68b16f162c493c8d82a57135f16da0/1200.m3u8 +虎妈妈爱(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/6855ee238c9c4e9893ff342b7dbe5a2b/1200.m3u8 +虎妈妈爱(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9b07324b869c457e80531b72e979ee1a/1200.m3u8 +蛇类大观园,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/414f84230ced4696af656a112385b72c/1200.m3u8 +蜥蜴安身火山岛(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0c3c388b10ad4cf78f312c6d6620f1e0/1200.m3u8 +蜥蜴安身火山岛(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5043f9b708fe443fb9207e26da903218/1200.m3u8 +螃蟹岛海战(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d0137f4e9adc44a7856c7288fe8ca3d2/1200.m3u8 +螃蟹岛海战(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d784a777f3dd42b3b73be06858b71197/1200.m3u8 +被母狮拯救的小角马(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ba95e1a983584925887c11306f83ccf8/1200.m3u8 +被母狮拯救的小角马(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8e655ba0c751468b9d18f3020133571f/1200.m3u8 +角马幸运儿(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/40c883e3f4c441d08422ce49aec61644/1200.m3u8 +角马幸运儿(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/67b7d65e3b3e4b509e314e65937ef369/1200.m3u8 +豹妈当家(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/984cda8d35d544658fbd96b417bdea1f/1200.m3u8 +豹妈当家(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/33343249dabd4dcfaeb64da7ab7fe061/1200.m3u8 +走出包围圈,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/38fc4f8e379445aeab6098b9ece0aa2a/1200.m3u8 +走进狗的世界,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/25c049869a174f5fa5806e57a2c376bd/1200.m3u8 +超凡猎手,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/77d5ca903f0948ad8c5ec57e49b3cc95/1200.m3u8 +超凡猎手,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8bd3d27314fd431a84d8443c2fdc8b02/1200.m3u8 +超级狮子家族,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f689bc846e93479898d8dcbdffad9744/1200.m3u8 +超级狮子群的故事(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1c0a25fcb5564e02a435ec33fbdc4888/1200.m3u8 +超级狮子群的故事(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8986640e9a3f43be9ffe66f0feb41f72/1200.m3u8 +超级猫行动,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8d952bbdd6cc4e6abf9df153bc18e927/1200.m3u8 +足球超级猎食者(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/4d0dc6b22b8e48efa4a984ec990a4faf/1200.m3u8 +足球超级猎食者(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d7aec4db75da469d915a5dd7a0fb3d70/1200.m3u8 +辣妈带娃记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8fd303fc08454c3497673fa40ced6284/1200.m3u8 +进化中的北极熊,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/caf316bd282e4bfdbbd36bac2514c428/1200.m3u8 +追踪兽王,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/93dfcb01bd634370bc211fc7484854ec/1200.m3u8 +追逐的游戏,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/34459ad5d340461daab2f453d485833d/1200.m3u8 +速度与生存(五),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9953caf767b04ae782540c8ac53eaaa4/1200.m3u8 +速度与生存1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1cc83ec8b9b44794b63e1a249b9fb2fb/1200.m3u8 +速度与生存2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/31abc302978f45df9c4e8aaa3972d599/1200.m3u8 +速度与生存3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/570d9ce8d39d4ede9a26ae6de4d28f54/1200.m3u8 +速度与生存4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/f37b1966271f4527a581ed9275c34f7c/1200.m3u8 +速度大比拼(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2746acf40172425180162fc3a316416b/1200.m3u8 +速度大比拼(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d2e5439b8a9c4b53970e5c3b0eee9abd/1200.m3u8 +遨游海底两万里,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/31d0363fb3714ce4b916790aa7da22db/1200.m3u8 +都市里的丛林(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2e2e0e875d624196af0488f6b07bb2e0/1200.m3u8 +都市里的丛林(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9f79dac568844de8813e682b280efb4f/1200.m3u8 +都市里的野生家园(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/03770b0594d44f289ce91022fe37a7bf/1200.m3u8 +都市里的野生家园(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/06ca0e5a61624f11987ba99dc9a8ed64/1200.m3u8 +野性生存秘籍1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7c8a682e6c5749b19d375b0c562f4c87/1200.m3u8 +野性生存秘籍2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b95862f403d5404f87114f6a651119e6/1200.m3u8 +野性的召唤1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ce41c579b0c84ada982b79073028d116/1200.m3u8 +野性的召唤2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/24514b1197ea46b9a443121f5e19f535/1200.m3u8 +野性的召唤3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/9a6b5b4568574867933091059ff57680/1200.m3u8 +野性的魅力1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2f83cd6f217c48e8abb8064f430bc93a/1200.m3u8 +野性的魅力2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/091f7f7dfce34c0d83bcd93c0b58dc07/1200.m3u8 +野性美洲(五),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/58a370a91cbf49858c18e6d72007d12e/1200.m3u8 +野性美洲1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/d1a92d87e2c74de7a799141e5e89eb3b/1200.m3u8 +野性美洲2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2e902191f2524bc198a656db71791080/1200.m3u8 +野性美洲3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1156d95bcf554d0e9df1688e8a6fd55d/1200.m3u8 +野性美洲3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/4cb2ce54e7e047a99c772d3874f4c916/1200.m3u8 +野性美洲4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5dcd2b749aae4e7e973271f124e83fb1/1200.m3u8 +野狗家族传世之爱,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/dc4007615a124e29827b16bec3885db5/1200.m3u8 +野生世界竞技场(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/11ac06bbb4f0426fbc4c7b3bfd864b3f/1200.m3u8 +野生世界竞技场(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/bf683b66c36343599bcad10516c58274/1200.m3u8 +野生白狮(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/a9a5e806d97d41f5827532f1cb3f9afa/1200.m3u8 +野生白狮(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1e405a3890d3497d80df5351ad30f169/1200.m3u8 +野生白狮(中),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/aa5594a7d44b42768d0b4f2fa3e3651d/1200.m3u8 +金豺夫妇的故事,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5b71afacb8eb442d9d4a5844d3ceca15/1200.m3u8 +镜头里的真相1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/df70034b3a4243bd888d18b8b877787d/1200.m3u8 +险境求生,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3f41478fa1f24606bc1bad4725df7b59/1200.m3u8 +险境求生的小河马(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/4b24374adc24487db8c9d5ac5d037079/1200.m3u8 +险境求生的小河马(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/5c22e195021d49b8bc5868147fdc3139/1200.m3u8 +隐秘王国里的奇迹1,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/e2094de08292490db17c29ec299b4bc2/1200.m3u8 +隐秘王国里的奇迹2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/1cee8d6ac393418e887420a6e1d54b6e/1200.m3u8 +隐秘王国里的奇迹3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2fe654a3cadf4838bb34ea18441378e8/1200.m3u8 +隐秘王国里的奇迹4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/953467196a854ed786f7e3521579f1f6/1200.m3u8 +隐秘的海鬣蜥王国,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b7af80d20f06401989879c44eaf865e8/1200.m3u8 +雄风再起,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/b9176a8a35c94c37ade29708eed40190/1200.m3u8 +雨季狮踪,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/c1af227765174580bb3ad5c641f4dfd1/1200.m3u8 +雨林守护的秘密(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/18aecd7b1b064f3692f80ce6906895d5/1200.m3u8 +雨林守护的秘密(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/084be96dbd124ac499afc25eb1e4d63d/1200.m3u8 +雪鸮的生存之舞,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/722362cb57a74028804e0413141a1866/1200.m3u8 +雪鸮的风中芭蕾,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/4ee145f174a8464fb624c4ae62992b1c/1200.m3u8 +非凡虎女王(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2e657776c024445b83a0554d71773c0b/1200.m3u8 +非凡虎女王(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2c7ecbc0033049efa1946472214eeae3/1200.m3u8 +非同一般的友谊,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/fc5b68979baa47e6ab90db7e78b43364/1200.m3u8 +非洲水牛战狮群(上),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/945ab75be37f46c984dade1efb742b00/1200.m3u8 +非洲水牛战狮群(下),https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/76d3b3c55eaf44b198ceb0f456f41416/1200.m3u8 +非洲野放计划2,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/21ff76c2151743f983d8f67d3cc7231d/1200.m3u8 +非洲野放计划3,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/234631821d1343b086ed272be364d861/1200.m3u8 +非洲野放计划4,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/28f6148101924fadb0f1cab6017801fe/1200.m3u8 +非洲野狗家族,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/2e64ec647a314b74b27ebc7f6bb985f2/1200.m3u8 +领养一只宠物狗,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ec7ccf71d6544387afbfc956f4c29ceb/1200.m3u8 +高个子幸运儿,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/0ea3dbe589a34258b6109229223de234/1200.m3u8 +鬣蜥生存攻略,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/ae22dffaf28f496584fc581ab72fab9c/1200.m3u8 +鳄鱼出海,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/7bdf23a599b44a7c8308684cbb789da0/1200.m3u8 +鳄鱼王漂流记,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/8da4a365db75455cb0c15bd7681b57fc/1200.m3u8 +黑猩猩的丛林法则,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/05ff5278105445e1a9d5651372faf47e/1200.m3u8 +龙宫里的奇异动物,https://hls.cntv.kcdnvip.com/asp/hls/1200/0303000a/3/default/3528163c6b7d4a48b09b24027351ccf7/1200.m3u8 +🐯|少儿动画,#genre# +黑莓动画,http://111.40.196.35/PLTV/88888888/224/3221225628/index.m3u8 +黑莓动画,http://39.134.67.198/PLTV/88888888/224/3221225529/index.m3u8 +黑莓动画,http://39.134.67.4/PLTV/88888888/224/3221225529/index.m3u8 +黑莓动画,http://39.134.67.6:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225662/1.m3u8 +黑莓动画,http://39.134.67.7:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225662/1.m3u8 +黑莓动画,http://39.134.67.226/PLTV/88888888/224/3221225529/index.m3u8 +黑莓动画,http://39.134.65.179/PLTV/88888888/224/3221225529/1.m3u8 +黑莓动画,http://39.134.65.177/PLTV/88888888/224/3221225529/1.m3u8 +黑莓动画,http://39.134.65.175/PLTV/88888888/224/3221225529/1.m3u8 +黑莓动画,http://39.134.65.166/PLTV/88888888/224/3221225529/1.m3u8 +黑莓动画,http://39.134.65.173/PLTV/88888888/224/3221225529/1.m3u8 +黑莓动画,http://39.135.138.58:18890/PLTV/88888888/224/3221225672/index.m3u8 +哈哈炫动,http://112.25.48.13/live/program/live/hhxdhd/4000000/mnf.m3u8 +哈哈炫动,http://183.207.255.188/live/program/live/hhxdhd/4000000/mnf.m3u8 +哈哈炫动,http://183.207.255.188/live/program/live/xdkt/1300000/mnf.m3u8 +金鹰卡通,http://124.232.231.246:6610/000000001001/201600020009/1400.m3u8?zte_auth=ae0fcdac&ztecid=201600020005&version=v1.0&IASHttpSessionId=SLB2046220190906022827233263&AuthInfo=LPjne9%2Bz7%2B%2F905ByFWbN5McknogfJXrVwjUFLaeEL29vpHGrk2l%2FUHYgN1aASj376oO1xLnnHQM%2 +金鹰卡通,http://223.151.51.27:85/tsfile/live/1016_1.m3u8?key=txiptv&playlive=1&authid=0 +金鹰卡通,http://124.232.231.246:6610/000000001001/201600020009/1000.m3u8?IASHttpSessionId=OTT2933020211208004916069966&zte_bandwidth=1000&bandwidth=1433600&ispcode=3&timeformat=local&channel=201600020004&ztecid=201600020004&m3u8_level=2&A= +杭州少儿,http://hms403nc1880172791.live.aikan.miguvideo.com/wh7f454c46tw2117141557_-1207487654/PLTV/88888888/224/3221229316/index.m3u8 +江西少儿,http://local.live.jxtvcn.com.cn/live-jxtv/tv_jxtv6.m3u8 +中华小当家,http://txtest-xp2p.p2p.huya.com/1449588921-1449588921-6225937008338927616-2789274526-10057-A-0-1.xs +猫和老鼠,http://txtest-xp2p.p2p.huya.com/1423782038-1423782038-6115097289842229248-2847687532-10057-A-0-1.xs +小猪佩奇,http://baiducdncmn2.inter.iqiyi.com/tslive/c53_lb_78_1080P_t10/c53_lb_78_1080P_t10.m3u8 +哆啦A梦2,http://txtest-xp2p.p2p.huya.com/1524418078-1524418078-6547325790441177088-3048959612-10057-A-0-1.xs +成龙历险记,http://txtest-xp2p.p2p.huya.com/1423787836-1423787836-6115122192062611456-2847699128-10057-A-0-1.xs +动画小品,http://txtest-xp2p.p2p.huya.com/1449698104-1449698104-6226405945753206784-2847699140-10057-A-0-1.xs +狮子王国,https://newcntv.qcloudcdn.com/asp/hls/850/0303000a/3/default/c2e7e767f3144bed959ef20b8b961fe5/850.m3u8 +倒霉特熊,https://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/87f87ba569c147e3805f80e4844d2de9/1200.m3u8 +云朵妈妈,https://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/d8ad434c6b08421a927557a4d98da65c/1200.m3u8 +熊大熊二,https://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/1733da751de64e6e910abda889d87a26/1200.m3u8 +熊大过年,https://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/7ae265653fe149069c3b53e31caaf060/1200.m3u8 +猪侠英雄,https://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/0f03b08bc7b042358144617000fd2931/1200.m3u8 +北京卡酷少儿,http://39.135.138.60:18890/PLTV/88888888/224/3221225677/index.m3u8?zbeid +北京少儿,http://111.59.189.40:8445/tsfile/live/1015_1.m3u8 +倒霉熊,http://118.26.120.37:55336/tslive/c54_lb_140_600_t10/c54_lb_140_600_t10.m3u8?key=0f2a06793124310bccc587b5da61b57da +动画电影,http://118.26.120.36:55336/tslive/c51_lb_118_600_t10/c51_lb_118_600_t10.m3u8?key=0b292c335e5837e94f25985f7c35b1efe +动画小天地,http://118.26.120.34:55336/tslive/c55_lb_139_600_t10/c55_lb_139_600_t10.m3u8?key=0f2a06793124310bc475d77d809f3ab51 +儿歌大全,http://118.26.120.23:55336/tslive/c57_lb_242_600_t10/c57_lb_242_600_t10.m3u8?key=0f2a06793124310bc8499ebf63370c51a +反转星球,https://newcntv.qcloudcdn.com/asp/hls/1200/0303000a/3/default/3ccdecc7d6e341c1920ad4eac5d82f38/1200.m3u8 +福州少儿,http://live.zohi.tv/video/s10001-sepd-4/index.m3u8 +福州少儿,http://live.zohi.tv/video/s10001-sepd-4/index.m3u8?zfud +哈哈炫动,http://39.135.138.59:18890/PLTV/88888910/224/3221225720/index.m3u8 +哈哈炫动,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/hhxdhd/4000000/mnf.m3u8 +CCTV-14少儿,http://111.40.196.38/PLTV/88888888/224/3221225573/index.m3u8 +14台少儿,http://123.6.9.146/live/jz-cctv-14/live.m3u8?zyangd +奥特曼,http://118.26.120.35:55336/tslive/c57_lb_210_600_t10/c57_lb_210_600_t10.m3u8?key=0b292c335e5837e94abe4b846218bbc95 +宝宝巴士,http://118.26.120.35:55336/tslive/c55_lb_153_720P_t10/c55_lb_153_720P_t10.m3u8?key=0b292c335e5837e947f9409c59228f3e6 +宝宝课堂,http://118.26.120.23:55336/tslive/c57_lb_225_600_t10/c57_lb_225_600_t10.m3u8?key=0b292c335e5837e94abaa8d3135e83ce3 +河北少儿科教,http://live6.plus.hebtv.com/sekjx/hd/live.m3u8?zhebd +黑龙江少儿,http://39.134.65.145/PLTV/88888888/224/3221226002/1.m3u8?zheild +嘉佳卡通,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226193/index.m3u8 +江西少儿家庭,http://39.134.115.191:8080/ysten.jx.chinamobile.com/PLTV/88888888/224/3221225577/2/index.m3u8?fmt=ts2hls?zjiangxd +江西少儿家庭,http://local.live.jxtvcn.com.cn/live-jxtv/tv_jxtv6.m3u8?zjiangxd +金鹰卡通,http://183.207.249.5:80/PLTV/4/224/3221226303/index.m3u8? +金鹰卡通,http://39.134.115.163:8080/PLTV/88888910/224/3221225721/index.m3u8 +猫和老鼠,http://118.26.120.23:55336/tslive/c52_lb_83_600_t10/c52_lb_83_600_t10.m3u8?key=0b292c335e5837e94e2f0ba45f46717fa +名贞探柯南,http://118.26.120.23:55336/tslive/c54_lb_157_600_t10/c54_lb_157_600_t10.m3u8?key=0b292c335e5837e948e91dd5d11efa525 +南京少儿,http://live.nbs.cn/channels/njtv/sepd/500k.m3u8?zjiangsd +南京少兒,http://live.nbs.cn/channels/njtv/sepd/m3u8:500k/live.m3u8 +亲子启蒙,http://118.26.120.23:55336/tslive/c57_lb_213_600_t10/c57_lb_213_600_t10.m3u8?key=0f2a06793124310bc21adebc9f02a9735 +深圳少儿,http://ye23.win/iptv/sztv.php?id=7?zguangd +童年经典,http://118.26.120.23:55336/tslive/c57_lb_211_600_t10/c57_lb_211_600_t10.m3u8?key=0f2a06793124310bce6ba95fc0ac76131 +玩具乐园,http://118.26.120.37:55336/tslive/c54_lb_175_600_t10/c54_lb_175_600_t10.m3u8?key=051d9240247766709d65dde3fcd5cd7bb +小猪佩寄,http://118.26.120.23:55336/tslive/c53_lb_78_600_t10/c53_lb_78_600_t10.m3u8?key=0b292c335e5837e94a815c2c45ffe0057 +优漫卡通,http://183.207.249.15:80/PLTV/4/224/3221225933/index.m3u8? +浙江少儿,http://hw-m-l.cztv.com/channels/lantian/channel008/1080p.m3u8?zzhed +浙江少儿,http://hw-m-l.cztv.com/channels/lantian/channel08/360p.m3u8?zzhed +浙江少儿,http://hw-m-l.cztv.com/channels/lantian/channel08/720p.m3u8?zzhed +浙江少儿,http://hw-m-l.cztv.com/channels/lantian/channel08/1080p.m3u8?k=1a7559a51eeb880b021619a07f463ac4&t=1577153787 +哆啦A梦旧版全集,http://zzy789.xyz/bili.php?id=1717236 +樱桃小丸子国语配,http://zzy789.xyz/bili.php?id=11765640 +樱桃小丸子1,http://zzy789.xyz/bili.php?id=21614203 +樱桃小丸子,http://zzy789.xyz/bili.php?id=6554860 +【明星宝宝】,http://zzy789.xyz/bili.php?id=61834 +【资助宝宝】1-13季24H循环,http://zzy789.xyz/bili.php?id=14495324 +明星演员央配,http://zzy789.xyz/bili.php?id=4355330 +明星宝宝,http://txtest-xp2p.p2p.huya.com/1423782096-1423782096-6115097538950332416-2847687648-10057-A-0-1.xs +【蜡笔小新】,http://zzy789.xyz/bili.php?id=10375360 +蜡笔小新24h,http://zzy789.xyz/bili.php?id=11579951 +蜡笔小新,http://zzy789.xyz/bili.php?id=1895574 +野原新之助蜡笔小新番24H,http://zzy789.xyz/bili.php?id=21507503 +中华小当家/中华一番食品小吃,http://zzy789.xyz/bili.php?id=655291 +四驱兄弟/爆走兄弟WGPMAX,http://zzy789.xyz/bili.php?id=10544270 +上海番剧/动漫/剧场版24时轮播,http://zzy789.xyz/bili.php?id=21751462 +我们裸熊,http://zzy789.xyz/bili.php?id=11168667 +📚|空中课堂,#genre# +空中课堂一年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkyinj/1300000/mnf.m3u8 +空中课堂二年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkernj/1300000/mnf.m3u8 +空中课堂三年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kksannj/1300000/mnf.m3u8 +空中课堂四年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kksinj/1300000/mnf.m3u8 +空中课堂五年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkwunj/1300000/mnf.m3u8 +空中课堂六年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkliunj/1300000/mnf.m3u8 +空中课堂七年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkqinj/1300000/mnf.m3u8 +空中课堂八年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkbanj/1300000/mnf.m3u8 +空中课堂九年级,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkjiunj/1300000/mnf.m3u8 +空中课堂高一,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkgaoyinj/1300000/mnf.m3u8 +空中课堂高二,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkgaoernj/1300000/mnf.m3u8 +空中课堂高三,https://keonline.shanghai.liveplay.qq.com/live/program/live/kkgaosannj/1300000/mnf.m3u8 +一年级,http://liveplay-kk.rtxapp.com/live/program/live/kkyinj/1300000/mnf.m3u8 +二年级,http://liveplay-kk.rtxapp.com/live/program/live/kkernj/1300000/mnf.m3u8 +三年级,http://liveplay-kk.rtxapp.com/live/program/live/kksannj/1300000/mnf.m3u8 +四年级,http://liveplay-kk.rtxapp.com/live/program/live/kksinj/1300000/mnf.m3u8 +五年级,http://liveplay-kk.rtxapp.com/live/program/live/kkwunj/1300000/mnf.m3u8 +六年级,http://liveplay-kk.rtxapp.com/live/program/live/kkliunj/1300000/mnf.m3u8 +初一,http://liveplay-kk.rtxapp.com/live/program/live/kkqinj/1300000/mnf.m3u8 +初二,http://liveplay-kk.rtxapp.com/live/program/live/kkbanj/1300000/mnf.m3u8 +初三,http://liveplay-kk.rtxapp.com/live/program/live/kkjiunj/1300000/mnf.m3u8 +高一,http://liveplay-kk.rtxapp.com/live/program/live/kkgaoyinj/1300000/mnf.m3u8 +高二,http://liveplay-kk.rtxapp.com/live/program/live/kkgaoernj/1300000/mnf.m3u8 +高三,http://liveplay-kk.rtxapp.com/live/program/live/kkgaosannj/1300000/mnf.m3u8 -音乐频道,#genre# +🔢|数字剧场,#genre# +欢笑剧场4K,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221230739/index.m3u8 +SiTV全纪实,http://183.207.255.188/live/program/live/qjshd/4000000/mnf.m3u8 +SiTV动漫秀场,http://183.207.255.188/live/program/live/dmxchd/4000000/mnf.m3u8 +SiTV动漫秀场,http://shbu.live.bestvcdn.com.cn:8080/live/program/live/dmxchd/4000000/mnf.m3u8 +SiTV极速汽车,http://183.207.255.188/live/program/live/jsqchd/4000000/mnf.m3u8 +SiTV游戏风云,http://183.207.255.188/live/program/live/yxfyhd/4000000/mnf.m3u8 +SiTV生活时尚,http://183.207.255.188/live/program/live/shsshd/4000000/mnf.m3u8 +SiTV都市剧场,http://183.207.255.188/live/program/live/dsjchd/4000000/mnf.m3u8 +SiTV新视觉,http://183.207.255.188/live/program/live/xsjhd/4000000/mnf.m3u8 +SiTV幸福彩,http://183.207.255.188/live/program/live/xfchd/4000000/mnf.m3u8 +SiTV魅力足球,http://183.207.255.188/live/program/live/mlyyhd/4000000/mnf.m3u8 +SiTV法治天地,http://183.207.255.188/live/program/live/fztd/1300000/mnf.m3u8 +SiTV金色频道,http://183.207.255.188/live/program/live/jingsepd/1300000/mnf.m3u8 +SiTV七彩戏剧,http://183.207.255.188/live/program/live/qcxj/1300000/mnf.m3u8 +SiTV东方财经,http://183.207.255.188/live/program/live/dfcj/1300000/mnf.m3u8 +中国环球电视,http://live.cgtn.com/500/prog_index.m3u8 +Y+影院,http://live.aikan.miguvideo.com:80/PLTV/88888888/224/3221230226/index.m3u8 +金鹰纪实,http://124.232.231.246:6610/000000001001/201600020008/index.m3u8?A=&IASHttpSessionId=OTT +湖南电影,http://124.232.231.246:6610/000000001001/201600020005/index.m3u8?A=&IASHttpSessionId=OTT +清华大学电视台,http://live.cic.tsinghua.edu.cn/hls/tsinghuatv.m3u8 +中国党员教育,http://12371ksc.v.kcdnvip.com/12371/dangyuanwang_1/index.m3u8 +天元围棋,http://httplive.slave.bfgd.com.cn:14311/playurl?playtype=live&protocol=http&accesstoken=R5F2408FEU3198804BK78052214IE73560DFP2BF4M340CE68V0Z339CBW1626D4D261E46FEA&playtoken=ABCDEFGH&programid=4200000144 +东方影视,http://183.207.255.188/live/program/live/dsjpdhd/4000000/mnf.m3u8 +中国气象,http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8 +第一剧场,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012514403.m3u8 +风云剧场,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012513603.m3u8 +怀旧剧场,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012511203.m3u8 +世界地理,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012513303.m3u8 +风云音乐,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012514103.m3u8 +兵器科技,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012513403.m3u8 +风云足球,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012514203.m3u8 +高尔夫网球,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012512503.m3u8 +女性时尚,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012513903.m3u8 +央视精品,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012513803.m3u8 +电视指南,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012514003.m3u8 +卫生健康,http://111.32.169.222/bkhlsliveali-cdn.ysp.cctv.cn/ysp/2012513503.m3u8 +风云足球,http://42.176.185.28:9901/tsfile/live/1017_1.m3u8 +风云音乐,http://42.176.185.28:9901/tsfile/live/1024_1.m3u8 +风云剧场,http://42.176.185.28:9901/tsfile/live/1030_1.m3u8 +央视文化精品,http://42.176.185.28:9901/tsfile/live/1028_1.m3u8 +风云剧场,http://42.176.185.28:9901/tsfile/live/1031_1.m3u8 +兵器科技,http://42.176.185.28:9901/tsfile/live/1034_1.m3u8 +世界地理,http://42.176.185.28:9901/tsfile/live/1037_1.m3u8 +CHC高清电影,http://222.132.191.125:9901/tsfile/live/1010_1.m3u8 +CHC家庭电影,http://222.132.191.125:9901/tsfile/live/1008_1.m3u8 +CHC动作电影,http://111.20.33.93/PLTV/88888893/224/3221226465/index.m3u8 +CGTN Arabic,http://livear.cgtn.com/1000a/prog_index.m3u8 +CGTN Español,http://livees.cgtn.com/500e/prog_index.m3u8 +CGTN France,http://livefr.cgtn.com/1000f/prog_index.m3u8 +CHC高清电影,http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226463/index.m3u8 +CHC动作电影,http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226465/index.m3u8 +CHC家庭影院,http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226462/index.m3u8 +CNC英文,http://39.134.115.163:8080/PLTV/88888910/224/3221225693/index.m3u8 +CNC中文,http://39.134.115.163:8080/PLTV/88888910/224/3221225694/index.m3u8 +新华中文,http://source07.v.news.cn/live/CNC_CN/playlist.m3u8 -秋月剪水音乐,http://epg.112114.xyz/douyu/9588891 -秋月剪水音乐,http://zzy789.xyz/douyu1.php?id=9588891 -大立k歌音乐,http://www.dalitv.com.tw:4568/live/dali/index.m3u8 -台湾番薯音乐台,http://61.216.67.119:1935/TWHG/E1/chunklist_w705811302.m3u8?音乐 -時装模特音乐,http://juyunlive.juyun.tv/live/24950198.m3u8 -KeepDreaming丶+疫情结束你想看谁的演唱...,http://124.223.212.38:83/bili/6351477 -某违规建筑的房东+K_ON!,http://124.223.212.38:83/bili/3947317 -著名十里八乡俊后生+历届香港中文十大金曲,http://124.223.212.38:83/bili/1217750 -【周杰伦】超清MV+现场,http://124.223.212.38:83/bili/23765388 -咦那是什么+【女团】精选韩国现场饭拍MV音乐,http://epg.112114.xyz/douyu/231464 -朴素妍音乐,http://epg.112114.xyz/douyu/603070 -韩国音乐女团,http://epg.112114.xyz/douyu/231464 -24H音乐女团,http://epg.112114.xyz/douyu/3870925 -kpop音乐女团,http://epg.112114.xyz/douyu/329667 -TARA皇冠灬尐魔魚+未曾相逢先一笑,音乐初会便已许平...,http://zzy789.xyz/douyu1.php?id=3221207 -Rabbit每日爆料+Rabbit每日爆料的直播音乐...,http://epg.112114.xyz/douyu/9685652 -Sone少女时代+【十四周年】最强女团,音乐没有之一,http://epg.112114.xyz/douyu/211561 -相声专场,http://bp-caster.bestv.com.cn/512/1/video.m3u8 -柒柒Lovely+轮播,想要走近你的心音乐,http://epg.112114.xyz/douyu/10004268 -十四小天使w+嗓子发炎肿啦今天休息啦是录播哦大家音乐...,http://epg.112114.xyz/douyu/5943125 -喵喵音乐台+时尚网红神曲这里都有,http://epg.112114.xyz/douyu/9568091 -7师傅+清晨醒脑!T_ARA根本停不下来音乐!,http://epg.112114.xyz/douyu/17732 -我们可爱的程程+【蓝光女团】Kpop音乐女团点播直播...,http://epg.112114.xyz/douyu/329667 -心系朴素妍+心系朴素妍的音乐直播间音乐,http://epg.112114.xyz/douyu/603070 -【音乐世界】唯一音乐小魔王,http://epg.112114.xyz/douyu/9642552 -小6音乐站+听潮流音乐,品百味人生!,http://epg.112114.xyz/douyu/10375824 -音乐Wu哥+【音乐Wu哥】潮流音乐大盘点,http://epg.112114.xyz/douyu/8667755 -二珂直播歌曲剪辑音乐,http://epg.112114.xyz/douyu/6069488 -【音乐Wu哥】潮流音乐大盘点音乐,http://epg.112114.xyz/douyu/8667755 -全网最热门的音乐大盘点,快来看看吧!!音乐,http://epg.112114.xyz/douyu/8768792 -时尚网红神曲这里都有音乐,http://epg.112114.xyz/douyu/9568091 -Music郑在看的直播间音乐,http://epg.112114.xyz/douyu/8666143 -Fans小琼的直播间音乐,http://epg.112114.xyz/douyu/8666210 -猛抬头的直播间音乐,http://epg.112114.xyz/douyu/8666105 -【音乐快斗】为大家分享好听的音乐,http://epg.112114.xyz/douyu/8324627 -【杨可爱Ukulele】漂亮小姐姐玩音乐,http://epg.112114.xyz/douyu/9645513 -全网热门神曲音乐大盘点音乐,http://epg.112114.xyz/douyu/9560563 -飞鸟乐团的直播间音乐,http://epg.112114.xyz/douyu/9848602 -开口跪!这些歌声如同天籁音乐,http://epg.112114.xyz/douyu/9548612 -二珂的直播单曲回放啦音乐,http://epg.112114.xyz/douyu/5446745 -粤语歌姬了解一下!!音乐,http://epg.112114.xyz/douyu/4728410 -一起来听+周杰伦音乐,http://epg.112114.xyz/douyu/9965969 -喜欢听歌的进来听听歌呗音乐,http://epg.112114.xyz/douyu/9987192 -中午怪蜀黍+【HiFi4.0】女团+车模+写,http://epg.112114.xyz/douyu/427397?音乐 -娱音乐扒叔+娱乐扒叔的直播间,http://epg.112114.xyz/douyu/9624581 -音乐速递,http://epg.112114.xyz/douyu/4846936 -咦那是什么+【女团】精选韩国现场饭拍MV音乐,http://zzy789.xyz/douyu1.php?id=231464 -朴素妍音乐,http://zzy789.xyz/douyu1.php?id=603070 -韩国音乐女团,http://zzy789.xyz/douyu1.php?id=231464 -24H音乐女团,http://zzy789.xyz/douyu1.php?id=3870925 -kpop音乐女团,http://zzy789.xyz/douyu1.php?id=329667 -TARA皇冠灬尐魔魚+未曾相逢先一笑,初会便已许平音乐...,http://zzy789.xyz/douyu1.php?id=3221207 -Rabbit每日爆料+Rabbit每日爆料的直播音乐...,http://zzy789.xyz/douyu1.php?id=9685652 +🔁|轮播剧场,#genre# +周润发影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/639526984 +古龙作品集,http://112.74.200.9:88/tv000000/m3u8.php?/migu/639528313 +周星驰影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/623338112 +成龙作品集,http://112.74.200.9:88/tv000000/m3u8.php?/migu/707671890 +张国荣影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/707689526 +郭富城影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/639528330 +刘德华影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/659315648 +金庸频道,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625774640 +新片放映厅,http://112.74.200.9:88/tv000000/m3u8.php?/migu/619495952 +高分影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/627198191 +盗墓,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625525181 +经典影视速看,http://112.74.200.9:88/tv000000/m3u8.php?/migu/627198751 +试胆大会,http://112.74.200.9:88/tv000000/m3u8.php?/migu/637483721 +高能烧脑时刻,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625542365 +杨幂影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625542372 +刘亦菲影视展播,http://112.74.200.9:88/tv000000/m3u8.php?/migu/639528386 +咪咕云上电影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625703337 +咪咕暑期剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/627198692 +黄金剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625155140 +军旅剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625643517 +少林剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625526423 +高清大片,http://112.74.200.9:88/tv000000/m3u8.php?/migu/629943678 +古天乐影院,http://112.74.200.9:88/tv000000/m3u8.php?/migu/627198610 +热剧联播,http://112.74.200.9:88/tv000000/m3u8.php?/migu/629943613 +喜剧联盟,http://112.74.200.9:88/tv000000/m3u8.php?/migu/637444830 +僵尸剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/627033504 +深夜失眠剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625759558 +红色谍战剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/634274665 +经典贺岁片,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625774662 +每日科幻电影,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625204865 +追剧少女,http://112.74.200.9:88/tv000000/m3u8.php?/migu/617432318 +怀旧老片,http://112.74.200.9:88/tv000000/m3u8.php?/migu/621640582 +武侠剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/627198822 +盗墓笔记,http://112.74.200.9:88/tv000000/m3u8.php?/migu/625681367 -埋堆堆,#genre# +💽|4K合集,#genre# +4K超高清,http://liveop.cctv.cn/hls/4KHD/playlist.m3u8?zzhongd +4k超高清,http://open.live-web.timetv.cn/live03/cctv4k.m3u8 +CCTV4K,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221233400/index.m3u8 +CCTV4K,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221233454/index.m3u8 +CCTV8K,http://live.aikan.miguvideo.com/PLTV/88888888/224/3221233413/index.m3u8 +爱上4K,http://111.20.33.93/TVOD/88888893/224/3221226352/index.m3u8 +纯享4K,http://39.134.115.163:8080/PLTV/88888910/224/3221225786/index.m3u8 +纯享4k,http://39.135.138.58:18890/PLTV/88888888/224/3221225786/index.m3u8 +纯享4K,http://39.135.138.59:18890/PLTV/88888910/224/3221225786/index.m3u8 +纯享4K,http://39.135.138.60:18890/PLTV/88888910/224/3221225786/index.m3u8 +纯享4k,http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225786/index.m3u8 +欢笑剧场4k,http://183.207.255.188/live/program/live/hxjchd/4000000/mnf.m3u8 +苏州4k,http://liveshowbak2.kan0512.com/ksz-norecord/csztv4k_4k.m3u8 +影院4k,http://epg.112114.xyz/douyu/9249162 + +🧨|NewTv,#genre# +NewTV黑莓电竞,http://39.134.115.163:8080/PLTV/88888910/224/3221225653/index.m3u8 +NewTV黑莓电影,http://39.134.115.163:8080/PLTV/88888910/224/3221225718/index.m3u8 +NewTV潮妈辣婆,http://111.40.196.38/PLTV/88888888/224/3221225680/index.m3u8 +NewTV潮妈辣婆,http://39.134.66.66/PLTV/88888888/224/3221225538/index.m3u8 +NewTV潮妈辣婆,http://39.135.138.58:18890/PLTV/88888888/224/3221225712/index.m3u8 +NewTV潮妈辣婆,http://39.134.65.166/PLTV/88888888/224/3221225521/1.m3u8 +NewTV爱情喜剧,http://111.40.196.38/PLTV/88888888/224/3221225616/index.m3u8 +NewTV爱情喜剧,http://39.134.66.66/PLTV/88888888/224/3221225547/index.m3u8 +NewTV爱情喜剧,http://39.135.138.58:18890/PLTV/88888888/224/3221225656/index.m3u8 +NewTV古装剧场,http://111.40.196.36/PLTV/88888888/224/3221225618/index.m3u8 +NewTV古装剧场,http://39.134.115.163:8080/PLTV/88888910/224/3221225678/index.m3u8 +NewTV古装剧场,http://39.134.65.166/PLTV/88888888/224/3221225524/1.m3u8 +NewTV古装剧场,http://39.134.65.164/PLTV/88888888/224/3221225524/1.m3u8 +NewTV古装剧场,http://39.135.138.60:18890/PLTV/88888910/224/3221225678/index.m3u8 +NewTV动作电影,http://111.40.196.31/PLTV/88888888/224/3221225620/index.m3u8 +NewTV动作电影,http://39.134.66.66/PLTV/88888888/224/3221225642/index.m3u8 +NewTV动作电影,http://39.135.138.58:18890/PLTV/88888888/224/3221225620/index.m3u8 +NewTV动作电影,http://39.134.65.164/PLTV/88888888/224/3221225642/1.m3u8 +NewTV动作电影,http://39.135.138.60:18890/PLTV/88888910/224/3221225620/index.m3u8 +NewTV动作电影,http://39.134.66.66/PLTV/88888888/224/3221225524/index.m3u8 +NewTV动作电影,http://39.135.138.58:18890/PLTV/88888888/224/3221225678/index.m3u8 +NewTV军旅剧场,http://111.40.196.28/PLTV/88888888/224/3221225622/index.m3u8 +NewTV军旅剧场,http://39.134.115.163:8080/PLTV/88888910/224/3221225669/index.m3u8 +NewTV军旅剧场,http://39.134.65.164/PLTV/88888888/224/3221225644/1.m3u8 +NewTV军旅剧场,http://39.134.65.179/PLTV/88888888/224/3221225644/1.m3u8 +NewTV军旅剧场,http://39.134.65.173/PLTV/88888888/224/3221225644/1.m3u8 +NewTV军旅剧场,http://39.134.65.175/PLTV/88888888/224/3221225644/1.m3u8 +NewTV军旅剧场,http://39.134.65.164/PLTV/88888888/224/3221225560/1.m3u8 +NewTV军旅剧场,http://39.135.138.60:18890/PLTV/88888910/224/3221225669/index.m3u8 +NewTV精品纪录,http://111.40.196.28/PLTV/88888888/224/3221225630/index.m3u8 +NewTV精品纪录,http://39.134.115.163:8080/PLTV/88888910/224/3221225710/index.m3u8 +NewTV精品纪录,http://39.134.66.66/PLTV/88888888/224/3221225646/index.m3u8 +NewTV精品纪录,http://39.134.65.164/PLTV/88888888/224/3221225646/1.m3u8 +NewTV精品纪录,http://39.135.138.60:18890/PLTV/88888910/224/3221225707/index.m3u8 +NewTV精品体育,http://111.40.196.37/PLTV/88888888/224/3221225608/index.m3u8 +NewTV精品体育,http://39.134.65.166/PLTV/88888888/224/3221225547/1.m3u8 +NewTV军事评论,http://111.40.196.39/PLTV/88888888/224/3221225634/index.m3u8 +NewTV军事评论,http://39.134.66.66/PLTV/88888888/224/3221225644/index.m3u8 +NewTV军事评论,http://39.135.138.58:18890/PLTV/88888888/224/3221225623/index.m3u8 +NewTV军事评论,http://39.134.66.66/PLTV/88888888/224/3221225535/index.m3u8 +NewTV军事评论,http://39.135.138.58:18890/PLTV/88888888/224/3221225757/index.m3u8 +NewTV军事评论,http://39.134.65.166/PLTV/88888888/224/3221225535/1.m3u8 +NewTV军事评论,http://39.134.65.164/PLTV/88888888/224/3221225535/1.m3u8 +NewTV军事评论,http://39.135.138.60:18890/PLTV/88888910/224/3221225757/index.m3u8 +NewTV惊悚悬疑,http://111.40.196.32/PLTV/88888888/224/3221225638/index.m3u8 +NewTV惊悚悬疑,http://39.134.65.166/PLTV/88888888/224/3221225525/1.m3u8 +NewTV惊悚悬疑,http://39.134.65.173/PLTV/88888888/224/3221225525/1.m3u8 +NewTV惊悚悬疑,http://39.134.65.175/PLTV/88888888/224/3221225525/1.m3u8 +NewTV惊悚悬疑,http://39.134.65.166/PLTV/88888888/224/3221225555/1.m3u8 +NewTV惊悚悬疑,http://39.134.65.164/PLTV/88888888/224/3221225555/1.m3u8 +NewTV家庭剧场,http://111.40.196.39/PLTV/88888888/224/3221225626/index.m3u8 +NewTV家庭剧场,http://39.134.66.66/PLTV/88888888/224/3221225552/index.m3u8 +NewTV家庭剧场,http://39.135.138.58:18890/PLTV/88888888/224/3221225670/index.m3u8 +NewTV家庭剧场,http://39.134.66.66/PLTV/88888888/224/3221225550/index.m3u8 +NewTV农业致富,http://111.40.196.35/PLTV/88888888/224/3221225636/index.m3u8 +NewTV农业致富,http://39.134.115.163:8080/PLTV/88888910/224/3221225670/index.m3u8 +NewTV农业致富,http://39.134.66.66/PLTV/88888888/224/3221225604/index.m3u8 +NewTV农业致富,http://39.134.65.164/PLTV/88888888/224/3221225604/1.m3u8 +NewTV农业致富,http://39.135.138.60:18890/PLTV/88888910/224/3221225660/index.m3u8 +NewTV武搏世界,http://111.40.196.39/PLTV/88888888/224/3221225664/index.m3u8 +NewTV武搏世界,http://39.134.65.166/PLTV/88888888/224/3221225552/1.m3u8 +NewTV武搏世界,http://39.134.65.164/PLTV/88888888/224/3221225552/1.m3u8 +NewTV武搏世界,http://39.135.138.60:18890/PLTV/88888910/224/3221225670/index.m3u8 +NewTV武搏世界,http://39.134.65.166/PLTV/88888888/224/3221225553/1.m3u8 +NewTV武搏世界,http://39.134.65.164/PLTV/88888888/224/3221225553/1.m3u8 +NewTV中国功夫,http://111.40.196.38/PLTV/88888888/224/3221225678/index.m3u8 +NewTV中国功夫,http://39.134.65.164/PLTV/88888888/224/3221225679/1.m3u8 +NewTV中国功夫,http://39.134.65.173/PLTV/88888888/224/3221225679/1.m3u8 +NewTV中国功夫,http://39.134.66.66/PLTV/88888888/224/3221225571/index.m3u8 +NewTV中国功夫,http://39.134.65.164/PLTV/88888888/224/3221225571/1.m3u8 +NewTV超级电视剧,http://39.134.66.66/PLTV/88888888/224/3221225545/index.m3u8 +NewTV超级电视剧,http://39.135.138.58:18890/PLTV/88888888/224/3221225710/index.m3u8 +NewTV超级电视剧,http://39.134.65.166/PLTV/88888888/224/3221225545/1.m3u8 +NewTV超级电视剧,http://39.135.138.60:18890/PLTV/88888910/224/3221225710/index.m3u8 +NewTV超级电视剧,http://39.134.67.2:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225672/1.m3u8 +NewTV超级电视剧,http://39.134.67.6:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225672/1.m3u8 +NewTV超级电视剧,http://39.134.67.7:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225672/1.m3u8 +NewTV超级体育,http://39.134.66.66/PLTV/88888888/224/3221225526/index.m3u8 +NewTV超级体育,http://39.134.65.166/PLTV/88888888/224/3221225526/1.m3u8 +NewTV超级体育,http://39.135.138.60:18890/PLTV/88888910/224/3221225709/index.m3u8 +NewTV金牌综艺,http://39.135.138.58:18890/PLTV/88888888/224/3221225622/index.m3u8 +NewTV金牌综艺,http://39.135.138.58:18890/PLTV/88888888/224/3221225648/index.m3u8 +NewTV金牌综艺,http://39.134.65.164/PLTV/88888888/224/3221225635/1.m3u8 +NewTV精品大剧,http://39.134.115.163:8080/PLTV/88888910/224/3221225714/index.m3u8 +NewTV精品大剧,http://39.134.66.66/PLTV/88888888/224/3221225542/index.m3u8 +NewTV精品大剧,http://39.135.138.58:18890/PLTV/88888888/224/3221225708/index.m3u8 +NewTV精品大剧,http://39.134.65.166/PLTV/88888888/224/3221225542/1.m3u8 +NewTV精品大剧,http://39.134.65.164/PLTV/88888888/224/3221225542/1.m3u8 +NewTV精品大剧,http://39.135.138.60:18890/PLTV/88888910/224/3221225708/index.m3u8 +NewTV炫舞未来,http://39.134.115.163:8080/PLTV/88888910/224/3221225707/index.m3u8 +NewTV炫舞未来,http://39.134.65.164/PLTV/88888888/224/3221225538/1.m3u8 +NewTV炫舞未来,http://39.135.138.60:18890/PLTV/88888910/224/3221225713/index.m3u8 +NewTV精品综合,http://39.134.66.66/PLTV/88888888/224/3221225533/index.m3u8 +NewTV精品综合,http://39.134.65.166/PLTV/88888888/224/3221225533/1.m3u8 +NewTV精品综合,http://39.134.65.164/PLTV/88888888/224/3221225533/1.m3u8 +NewTV超级电影,http://39.134.66.66/PLTV/88888888/224/3221225536/index.m3u8 +NewTV超级电影,http://39.135.138.58:18890/PLTV/88888888/224/3221225714/index.m3u8 +NewTV超级电影,http://39.134.65.166/PLTV/88888888/224/3221225536/1.m3u8 +NewTV超级电影,http://39.135.138.60:18890/PLTV/88888910/224/3221225714/index.m3u8 +NewTV超级综艺,http://111.40.196.9/PLTV/88888888/224/3221225632/index.m3u8 +NewTV超级综艺,http://39.135.138.58:18890/PLTV/88888888/224/3221225716/index.m3u8 +NewTV超级综艺,http://39.134.65.166/PLTV/88888888/224/3221225550/1.m3u8 +NewTV超级综艺,http://39.134.65.164/PLTV/88888888/224/3221225550/1.m3u8 +NewTV明星大片,http://39.134.66.66/PLTV/88888888/224/3221225637/index.m3u8 +NewTV明星大片,http://39.135.138.58:18890/PLTV/88888888/224/3221225625/index.m3u8 +NewTV明星大片,http://39.134.65.164/PLTV/88888888/224/3221225637/1.m3u8 +NewTV明星大片,http://39.135.138.58:18890/PLTV/88888888/224/3221226210/index.m3u8 +NewTV明星大片,http://39.134.65.179/PLTV/88888888/224/3221225682/1.m3u8 +NewTV明星大片,http://39.134.65.166/PLTV/88888888/224/3221225682/1.m3u8 +NewTV明星大片,http://39.134.65.173/PLTV/88888888/224/3221225682/1.m3u8 +NewTV明星大片,http://39.134.65.175/PLTV/88888888/224/3221225682/1.m3u8 +NewTV动画王国,http://39.134.65.179/PLTV/88888888/224/3221225637/1.m3u8 +NewTV动画王国,http://39.134.65.181/PLTV/88888888/224/3221225637/1.m3u8 +NewTV动画王国,http://39.134.65.173/PLTV/88888888/224/3221225637/1.m3u8 +NewTV动画王国,http://39.134.65.183/PLTV/88888888/224/3221225637/1.m3u8 +NewTV欢乐剧场,http://39.134.66.66/PLTV/88888888/224/3221225525/index.m3u8 +NewTV欢乐剧场,http://39.135.138.58:18890/PLTV/88888888/224/3221225711/index.m3u8 +NewTV欢乐剧场,http://39.134.65.179/PLTV/88888888/224/3221225525/1.m3u8 +NewTV热播精选,http://39.135.138.60:18890/PLTV/88888910/224/3221225711/index.m3u8 +NewTV东北热剧,http://39.134.65.179/PLTV/88888888/224/3221225679/1.m3u8 +NewTV东北热剧,http://39.134.65.175/PLTV/88888888/224/3221225679/1.m3u8 +NewTV精彩剧场,http://111.20.33.93/PLTV/88888893/224/3221226012/index.m3u8 +NewTV家庭剧场,http://39.134.65.166/PLTV/88888888/224/3221225538/1.m3u8 +NewTV东北热剧[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226202/index.m3u8 +NewTV军事评论[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225757/index.m3u8 +NewTV家庭剧场[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225713/index.m3u8 +NewTV欢乐剧场[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226210/index.m3u8 +NewTV精品体育[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225709/index.m3u8 +NewTV超级电视剧[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225625/index.m3u8 + +🎁|埋堆堆,#genre# 埋堆堆1,http://txtest-xp2p.p2p.huya.com/src/1199561277675-1199561277675-5434860597135015936-2399122678806-10057-A-0-1.xs 埋堆堆2,http://txtest-xp2p.p2p.huya.com/src/1199563477578-1199563477578-5444309108574388224-2399127078612-10057-A-0-1.xs 埋堆堆3,http://txtest-xp2p.p2p.huya.com/src/1199561226091-1199561226091-5434639045542019072-2399122575638-10057-A-0-1.xs 埋堆堆4,http://txtest-xp2p.p2p.huya.com/src/1199563478941-1199563478941-5444314962614812672-2399127081338-10057-A-0-1.xs -埋堆堆5,http://txtest-xp2p.p2p.huya.com/src/1199561181108-1199561181108-5434445845028143104-2399122485672-10057-A-0-1.xs -埋堆堆6,http://txtest-xp2p.p2p.huya.com/src/1199563479466-1199563479466-5444317217472643072-2399127082388-10057-A-0-1.xs -埋堆堆7,http://txtest-xp2p.p2p.huya.com/src/1199561179151-1199561179151-5434437439777144832-2399122481758-10057-A-0-1.xs -埋堆堆8,http://txtest-xp2p.p2p.huya.com/src/1199561223711-1199561223711-5434628823519854592-2399122570878-10057-A-0-1.xs -埋堆堆9,http://txtest-xp2p.p2p.huya.com/src/1199564003640-1199564003640-5446568527660056576-2399128130736-10057-A-0-1.xs -埋堆堆10,http://txtest-xp2p.p2p.huya.com/src/1199564062365-1199564062365-5446820749614514176-2399128248186-10057-A-0-1.xs -埋堆堆11,http://txtest-xp2p.p2p.huya.com/src/1199563493375-1199563493375-5444376956172763136-2399127110206-10057-A-0-1.xs -埋堆堆12,http://txtest-xp2p.p2p.huya.com/src/1199561181026-1199561181026-5434445492840824832-2399122485508-10057-A-0-1.xs -埋堆堆13,http://txtest-xp2p.p2p.huya.com/src/1199561158071-1199561158071-5434346901866545152-2399122439598-10057-A-0-1.xs -埋堆堆14,http://txtest-xp2p.p2p.huya.com/src/1199561182641-1199561182641-5434452429213007872-2399122488738-10057-A-0-1.xs -埋堆堆15,http://txtest-xp2p.p2p.huya.com/src/1199561177177-1199561177177-5434428961511702528-2399122477810-10057-A-0-1.xs -埋堆堆16,http://txtest-xp2p.p2p.huya.com/src/1199561462555-1199561462555-5435654650688700416-2399123048566-10057-A-0-1.xs -埋堆堆17,http://txtest-xp2p.p2p.huya.com/src/1199563479615-1199563479615-5444317857422770176-2399127082686-10057-A-0-1.xs -埋堆堆18,http://txtest-xp2p.p2p.huya.com/src/1199561277686-1199561277686-5434860644379656192-2399122678828-10057-A-0-1.xs -埋堆堆19,http://txtest-xp2p.p2p.huya.com/src/1199561391895-1199561391895-5435351168299565056-2399122907246-10057-A-0-1.xs -埋堆堆20,http://txtest-xp2p.p2p.huya.com/src/1199563491137-1199563491137-5444367344035954688-2399127105730-10057-A-0-1.xs -埋堆堆21,http://txtest-xp2p.p2p.huya.com/src/1199561240999-1199561240999-5434703074914467840-2399122605454-10057-A-0-1.xs -埋堆堆22,http://txtest-xp2p.p2p.huya.com/src/1199561276760-1199561276760-5434856667239940096-2399122676976-10057-A-0-1.xs -埋堆堆23,http://txtest-xp2p.p2p.huya.com/src/1199561241049-1199561241049-5434703289662832640-2399122605554-10057-A-0-1.xs -埋堆堆24,http://txtest-xp2p.p2p.huya.com/src/1199561244004-1199561244004-5434715981291192320-2399122611464-10057-A-0-1.xs -埋堆堆25,http://txtest-xp2p.p2p.huya.com/src/1199563481280-1199563481280-5444325008543318016-2399127086016-10057-A-0-1.xs -埋堆堆26,http://txtest-xp2p.p2p.huya.com/src/1199561463578-1199561463578-5435659044440244224-2399123050612-10057-A-0-1.xs -埋堆堆27,http://txtest-xp2p.p2p.huya.com/src/1199563478867-1199563478867-5444314644787232768-2399127081190-10057-A-0-1.xs -埋堆堆28,http://txtest-xp2p.p2p.huya.com/src/1199563486009-1199563486009-5444345319443660800-2399127095474-10057-A-0-1.xs -埋堆堆29,http://txtest-xp2p.p2p.huya.com/src/1199561276763-1199561276763-5434856680124841984-2399122676982-10057-A-0-1.xs -埋堆堆30,http://txtest-xp2p.p2p.huya.com/src/1199561176260-1199561176260-5434425023026692096-2399122475976-10057-A-0-1.xs -埋堆堆31,http://txtest-xp2p.p2p.huya.com/src/1199561462555-1199561462555-5435654650688700416-2399123048566-10057-A-0-1.xs -埋堆堆32,http://txtest-xp2p.p2p.huya.com/src/1199563479466-1199563479466-5444317217472643072-2399127082388-10057-A-0-1.xs -埋堆堆33,http://txtest-xp2p.p2p.huya.com/src/1199561153167-1199561153167-5434325839346925568-2399122429790-10057-A-0-1.xs -埋堆堆34,http://txtest-xp2p.p2p.huya.com/src/1199561182641-1199561182641-5434452429213007872-2399122488738-10057-A-0-1.xs -埋堆堆35,http://txtest-xp2p.p2p.huya.com/src/1199561177177-1199561177177-5434428961511702528-2399122477810-10057-A-0-1.xs -埋堆堆36,http://txtest-xp2p.p2p.huya.com/src/1199563564801-1199563564801-5444683728506847232-2399127253058-10057-A-0-1.xs -埋堆堆37,http://txtest-xp2p.p2p.huya.com/src/1199563488528-1199563488528-5444356138466279424-2399127100512-10057-A-0-1.xs -埋堆堆38,http://txtest-xp2p.p2p.huya.com/src/1199561181026-1199561181026-5434445492840824832-2399122485508-10057-A-0-1.xs -埋堆堆39,http://txtest-xp2p.p2p.huya.com/src/1199561158071-1199561158071-5434346901866545152-2399122439598-10057-A-0-1.xs -七公主驾到,http://txtest-xp2p.p2p.huya.com/src/1199561277675-1199561277675-5434860597135015936-2399122678806-10057-A-0-1.xs -鬼同你,http://txtest-xp2p.p2p.huya.com/src/1199563477578-1199563477578-5444309108574388224-2399127078612-10057-A-0-1.xs -法证先锋,http://txtest-xp2p.p2p.huya.com/src/1199561226091-1199561226091-5434639045542019072-2399122575638-10057-A-0-1.xs -爱·回家,http://txtest-xp2p.p2p.huya.com/src/1199563478941-1199563478941-5444314962614812672-2399127081338-10057-A-0-1.xs -荃加福禄寿探案,http://txtest-xp2p.p2p.huya.com/src/1199561181108-1199561181108-5434445845028143104-2399122485672-10057-A-0-1.xs -食为奴,http://txtest-xp2p.p2p.huya.com/src/1199563479466-1199563479466-5444317217472643072-2399127082388-10057-A-0-1.xs -洪武三十二,http://txtest-xp2p.p2p.huya.com/src/1199561179151-1199561179151-5434437439777144832-2399122481758-10057-A-0-1.xs -EU超时任务,http://txtest-xp2p.p2p.huya.com/src/1199561223711-1199561223711-5434628823519854592-2399122570878-10057-A-0-1.xs -黄金有罪,http://txtest-xp2p.p2p.huya.com/src/1199564003640-1199564003640-5446568527660056576-2399128130736-10057-A-0-1.xs -阿爷厨房第2季,http://txtest-xp2p.p2p.huya.com/src/1199563493375-1199563493375-5444376956172763136-2399127110206-10057-A-0-1.xs -封神榜,http://txtest-xp2p.p2p.huya.com/src/1199561158071-1199561158071-5434346901866545152-2399122439598-10057-A-0-1.xs -看孙悟空唐三藏取西经,http://txtest-xp2p.p2p.huya.com/src/1199561181026-1199561181026-5434445492840824832-2399122485508-10057-A-0-1.xs -张卫健版西游记,http://txtest-xp2p.p2p.huya.com/src/1199561182641-1199561182641-5434452429213007872-2399122488738-10057-A-0-1.xs -楚汉骄雄,http://txtest-xp2p.p2p.huya.com/src/1199561177177-1199561177177-5434428961511702528-2399122477810-10057-A-0-1.xs -状王宋世杰-第二部,http://txtest-xp2p.p2p.huya.com/src/1199561462555-1199561462555-5435654650688700416-2399123048566-10057-A-0-1.xs -林正英-殭尸道长,http://txtest-xp2p.p2p.huya.com/src/1199563479615-1199563479615-5444317857422770176-2399127082686-10057-A-0-1.xs?天地争霸美猴王,http://txtest-xp2p.p2p.huya.com/src/1199561277686-1199561277686-5434860644379656192-2399122678828-10057-A-0-1.xs -雪山飞狐 黄日华版,http://txtest-xp2p.p2p.huya.com/src/1199561391895-1199561391895-5435351168299565056-2399122907246-10057-A-0-1.xs -情事缉私档案,http://txtest-xp2p.p2p.huya.com/src/1199563491137-1199563491137-5444367344035954688-2399127105730-10057-A-0-1.xs -秀才遇到兵,http://txtest-xp2p.p2p.huya.com/src/1199561176240-1199561176240-5434424937127346176-2399122475936-10057-A-0-1.xs -射雕之九阴真经,http://txtest-xp2p.p2p.huya.com/src/1199561240999-1199561240999-5434703074914467840-2399122605454-10057-A-0-1.xs -倚天屠龙记 梁朝伟版,http://txtest-xp2p.p2p.huya.com/src/1199561276760-1199561276760-5434856667239940096-2399122676976-10057-A-0-1.xs -难兄难弟,http://txtest-xp2p.p2p.huya.com/src/1199561241049-1199561241049-5434703289662832640-2399122605554-10057-A-0-1.xs -心慌‧心郁‧逐个捉http://txtest-xp2p.p2p.huya.com/src/1199561218716-1199561218716-5434607370158211072-2399122560888-10057-A-0-1.xs -超级奖门人,http://txtest-xp2p.p2p.huya.com/src/1199561244004-1199561244004-5434715981291192320-2399122611464-10057-A-0-1.xs -新上海滩,http://txtest-xp2p.p2p.huya.com/src/1199563481280-1199563481280-5444325008543318016-2399127086016-10057-A-0-1.xs -宠物情缘,http://txtest-xp2p.p2p.huya.com/src/1199563478867-1199563478867-5444314644787232768-2399127081190-10057-A-0-1.xs -难兄难弟,http://txtest-xp2p.p2p.huya.com/src/1199561241049-1199561241049-5434703289662832640-2399122605554-10057-A-0-1.xs -今生无悔,http://txtest-xp2p.p2p.huya.com/src/1199561276763-1199561276763-5434856680124841984-2399122676982-10057-A-0-1.xs -奸人语录,http://txtest-xp2p.p2p.huya.com/src/1199563486009-1199563486009-5444345319443660800-2399127095474-10057-A-0-1.xs -楚留香,http://txtest-xp2p.p2p.huya.com/src/1199561463578-1199561463578-5435659044440244224-2399123050612-10057-A-0-1.xs -斗气一族,http://txtest-xp2p.p2p.huya.com/src/1199564062365-1199564062365-5446820749614514176-2399128248186-10057-A-0-1.xs \ No newline at end of file +埋堆堆10,http://txtest-xp2p.p2p.huya.com/src/1199563479466-1199563479466-5444317217472643072-2399127082388-10057-A-0-1.xs +埋堆堆11,http://txtest-xp2p.p2p.huya.com/src/1199561179151-1199561179151-5434437439777144832-2399122481758-10057-A-0-1.xs +埋堆堆12,http://txtest-xp2p.p2p.huya.com/src/1199561223711-1199561223711-5434628823519854592-2399122570878-10057-A-0-1.xs +埋堆堆16,http://txtest-xp2p.p2p.huya.com/src/1199564003640-1199564003640-5446568527660056576-2399128130736-10057-A-0-1.xs +埋堆堆21,http://txtest-xp2p.p2p.huya.com/src/1199564062365-1199564062365-5446820749614514176-2399128248186-10057-A-0-1.xs +埋堆堆23,http://txtest-xp2p.p2p.huya.com/src/1199563493375-1199563493375-5444376956172763136-2399127110206-10057-A-0-1.xs +埋堆堆24,http://txtest-xp2p.p2p.huya.com/src/1199561181026-1199561181026-5434445492840824832-2399122485508-10057-A-0-1.xs +埋堆堆25,http://txtest-xp2p.p2p.huya.com/src/1199561158071-1199561158071-5434346901866545152-2399122439598-10057-A-0-1.xs +埋堆堆26,http://txtest-xp2p.p2p.huya.com/src/1199561182641-1199561182641-5434452429213007872-2399122488738-10057-A-0-1.xs +埋堆堆27,http://txtest-xp2p.p2p.huya.com/src/1199561177177-1199561177177-5434428961511702528-2399122477810-10057-A-0-1.xs +埋堆堆28,http://txtest-xp2p.p2p.huya.com/src/1199561462555-1199561462555-5435654650688700416-2399123048566-10057-A-0-1.xs +埋堆堆29,http://txtest-xp2p.p2p.huya.com/src/1199563479615-1199563479615-5444317857422770176-2399127082686-10057-A-0-1.xs +埋堆堆30,http://txtest-xp2p.p2p.huya.com/src/1199561277686-1199561277686-5434860644379656192-2399122678828-10057-A-0-1.xs +埋堆堆31,http://txtest-xp2p.p2p.huya.com/src/1199561391895-1199561391895-5435351168299565056-2399122907246-10057-A-0-1.xs +埋堆堆32,http://txtest-xp2p.p2p.huya.com/src/1199563491137-1199563491137-5444367344035954688-2399127105730-10057-A-0-1.xs +埋堆堆41,http://txtest-xp2p.p2p.huya.com/src/1199561240999-1199561240999-5434703074914467840-2399122605454-10057-A-0-1.xs +埋堆堆42,http://txtest-xp2p.p2p.huya.com/src/1199561276760-1199561276760-5434856667239940096-2399122676976-10057-A-0-1.xs +埋堆堆44,http://txtest-xp2p.p2p.huya.com/src/1199561241049-1199561241049-5434703289662832640-2399122605554-10057-A-0-1.xs +埋堆堆47,http://txtest-xp2p.p2p.huya.com/src/1199561244004-1199561244004-5434715981291192320-2399122611464-10057-A-0-1.xs +埋堆堆49,http://txtest-xp2p.p2p.huya.com/src/1199563481280-1199563481280-5444325008543318016-2399127086016-10057-A-0-1.xs +埋堆堆52,http://txtest-xp2p.p2p.huya.com/src/1199561463578-1199561463578-5435659044440244224-2399123050612-10057-A-0-1.xs +埋堆堆54,http://txtest-xp2p.p2p.huya.com/src/1199563478867-1199563478867-5444314644787232768-2399127081190-10057-A-0-1.xs +埋堆堆56,http://txtest-xp2p.p2p.huya.com/src/1199563486009-1199563486009-5444345319443660800-2399127095474-10057-A-0-1.xs +埋堆堆57,http://txtest-xp2p.p2p.huya.com/src/1199561276763-1199561276763-5434856680124841984-2399122676982-10057-A-0-1.xs +埋堆堆58,http://txtest-xp2p.p2p.huya.com/src/1199561176260-1199561176260-5434425023026692096-2399122475976-10057-A-0-1.xs +埋堆堆61,http://txtest-xp2p.p2p.huya.com/src/1199561153167-1199561153167-5434325839346925568-2399122429790-10057-A-0-1.xs +埋堆堆65,http://txtest-xp2p.p2p.huya.com/src/1199563564801-1199563564801-5444683728506847232-2399127253058-10057-A-0-1.xs +埋堆堆66,http://txtest-xp2p.p2p.huya.com/src/1199563488528-1199563488528-5444356138466279424-2399127100512-10057-A-0-1.xs + +👨‍👩‍👧‍👧|歌曲,#genre# +烟雨人间,http://mobi.kuwo.cn/tmevideo/tme1257648.mp4 +阿果吉曲,http://mobi.kuwo.cn/tmevideo/tme1257695.mp4 +阿果吉曲,http://mobi.kuwo.cn/tmevideo/tme1257647.mp4 +你的万水千山,http://mobi.kuwo.cn/tmevideo/tme1257697.mp4 +人生如歌,http://mobi.kuwo.cn/tmevideo/tme1257678.mp4 +孤独的王,http://mobi.kuwo.cn/tmevideo/tme1257703.mp4 +作酒,http://mobi.kuwo.cn/tmevideo/tme16186338.mp4 +逃之夭夭,http://mobi.kuwo.cn/tmevideo/tme12155598.mp4 +两个世界,http://mobi.kuwo.cn/tmevideo/tme1932603.mp4 +闽南语歌曲联播,http://mobi.kuwo.cn/tmevideo/tme12155588.mp4 +阿衣莫,http://mobi.kuwo.cn/tmevideo/tme7020227.mp4 +归来是故乡,http://mobi.kuwo.cn/tmevideo/tme1700466.mp4 +叹这一生,http://mobi.kuwo.cn/tmevideo/tme1662018.mp4 +叹这一生,http://mobi.kuwo.cn/tmevideo/tme2033087.mp4 +最亲的人,http://mobi.kuwo.cn/tmevideo/tme2152057.mp4 +最亲的人,http://mobi.kuwo.cn/tmevideo/tme1658520.mp4 +大风吹,http://vdown2.kuwo.cn/resource//t5/0/eTNBMFltlx07LI3bUVOg01041201VIsY0E010.mp4 +醉倾城,http://videosc.kuwo.cn/UAA-4hndfVc5V6DJX0EvslAUBBI=/lhXcbl-l_ujsig79B4Ez5jT7tBNB +西海情歌,http://vdown.kuwo.cn/resource//t4/6/86/TbCpJTdV4o0.mp4 +得意的笑,http://vdown.kuwo.cn/resource//t4/22/49/ZAlSw_dVq1Q.mp4 +你不来我不老,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgnLzE4gUoxaHkBg.mp4 +远走高飞,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgn-zL9QUo4L7HJQ.mp4 +酒醉的蝴蝶,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgjvvL9QUo3cjNuQY.mp4 +情火,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgwfvL9QUoyKDRhQI.mp4 +别知己,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg9sG2-AUo4MTLmAQ.mp4 +缘分一道桥,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgw4vG4gUozNe3-QM.mp4 +不一样的美,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgmfvL9QUolKvHtQE.mp4 +成都,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgx5ei5wUoqOfenwE.mp4 +狂狼,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgsK2M5gUosN7C7QQ.mp4 +野花香,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg3oaO9wUo4J6WwQU.mp4 +老猫-都说,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAghPbQ7AUohPLwrAM.mp4 +拥抱着你离去,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg2bGM5gUo_NXfoAI.mp4 +沙漠骆驼,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgjbGM5gUon8K7eQ.mp4 +在唱等你那么久,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg68u04wUoqKv6igY.mp4 +藕断丝连,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg2-PE4gUogNfRyAM.mp4 +歌在飞,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgl4XG4gUo2IDXsAM.mp4 +火火的爱,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgzsXE4gUorZf38wc.mp4 +爱火,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg_8PE4gUo5KSp4gU.mp4 +闯天涯,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgsZ-V4gUo8dCz8wE.mp4 +火红的萨日朗,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgnaLV4gUop5aBpQY.mp4 +你牛什么牛,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg3drE4gUo05Sr5AI.mp4 +云朵-我的楼兰,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg88K74gUohZWCnwQ.mp4 +后来,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg9_qv4gUo4vCgPQ.mp4 +兄弟难当,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg97nE4gUooPX7tQU.mp4 +水云涧,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgvLrE4gUon5qCgAU.mp4 +套马杆,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgnLvE4gUo8NTRJA.mp4 +草原情哥哥,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg26rA4gUou4uf7AU.mp4 +没有你陪伴我真的好孤单,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgpPqtggYozbG1SQ.mp4 +火辣辣的情歌,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgsaTA4gUohOr5ngc.mp4 +柔柔的眼波柔柔的你,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg9dvx9wUowK2B3AY.mp4 +一曲相思,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg4oDG4gUo69_8zAQ.mp4 +死心塌地去爱你,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgwtjx9wUonPWg5QU.mp4 +我们不一样,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg4Nfx9wUojcTB7Qc.mp4 +小苹果,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgy6fE4gUoksb_nwQ.mp4 +公虾米,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgnMOv5wUouMCstQQ.mp4 +等到山花开,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAggcOv5wUo4pShggc.mp4 +美美哒,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg4cm74gUo4OSj9gU.mp4 +十八姑娘一朵花,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgzL_v5wUowL3FvAM.mp4 +一生所爱,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgk9aq4gUogIDbxwQ.mp4 +半阳一曲相思,https://vdse.bdstatic.com//e547b08ce3afad200eec374f3c4ee450.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T13%3A00%3A56Z%2F-1%2Fhost +站着等你三千年,https://vdse.bdstatic.com//967f216dea39a6f3ccb44884a219f8ff.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2019-12-14T02%3A12%3A33Z%2F +贴身侍卫,http://em.21dtv.com/songs/60110002.mkv +红尘里的花,http://em.21dtv.com/songs/60110001.mkv +家乡,http://em.21dtv.com/songs/60110000.mkv +化蝶随你飞,http://em.21dtv.com/songs/60110003.mkv +为爱停留,http://em.21dtv.com/songs/60110006.mkv +寂寞的夜里想起你,http://em.21dtv.com/songs/60110004.mkv +别说谁离不开谁,http://em.21dtv.com/songs/60110007.mkv +微世界,http://em.21dtv.com/songs/60110005.mkv +忘掉你的美,http://em.21dtv.com/songs/60110008.mkv +摆古,http://em.21dtv.com/songs/60110009.mkv +舞动快乐,http://em.21dtv.com/songs/60110011.mkv +租爱,http://em.21dtv.com/songs/60110010.mkv +策马扬鞭,http://em.21dtv.com/songs/60110013.mkv +我们都没错,http://em.21dtv.com/songs/60110015.mkv +谢谢我的我,http://em.21dtv.com/songs/60110016.mkv +国家,http://em.21dtv.com/songs/60110020.mkv +尘缘情歌,http://em.21dtv.com/songs/60110018.mkv +我的爱你并不在乎,http://em.21dtv.com/songs/60110019.mkv +小小,http://em.21dtv.com/songs/60110021.mkv +恋爱转机,http://em.21dtv.com/songs/60110022.mkv +我的自卑感,http://em.21dtv.com/songs/60110023.mkv +平凡的梦,http://em.21dtv.com/songs/60110024.mkv +解开,http://em.21dtv.com/songs/60110025.mkv +爱在心里,http://em.21dtv.com/songs/60110026.mkv +新年,http://em.21dtv.com/songs/60110027.mkv +飞天神韵,http://em.21dtv.com/songs/60110028.mkv +分手的那一夜,http://em.21dtv.com/songs/60110030.mkv +等你回来,http://em.21dtv.com/songs/60110031.mkv +酥手愿,http://em.21dtv.com/songs/60110033.mkv +八戒八戒我的郎,http://em.21dtv.com/songs/60110032.mkv +错爱,http://em.21dtv.com/songs/60110035.mkv +牵过的手,http://em.21dtv.com/songs/60110029.mkv +曾经拥有的那些年,http://em.21dtv.com/songs/60110036.mkv +迪迪娜,http://em.21dtv.com/songs/60110037.mkv +绽放的玫瑰,http://em.21dtv.com/songs/60110038.mkv +念念,http://em.21dtv.com/songs/60110040.mkv +傍晚,http://em.21dtv.com/songs/60110039.mkv +思念她,http://em.21dtv.com/songs/60110041.mkv +寂寞钢琴手,http://em.21dtv.com/songs/60110042.mkv +不爱就滚开,http://em.21dtv.com/songs/60110043.mkv +寂寞空虚冷,http://em.21dtv.com/songs/60110045.mkv +中国山水画,http://em.21dtv.com/songs/60110044.mkv +旗袍的诱惑,http://em.21dtv.com/songs/60110046.mkv +草原汉子,http://em.21dtv.com/songs/60110047.mkv +草蜢-失恋阵线联盟,http://vodcdn.video.taobao.com/oss/ali-video/bbae2fc164d9517913ed5a9117f8455b/video.m3u8 +草蜢-忘情森巴舞,http://vodcdn.video.taobao.com/oss/ali-video/a30020a6cd9ce2a8b387e029f9c5365c/video.m3u8 +草蜢-半点心,http://vodcdn.video.taobao.com/oss/ali-video/68fc953ff930412784dada5eb79d0821/1461058499/video.m3u8.m3u8 +草蜢-宝贝对不起,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/RQdMfitGKCINh4BPzc9%40%40sd.m3u8 +王菲-如风,http://vodcdn.video.taobao.com/oss/ali-video/f176658a3f974aecd5ce3df456092835/video.m3u8 +王菲-执迷不悔,http://vodcdn.video.taobao.com/oss/ali-video/15bf7da88b44048edaabe73d6b17c00b/video.m3u8 +陈慧娴-千千阙歌,http://vodcdn.video.taobao.com/oss/ali-video/8f45a35108ebe1b1951d2936007e3cd0/video.m3u8 +陈慧娴-孤单背影,http://vodcdn.video.taobao.com/oss/ali-video/092bc3fac8ea013544a1dda61de41e58/video.m3u8 +梁朝伟-一天一天爱恋,http://vodcdn.video.taobao.com/oss/ali-video/d8c74bd184d05f8cf1cbd4bbd7307f79/video.m3u8 +巫启贤-只因你伤心,http://vodcdn.video.taobao.com/oss/ali-video/c28acbe36530da595b04161855bba004/video.m3u8 +巫启贤-太傻,http://vodcdn.video.taobao.com/oss/ali-video/e6f2953419f904065dc2ce38efc85515/video.m3u8 +彭佳慧-无法割舍,http://vodcdn.video.taobao.com/oss/ali-video/8be8f7d28d4f2c7ce759d431f0d3181b/video.m3u8 +彭佳慧-回味,http://vodcdn.video.taobao.com/oss/ali-video/6801f707771eacdb5264f8bb20e4d599/video.m3u8 +叶倩文-伤逝,http://vodcdn.video.taobao.com/oss/ali-video/9f6ad7cd057bc2cf21d1c5a6cc57eed7/video.m3u8 +叶倩文-我的爱对你说,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/7xXG24i7EbZtCTOtSnh%40%40sd.m3u8 +张智霖-片片枫叶情,http://vodcdn.video.taobao.com/oss/ali-video/1d02cf8794a542c930fbf210c0a4e3e7/video.m3u8 +毛宁-晚秋,http://vodcdn.video.taobao.com/oss/ali-video/95751adaad64e6ca860b18f4855cd94d/video.m3u8 +毛宁-蓝蓝的夜蓝蓝的梦,http://vodcdn.video.taobao.com/oss/ali-video/6d5a8c2e7667e3d6138246a45571d1f7/video.m3u8 +毛宁/杨钰莹-心雨,http://vodcdn.video.taobao.com/oss/ali-video/0191a1eb6017684a3641a51d32c9633a/video.m3u8 +杨钰莹-轻轻告诉你,http://vodcdn.video.taobao.com/oss/ali-video/1905c60363f40cea52f342ec59132da0/video.m3u8 +杨钰莹-等你一万年,http://vodcdn.video.taobao.com/oss/ali-video/e1e0b88e5c6d40d7176f353d41aac985/video.m3u8 +杨钰莹-红彤彤的春天,http://vodcdn.video.taobao.com/oss/ali-video/31fcc5242ffc9a00a5a62d89b21c0bea/video.m3u8 +吕方-多爱你一天,http://vodcdn.video.taobao.com/oss/ali-video/dcd97358c3e72377932aa883727320f9/video.m3u8 +孟庭苇-冬季到台北来看雨,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/Pd8qTC385qKJVXaXcKj%40%40hd.m3u8 +孟庭苇-真的还是假的,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/vhJvCIZiDOz7f6VTCON%40%40hd.m3u8 +孟庭苇-风中有朵雨做的云,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/Cg9qI5imMInpPvK5Mnm%40%40hd.m3u8 +孟庭苇-你究竟有多少个好妹妹,http://vodcdn.video.taobao.com/oss/ali-video/dfb07cbdd8435d48cb1e6691122d8d85/video.m3u8 +孟庭苇-你看你看月亮的脸,http://vodcdn.video.taobao.com/oss/ali-video/6e098f7b47614885845efb7a45998eb1/1465875165/video.m3u8.m3u8 +孟庭苇-雾里看花,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/fi3PjAgsnTjwzAvSboT%40%40hd.m3u8 +孟庭苇-红雨,http://vodcdn.video.taobao.com/oss/ali-video/a816f01838e07c4dac5f8612331bca63/video.m3u8 +孟庭苇-无声的雨,http://vodcdn.video.taobao.com/oss/ali-video/d404a897abb4526c94bb5f72dc566952/video.m3u8 +孟庭苇-谁的眼泪在飞,http://vodcdn.video.taobao.com/oss/ali-video/bfcfddb1694a43957962294c2f75bdfb/video.m3u8 +孟庭苇-把思念寄托远方,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/Y0iKpwmE2YZona6PY7A%40%40hd.m3u8 +孟庭苇-风里的梦,http://vodcdn.video.taobao.com/oss/ali-video/626e2336b5e9765e14ba22a617fd6223/video.m3u8 +孟庭苇-过冬,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/U9QKnKK2RpKMElnSS07%40%40hd.m3u8 +孟庭苇-爱你太深,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/KbJb4OVT1yH1ZDvri5p%40%40hd.m3u8 +孟庭苇-不下雨就出太阳吧,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/lhaW77A2RRwiJrh0CiJ%40%40hd.m3u8 +孟庭苇-我说的谎都是真的,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/9aqTcUjlJ7KZkA37W1E%40%40hd.m3u8 +孟庭苇-春雪,http://bizcommon.alicdn.com/l2nDqpMmn6DGHnWzZQA/5ZFrpzPk37KvY7CaTUj%40%40hd.m3u8 +裘正海-爱你十分泪七分,http://vodcdn.video.taobao.com/oss/ali-video/6ad63af2dc4b244d0dc773b2004374c3/video.m3u8 +许茹芸-独角戏,http://vodcdn.video.taobao.com/oss/ali-video/5333f389ce940d0a2c1dd6090927746c/video.m3u8 +许茹芸-如果云知道,http://vodcdn.video.taobao.com/oss/ali-video/fd87aea7bc293a5930b8a64c752df476/video.m3u8 +许茹芸-泪海,http://vodcdn.video.taobao.com/oss/ali-video/76fe6eb28aee716783f2a47ba8a15e5a/video.m3u8 +许茹芸-不爱我放了我,http://vodcdn.video.taobao.com/oss/ali-video/b0f458650135c68f1b88ea7667eec629/video.m3u8 +许茹芸-我依然爱你,http://vodcdn.video.taobao.com/oss/ali-video/4c4ec12e6efa0d76e5a269ac05ea394e/video.m3u8 +陈明真-变心的翅膀,http://vodcdn.video.taobao.com/oss/ali-video/e18dd3abfada11fb6faf26a521084343/video.m3u8 +陈明真-百万个吻,http://vodcdn.video.taobao.com/oss/ali-video/0c66aff1e198e944fb0460172d33d780/video.m3u8 +陈明真-情债,http://vodcdn.video.taobao.com/oss/ali-video/99c8f1df6d5686d99e4adc1e6caed7b7/video.m3u8 +任齐贤-心太软,http://vodcdn.video.taobao.com/oss/ali-video/1675208d8b5f0f0d8ce09236f4068dfe/video.m3u8 +周华健-风雨无阻,http://vodcdn.video.taobao.com/oss/ali-video/8d77795bdc63d87125ba47f993e0bfb4/video.m3u8 +周慧敏-痴心换情深,http://vodcdn.video.taobao.com/oss/ali-video/aa07f0b5c8a36740b3bee03d69a4116c/video.m3u8 +光良-第一次,http://vodcdn.video.taobao.com/oss/ali-video/fe68ff471420aaefcb3a7f4f413ad3f4/video.m3u8 +张惠妹-听海,http://vodcdn.video.taobao.com/oss/ali-video/c105aa7685c54fbfa74b92e8cc88a3e3/1457681472/video.m3u8.m3u8 +张惠妹-别在伤口撒盐,http://vodcdn.video.taobao.com/oss/ali-video/5997fdd5c8b241b7b2995ae6da3bc8f8/1458294379/video.m3u8.m3u8 +王麟-伤不起,http://vodcdn.video.taobao.com/oss/ali-video/1e3633ff1c3a525e148968b45c18f780/video.m3u8 +谭咏麟/关淑怡-明天你是否依然爱我,http://vodcdn.video.taobao.com/oss/ali-video/0b56ad556e887a9be35d496d318a7565/video.m3u8 +张学友-只想一生跟你走,http://vodcdn.video.taobao.com/oss/ali-video/7f567e1159256a099f3de8f1fdda2db0/video.m3u8 +张学友-一颗不变心,http://vodcdn.video.taobao.com/oss/ali-video/1dcf180669ab98697e49c4c9b5f76cd7/video.m3u8 +辛晓琪-领悟,http://vodcdn.video.taobao.com/oss/ali-video/2a4e61d4bba6b712bd5638fd508e85a5/video.m3u8 +辛晓琪-味道,http://vodcdn.video.taobao.com/oss/ali-video/ce005204d02a88cfac474f1583f08add/video.m3u8 +梁静茹-问,http://vodcdn.video.taobao.com/oss/ali-video/b2a2adf565e97d00d1bd6d62145184d1/video.m3u8 +黎瑞恩-为情为爱,http://vodcdn.video.taobao.com/oss/ali-video/73348f95d4cee3fcc96a63c30deed357/video.m3u8 +冷漠-古咖啡,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_3142984&response=res&format=mp4&type=convert_url +冷漠-真不是闹着玩,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_22836669&response=res&format=mp4&type=convert_url +冷漠-谁都不要说分手,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_12975393&response=res&format=mp4&type=convert_url +冷漠-再爱也没有用,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_5834217&response=res&format=mp4&type=convert_url +冷漠-不要再说你还爱我,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_911272&response=res&format=mp4&type=convert_url +冷漠-别把寂寞当缘分,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_6210858&response=res&format=mp4&type=convert_url +冷漠-你把爱情给了谁,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1210771&response=res&format=mp4&type=convert_url +冷漠-我是否也在你心中,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_4378249&response=res&format=mp4&type=convert_url +凤凰传奇-华夏传说,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_40828850&response=res&format=mp4&type=convert_url +凤凰传奇-今生的缘,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_646024&response=res&format=mp4&type=convert_url +凤凰传奇-自由飞翔,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_18747906&response=res&format=mp4&type=convert_url +凤凰传奇-策马奔腾,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_24042013&response=res&format=mp4&type=convert_url +凤凰传奇-温柔姑娘,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_6401404&response=res&format=mp4&type=convert_url +凤凰传奇-自由自在,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_24042025&response=res&format=mp4&type=convert_url +凤凰传奇-奇迹世界,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_954805&response=res&format=mp4&type=convert_url +凤凰传奇-歌唱二小放牛郎,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_8120530&response=res&format=mp4&type=convert_url +凤凰传奇-中国味道,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_24042021&response=res&format=mp4&type=convert_url +凤凰传奇-光芒,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_24042019&response=res&format=mp4&type=convert_url +凤凰传奇-御龙归字谣,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1164118&response=res&format=mp4&type=convert_url +凤凰传奇-月亮之上,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_7084968&response=res&format=mp4&type=convert_url +陈瑞-有谁知道我在等你,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1583218&response=res&format=mp4&type=convert_url +陈瑞-鱼和水的故事,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_353501&response=res&format=mp4&type=convert_url +陈瑞-三生三世,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_6449820&response=res&format=mp4&type=convert_url +陈瑞-一生的等待,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1583215&response=res&format=mp4&type=convert_url +陈瑞-一辈子的真爱,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_28470656&response=res&format=mp4&type=convert_url +陈瑞-红尘永相伴,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_506435&response=res&format=mp4&type=convert_url +陈瑞-爱的痕迹,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1218815&response=res&format=mp4&type=convert_url +陈瑞-分手了别来打扰我,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_5835684&response=res&format=mp4&type=convert_url +陈瑞-烛光里的妈妈,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1024266&response=res&format=mp4&type=convert_url +陈瑞-爱得真伤的深,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1218839&response=res&format=mp4&type=convert_url +陈瑞-父亲,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_4247454&response=res&format=mp4&type=convert_url +陈瑞-别思,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_3429064&response=res&format=mp4&type=convert_url +陈瑞-天长地久,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1583220&response=res&format=mp4&type=convert_url +陈瑞-心中的牵挂,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1583211&response=res&format=mp4&type=convert_url +卓依婷心挂意无处用,http://vd3.bdstatic.com/mda-jfkgx7x5gki9xpgs/mda-jfkgx7x5gki9xpgs.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷免失志,http://vd3.bdstatic.com/mda-jdngvdh4ru0irwma/mda-jdngvdh4ru0irwma.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷无聊的爱情,http://vd3.bdstatic.com/mda-jfkhu7bksxcqjq2z/mda-jfkhu7bksxcqjq2z.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷歹路不通行,http://vd3.bdstatic.com/mda-imigfktdeeseud4j/mda-imigfktdeeseud4j.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷东南西北风,http://vd3.bdstatic.com/mda-jf9fszd51shymgp6/mda-jf9fszd51shymgp6.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷夜来香,http://vd3.bdstatic.com/mda-jfai9k0sxf0nisvq/mda-jfai9k0sxf0nisvq.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷旧情也绵绵,http://vd3.bdstatic.com/mda-jfje0s0z33b0c9vf/mda-jfje0s0z33b0c9vf.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷雨过天晴,http://vd3.bdstatic.com/mda-jfbggf264f55hv4m/mda-jfbggf264f55hv4m.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷看不见温柔,http://vd3.bdstatic.com/mda-jeqg6s6gc0ietmst/mda-jeqg6s6gc0ietmst.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷大家一起来DJ,http://vd3.bdstatic.com/mda-jf1jfkgj3qte7h96/mda-jf1jfkgj3qte7h96.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷蜗牛与黄鹂鸟,http://vd3.bdstatic.com/mda-jfjnacpfn6r21dec/mda-jfjnacpfn6r21dec.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷山不转水转,http://vd3.bdstatic.com/mda-jb7pfvgc6wuivhqi/mda-jb7pfvgc6wuivhqi.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷采红菱,http://vd3.bdstatic.com/mda-jfdvpsg280t986rz/mda-jfdvpsg280t986rz.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷萍聚,http://vd3.bdstatic.com/mda-jenmbx88uk365k40/mda-jenmbx88uk365k40.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷爱情一阵风,http://vd3.bdstatic.com/mda-jf5fre7jvd0q3rfu/mda-jf5fre7jvd0q3rfu.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷梦醒十分,http://vd3.bdstatic.com/mda-jennyc5ci1ugrxzi/mda-jennyc5ci1ugrxzi.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷无情的班机,http://vd3.bdstatic.com/mda-jeqjsqimdzvytgvv/mda-jeqjsqimdzvytgvv.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷擦干眼泪,http://vd3.bdstatic.com/mda-jeqd4kq8iwh67a1k/mda-jeqd4kq8iwh67a1k.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷同一首歌,http://vd3.bdstatic.com/mda-jf1j2af0dji6ju83/mda-jf1j2af0dji6ju83.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷流星雨,http://vd3.bdstatic.com/mda-jfap39wqmi2yisu6/mda-jfap39wqmi2yisu6.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷鲁冰花,http://vd3.bdstatic.com/mda-jf8fbjprnf1fvpxm/mda-jf8fbjprnf1fvpxm.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷捉泥鳅,http://vd3.bdstatic.com/mda-jf6k8v71hrs8s441/mda-jf6k8v71hrs8s441.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷电话情思,http://vd3.bdstatic.com/mda-jfghscj8datutink/mda-jfghscj8datutink.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷杜十娘,http://vd3.bdstatic.com/mda-jekst5s3c341xwyd/mda-jekst5s3c341xwyd.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷橄榄树,http://vd3.bdstatic.com/mda-jfagwdhxb30ymr13/mda-jfagwdhxb30ymr13.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷花好月圆,http://vd3.bdstatic.com/mda-jepfhjwcthgci13y/mda-jepfhjwcthgci13y.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷美酒加咖啡,http://vd3.bdstatic.com/mda-jfrred8ck6pnh6bq/mda-jfrred8ck6pnh6bq.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷爱拼才会赢,http://vd3.bdstatic.com/mda-jfreugw1pcza8xr1/mda-jfreugw1pcza8xr1.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷莫辜负好时光,http://vd3.bdstatic.com/mda-jfkkh6m5u47trvqc/mda-jfkkh6m5u47trvqc.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷谢谢你的爱,http://vd3.bdstatic.com/mda-jf2fuh2yhd0txff0/mda-jf2fuh2yhd0txff0.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷常回家看看,http://vd3.bdstatic.com/mda-jerf6nxy7nc0d6m5/mda-jerf6nxy7nc0d6m5.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +卓依婷无言的结局,http://vd3.bdstatic.com/mda-jenpdiydc7kez9ze/mda-jenpdiydc7kez9ze.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D +二小姐酒梦,http://vd4.bdstatic.com/mda-jisq7k1t5n821tjt/sc/mda-jisq7k1t5n821tjt.mp4 +王彩华爱情的骗子我问你,http://vd4.bdstatic.com/mda-jm4h7v1isxwc660u/sc/mda-jm4h7v1isxwc660u.mp4 +蔡丽津月圆情,http://vd3.bdstatic.com/mda-jm53zq7k0b0kbxch/sc/mda-jm53zq7k0b0kbxch.mp4 +江蕙梦中的情话,http://vd2.bdstatic.com/mda-ji4rwrwg7fijyqkh/mda-ji4rwrwg7fijyqkh.mp4 +小凤凤爱情一阵风,http://vd2.bdstatic.com/mda-jjm7vgq1iahz0zpg/mda-jjm7vgq1iahz0zpg.mp4 +张秀卿车站,http://vd2.bdstatic.com/mda-jjmnjgiabtvmy13u/sc/mda-jjmnjgiabtvmy13u.mp4 +陈淑苹离家,http://vd2.bdstatic.com/mda-iftyuk6tjcxrm53p/sc/mda-iftyuk6tjcxrm53p.mp4 +陈淑苹黄昏之恋,http://vd4.bdstatic.com/mda-jk0m1rgje4eh01cw/hd/mda-jk0m1rgje4eh01cw.mp4 +陈百潭初恋,http://vd4.bdstatic.com/mda-jk22i7yt5vyjbgwt/hd/mda-jk22i7yt5vyjbgwt.mp4 +翁立友坚持,http://vd2.bdstatic.com/mda-ji4uxxfqu5tgr7c3/mda-ji4uxxfqu5tgr7c3.mp4 +翁立友甲妳惜命命,http://vd2.bdstatic.com/mda-jk2ptewhvn5cee6n/sc/mda-jk2ptewhvn5cee6n.mp4 +翁立友限时批,http://vd3.bdstatic.com/mda-iighnnxyc3nfj9zu/sc/mda-iighnnxyc3nfj9zu.mp4 +翁立友爱情的陷阱,http://vd3.bdstatic.com/mda-ijgee8tg9n4a95ij/sc/mda-ijgee8tg9n4a95ij.mp4 +翁立友妈妈请你不通痛,http://vd3.bdstatic.com/mda-im9gh6d15m05zu9p/sc/mda-im9gh6d15m05zu9p.mp4 +翁立友恁姊仔住市内,http://vd3.bdstatic.com/mda-ijfekw4yxergj9ak/sc/mda-ijfekw4yxergj9ak.mp4 +翁立友我问天,http://vd4.bdstatic.com/mda-im9gwdckyxiq5ab6/sc/mda-im9gwdckyxiq5ab6.mp4 +翁立友行棋,http://vd2.bdstatic.com/mda-ji4w8pcxse8taw5b/sc/mda-ji4w8pcxse8taw5b.mp4 +翁立友情缘路,http://vd3.bdstatic.com/mda-ijgdxmwrrfv4tsam/sc/mda-ijgdxmwrrfv4tsam.mp4 +翁立友前途,http://vd2.bdstatic.com/mda-jijnuvcf8ggs5wte/mda-jijnuvcf8ggs5wte.mp4 +翁立友找巢,http://vd2.bdstatic.com/mda-jm5gc09g63p6j10k/sc/mda-jm5gc09g63p6j10k.mp4 +翁立友温暖家园,http://vd3.bdstatic.com/mda-igim5cnwnq4xv94f/hd/mda-igim5cnwnq4xv94f.mp4 +翁立友表示,http://vd4.bdstatic.com/mda-ijge8r0m6vgx46ms/sc/mda-ijge8r0m6vgx46ms.mp4 +翁立友乎我理由,http://vd3.bdstatic.com/mda-jd0bzjvcp1d19b0k/sc/mda-jd0bzjvcp1d19b0k.mp4 +翁立友沃澹的相片,http://vd4.bdstatic.com/mda-jefjhd593hvtfjsc/sc/mda-jefjhd593hvtfjsc.mp4 +翁立友感恩,http://vd2.bdstatic.com/mda-jdc4v9b9tvrjw4pe/hd/mda-jdc4v9b9tvrjw4pe.mp4 +翁立友迷魂香,http://vd1.bdstatic.com/mda-hid0euc4xc7xmum0/sc/mda-hid0euc4xc7xmum0.mp4 +翁立友用泪写缘份,http://vd4.bdstatic.com/mda-ijfeqx4zc0gxq5jq/sc/mda-ijfeqx4zc0gxq5jq.mp4 +翁立友痴情雨,http://vd1.bdstatic.com/mda-hemzqd1rrbr8q4kw/sc/mda-hemzqd1rrbr8q4kw.mp4 +翁立友思念的情泪,http://vd3.bdstatic.com/mda-hmhng3p0jbskv57p/sc/mda-hmhng3p0jbskv57p.mp4 +翁立友阿公的茶,http://vd2.bdstatic.com/mda-ijgqgd9jwz54ray7/sc/mda-ijgqgd9jwz54ray7.mp4 +翁立友因为你的爱,http://vd2.bdstatic.com/mda-jk2r3d0w8sqkk59j/mda-jk2r3d0w8sqkk59j.mp4 +翁立友送你送到这,http://vd2.bdstatic.com/mda-jm33ts9txcjuaq27/hd/mda-jm33ts9txcjuaq27.mp4 +翁立友拼命的坚持,http://vd4.bdstatic.com/mda-jd9ksvdjk0n3qiae/hd/mda-jd9ksvdjk0n3qiae.mp4 +翁立友爱过无心,http://vd4.bdstatic.com/mda-ijgqk17gxf3xh2wz/sc/mda-ijgqk17gxf3xh2wz.mp4 +翁立友独身仔的生活,http://vd4.bdstatic.com/mda-jdmd7ydrsa0dp6e2/hd/mda-jdmd7ydrsa0dp6e2.mp4 +翁立友为爱相逢,http://vd2.bdstatic.com/mda-ijgq79ukweagj0v0/sc/mda-ijgq79ukweagj0v0.mp4 +翁立友今生今世,http://vd3.bdstatic.com/mda-ji4sadsbxes30b8h/mda-ji4sadsbxes30b8h.mp4 +翁立友探听,http://vd2.bdstatic.com/mda-igmf3i4hied5ar5u/hd/mda-igmf3i4hied5ar5u.mp4 +罗时丰无情之梦,http://vd2.bdstatic.com/mda-je1jq1hvgmab08gd/sc/mda-je1jq1hvgmab08gd.mp4 +罗时丰心事,http://vd2.bdstatic.com/mda-jaadiz1rwrtrj7kw/sc/mda-jaadiz1rwrtrj7kw.mp4 +罗时丰爱那么痛,http://vd2.bdstatic.com/mda-jcrjbhmgprhs00c4/sc/mda-jcrjbhmgprhs00c4.mp4 +罗时丰擦掉彼句我爱你,http://vd1.bdstatic.com/mda-hj3j9zhu12h99a79/vs-f5f50550f0b93f5020da43ab88266eda-watermark/hd/mda-hj3j9zhu12h99a79.mp4 +罗时丰爱情的路,http://vd4.bdstatic.com/mda-jcrjcp1wy5q2i00n/sc/mda-jcrjcp1wy5q2i00n.mp4 +罗时丰一定要成功,http://vd1.bdstatic.com/mda-hgmk00ncqxvvix0v/mda-hgmk00ncqxvvix0v.mp4 +体面,https://vdse.bdstatic.com//f18bdf41f28b68a1b0177fa5e5cdf8fe.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T14%3A25%3A29Z%2F-1%2Fhost +sheep张艺兴,https://vdse.bdstatic.com/971347deaddd6fdb5ada6e87e4722ece.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +屋顶着火宋茜,https://vd3.bdstatic.com/mda-ife08h4xpq85sg65/logo/hd/mda-ife08h4xpq85sg65.mp4?pd=19&vt=1 +凉凉张碧晨杨宗纬,https://vdse.bdstatic.com//56bc61cb4f9d080708a7e74647a1c2b2.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T15%3A48%3A39Z%2F- +纸短情长,https://vdse.bdstatic.com//e214194bf6de7f598b9873619b691fa6.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T13%3A26%3A53Z%2F-1%2Fhost +讲真的,https://vdse.bdstatic.com//9145a29aecbbf594c5b21ab1e6b14d20.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T15%3A46%3A15Z%2F-1%2Fhost +陈柯宇生僻字,http://vd2.bdstatic.com/mda-jb28qp6tauzkzpy9/hd/mda-jb28qp6tauzkzpy9.mp4 +往后余生,https://vd3.bdstatic.com/mda-jatub6sb1pzwxfnb/hd/mda-jatub6sb1pzwxfnb.mp4?pd=19&vt=1 +盗将行,https://vdse.bdstatic.com//8355cbc6c2fe19c5ad280869218430f5.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T13%3A03%3A13Z%2F-1%2Fhost +不仅仅是喜欢,https://vd3.bdstatic.com/mda-jhjswzf4u7tsujf1/hd/mda-jhjswzf4u7tsujf1.mp4?pd=19&vt=1 +下山,https://vdse.bdstatic.com/e2d35750d461a6d524080c7a3c4cb7a4.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +原版大鱼海棠,http://vd3.bdstatic.com/mda-jm9x2pw13gpb4d82/sc/mda-jm9x2pw13gpb4d82.mp4 +摩登兄弟探清水河,http://vd2.bdstatic.com/mda-jg6dffnbt92877h0/sc/mda-jg6dffnbt92877h0.mp4 +筷子兄弟小苹果,http://vd1.bdstatic.com/mda-hc2rwgemn6yrnvw2/mda-hc2rwgemn6yrnvw2.mp4 +你的酒馆对我打了烊陈雪凝,https://vd3.bdstatic.com/mda-ka59e4w0qxxsxnt0/hd/mda-ka59e4w0qxxsxnt0.mp4?pd=19&vt=1 +醉千年李袁杰,http://vd3.bdstatic.com/mda-ihai9qt3yny3sx53/hd/mda-ihai9qt3yny3sx53.mp4?pd=19&vt=1 +不染,https://vd3.bdstatic.com/mda-jmceuahfwxarnh7v/hd/mda-jmceuahfwxarnh7v.mp4?pd=20&playlist=%5B%22hd%22%2C%22sc%22%5D +左手指月,https://vdse.bdstatic.com//b35227847ccb42d48ea6414d47087ce9.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T15%3A26%3A59Z%2F-1%2Fhost +天地无霜,https://vdse.bdstatic.com//bd1f7fcb1263b608c60793c5c7094ce9.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T15%3A25%3A13Z%2F-1%2Fhost +思慕郁可唯,https://vdse.bdstatic.com/5ec8d619d2ecb4ff832cfa252a967bb8.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +就算没有如果张杰,https://vdse.bdstatic.com//b362a1c2ecbc60b18d3dc06cdc97f142.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T15%3A58%3A51Z%2F- +浮诛张杰,https://vdse.bdstatic.com/1c2dc5580507bc1b0ef507c63b3fc461.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +望赵丽颖张碧晨,https://vdse.bdstatic.com/25f5ae931f851bf09c48abaebe5d6f8d.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +杀阡陌,https://vdse.bdstatic.com/17014878933308f5eb81b2a9d98783d8.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +一念一年,https://vdse.bdstatic.com/ea4ad861c3816ba29b415da2494706a1.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +余年,https://vdse.bdstatic.com/660c78b56b33dca31497de9c6921c5a6.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +只问你肯不肯,https://vdse.bdstatic.com/d4463cd83c0c47fba7ce65c71ad94bbb.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +如梦令,https://vdse.bdstatic.com/20e606730cb53b91bd4a4d2b0323e563.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +孤芳自赏,https://vdse.bdstatic.com//650fda26067e619a8632b173052b3a08.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T14%3A25%3A59Z%2F-1%2Fhost +风筝误,https://vdse.bdstatic.com/c331feb0b4730b05d03793ffc024e62a.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +我曾,https://vd3.bdstatic.com/mda-jjm8i93paakzz8yj/hd/mda-jjm8i93paakzz8yj.mp4?pd=20&vt=1 +大田后生仔,https://vdse.bdstatic.com/1f5b8de1e52e8ebe8d5493d29bf29981.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +芒种,https://vd3.bdstatic.com/mda-kat1tr4ka5st965k/hd/mda-kat1tr4ka5st965k.mp4?pd=20 +芙蓉雨,https://vdse.bdstatic.com//85593e1127a1389dc49e9b0491814df2.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T14%3A58%3A05Z%2F-1%2Fhost +你的答案,https://vdse.bdstatic.com/363480020aaa13240bbe51121d3e2a65.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +你若三冬,https://vdse.bdstatic.com/865b4e81a729189fcafe910104151a75.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +站着等你三千年,https://vdse.bdstatic.com//967f216dea39a6f3ccb44884a219f8ff.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2019-12-14T02%3A12%3A33Z%2F- +世界美好与你环环相扣,https://vdse.bdstatic.com//90f59f9978da89c2f5f8dec807a238b6.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-01-31T13%3A25%3A00Z%2F- +桥边姑娘,https://vdse.bdstatic.com/8ae4235344c61f9c05ccf3716c84e823.mp4?authorization=bce-auth-v1%2Ffb297a5cc0fb434c971b8fa103e8dd7b%2F2017-05-11T09%3A02%3A31Z%2F-1%2F +如果有一天我变的很有钱,https://vd3.bdstatic.com/mda-jjmfvpaqh1z11ibc/hd/mda-jjmfvpaqh1z11ibc.mp4?pd=19&vt=1 +消愁,https://vd3.bdstatic.com/mda-ifkj2zwdscwthsfj/logo/hd/mda-ifkj2zwdscwthsfj.mp4?pd=20 +吴涤清-阿里巴巴(演唱会),http://em.21dtv.com/songs/60066768.mkv +吴涤清-草原之夜(演唱会),http://em.21dtv.com/songs/60066903.mkv +许巍-蓝莲花(演唱会),http://em.21dtv.com/songs/60026063.mkv +许巍-漫步(演唱会),http://em.21dtv.com/songs/60028561.mkv +许巍-漫步,http://em.21dtv.com/songs/60028562.mkv +孙维良+宁可-康定情歌(演唱会),http://em.21dtv.com/songs/60067159.mkv +张蔷-爱你在心口难开(演唱会),http://em.21dtv.com/songs/60008040.mkv +吴涤清-康定情歌(演唱会),http://em.21dtv.com/songs/60067160.mkv +宋祖英+蒲巴甲+苏有朋-康定情歌,http://em.21dtv.com/songs/60076245.mkv +玖月奇迹-康定情歌(演唱会),http://em.21dtv.com/songs/60083215.mkv +宁可+孙维良-康定情歌(演唱会),http://em.21dtv.com/songs/60083216.mkv +毕福剑+苏丹-走天涯(演唱会),http://em.21dtv.com/songs/60079748.mkv +毕福剑+苏丹-漂亮的姑娘就要嫁人了(演唱会),http://em.21dtv.com/songs/60077080.mkv +陈百强-今宵多珍重(演唱会),http://em.21dtv.com/songs/60023922.mkv +陈百强-南北一家亲(演唱会),http://em.21dtv.com/songs/60031082.mkv +蔡琴-今宵多珍重(HD演唱会),http://em.21dtv.com/songs/60023921.mkv +崔萍-今宵多珍重(演唱会),http://em.21dtv.com/songs/60023923.mkv +雷安娜-今宵多珍重(演唱会),http://em.21dtv.com/songs/60023924.mkv +梅艳芳-今宵多珍重(演唱会),http://em.21dtv.com/songs/60023925.mkv +谢雷+杨燕-今宵多珍重(演唱会),http://em.21dtv.com/songs/60023926.mkv +叶丽仪-今宵多珍重(演唱会),http://em.21dtv.com/songs/60023927.mkv +陈百强-粉红色的一生(演唱会),http://em.21dtv.com/songs/60017169.mkv +梅艳芳-粉红色的一生(演唱会),http://em.21dtv.com/songs/60017170.mkv +林一峰-偏偏喜欢你(演唱会),http://em.21dtv.com/songs/60033418.mkv +谢雷-偏偏喜欢你(演唱会),http://em.21dtv.com/songs/60033419.mkv +陈百强-偏偏喜欢你,http://em.21dtv.com/songs/60033420.mkv +柳影虹-偏偏喜欢你(演唱会),http://em.21dtv.com/songs/60062698.mkv +谭咏麟+杜丽莎-今宵多珍重(演唱会),http://em.21dtv.com/songs/60070818.mkv +石修-今宵多珍重(演唱会),http://em.21dtv.com/songs/60076129.mkv +汪明荃-今宵多珍重(演唱会),http://em.21dtv.com/songs/60076130.mkv +SOLER-天才白痴梦(演唱会),http://em.21dtv.com/songs/60041752.mkv +任贤齐+周华健-天才白痴梦(演唱会),http://em.21dtv.com/songs/60041753.mkv +许志安-天才白痴梦(演唱会),http://em.21dtv.com/songs/60041754.mkv +张惠妹-天才白痴梦(演唱会),http://em.21dtv.com/songs/60041755.mkv +陈百强-天才白痴梦,http://em.21dtv.com/songs/60041756.mkv +赵传-快乐似神仙(演唱会),http://em.21dtv.com/songs/60025784.mkv +刘德华-开心的马骝(演唱会),http://em.21dtv.com/songs/60025029.mkv +汪明荃-万水千山总是情(演唱会),http://em.21dtv.com/songs/60043309.mkv +张帝+朱明瑛-万水千山总是情(演唱会),http://em.21dtv.com/songs/60043310.mkv +张帝-为什么不爱我(演唱会),http://em.21dtv.com/songs/60078099.mkv +张帝-毛毛歌(演唱会),http://em.21dtv.com/songs/60028653.mkv +TWINS-恋爱大过天(演唱会),http://em.21dtv.com/songs/60026998.mkv +李克勤+梁荣忠-恋爱大过天(演唱会),http://em.21dtv.com/songs/60026999.mkv +李宇春-零点五英里(演唱会),http://em.21dtv.com/songs/60027451.mkv +蔡琴-绿岛小夜曲(HD演唱会),http://em.21dtv.com/songs/60028153.mkv +佚名-绿岛小夜曲(慢四),http://em.21dtv.com/songs/60028154.mkv +刘若英-绿岛小夜曲(演唱会),http://em.21dtv.com/songs/60028155.mkv +甄妮-绿岛小夜曲(演唱会),http://em.21dtv.com/songs/60028156.mkv +黄品源+任贤齐-浪花一朵朵(演唱会),http://em.21dtv.com/songs/60026219.mkv +莫文蔚-溜溜的情歌(演唱会),http://em.21dtv.com/songs/60076463.mkv +梅花三姐妹-流浪走天涯(演唱会),http://em.21dtv.com/songs/60027690.mkv +F.I.R-流浪者之歌(演唱会),http://em.21dtv.com/songs/60027684.mkv +陈慧娴-黎明不要来(演唱会),http://em.21dtv.com/songs/60026831.mkv +陈洁灵-黎明不要来(演唱会),http://em.21dtv.com/songs/60026832.mkv +徐小凤-黎明不要来(演唱会),http://em.21dtv.com/songs/60026833.mkv +乌兰图雅-蓝色的故乡(演唱会),http://em.21dtv.com/songs/60068412.mkv +徐佳莹-旅行的意义(演唱会),http://em.21dtv.com/songs/60076514.mkv +旭日阳刚-老乡见老乡,http://em.21dtv.com/songs/60076356.mkv +朱咪咪+叶振棠-俩忘烟水里(演唱会),http://em.21dtv.com/songs/60027329.mkv +朱咪咪-俩忘烟水里(演唱会),http://em.21dtv.com/songs/60027330.mkv +尹光+吕有慧-俩忘烟水里(演唱会),http://em.21dtv.com/songs/60061366.mkv +林子祥+谢安琪-俩忘烟水里(演唱会),http://em.21dtv.com/songs/60076405.mkv +罗敏庄+黄日华-两忘烟水里(演唱会),http://em.21dtv.com/songs/60076435.mkv +张学友+许慧欣-流星下的愿(演唱会),http://em.21dtv.com/songs/60027735.mkv +高向鹏-老兄行酒楼(演唱会),http://em.21dtv.com/songs/60026442.mkv +谭咏麟+李克勤-理想与和平(演唱会),http://em.21dtv.com/songs/60026892.mkv +谭咏麟-理想与和平(演唱会),http://em.21dtv.com/songs/60026893.mkv +徐小凤-流下眼泪前(演唱会),http://em.21dtv.com/songs/60027719.mkv +许冠文-流下眼泪前(演唱会),http://em.21dtv.com/songs/60027720.mkv +莫旭秋-良夜不能留(演唱会),http://em.21dtv.com/songs/60027173.mkv +杨坤-里约热内卢(演唱会),http://em.21dtv.com/songs/60026879.mkv +杨坤+人声兄弟-里约热内卢,http://em.21dtv.com/songs/60113670.mkv +关淑怡-恋一世的爱(演唱会),http://em.21dtv.com/songs/60027152.mkv +梅艳芳-留住你今晚(演唱会),http://em.21dtv.com/songs/60027592.mkv +张伟文-漫步人生路(演唱会),http://em.21dtv.com/songs/60028563.mkv +邓丽君-漫步人生路,http://em.21dtv.com/songs/60028564.mkv +黄日华+戚美珍-漫步人生路,http://em.21dtv.com/songs/60068459.mkv +刘德华-漫步人生路,http://em.21dtv.com/songs/60070906.mkv +谢霆锋-魔鬼的主意(演唱会),http://em.21dtv.com/songs/60030344.mkv +男人唐潮-玫瑰花儿开(演唱会),http://em.21dtv.com/songs/60072188.mkv +梁汉文-曼谷玛利亚(演唱会),http://em.21dtv.com/songs/60028550.mkv +方大同-每个人都会(演唱会),http://em.21dtv.com/songs/60029038.mkv +冯玉玺-每个人都会(演唱会),http://em.21dtv.com/songs/60062354.mkv +冯允谦-每个人都会(演唱会),http://em.21dtv.com/songs/60083370.mkv +陈奕迅-马利奥派对(演唱会),http://em.21dtv.com/songs/60028368.mkv +陈奕迅-玛利奥派对(HD演唱会),http://em.21dtv.com/songs/60028396.mkv +汪明荃-美丽的时光(演唱会),http://em.21dtv.com/songs/60029224.mkv +成龙+金喜善-美丽的神话(hd剧情),http://em.21dtv.com/songs/60029219.mkv +孙楠+韩红-美丽的神话(演唱会),http://em.21dtv.com/songs/60029220.mkv +白冰+胡歌-美丽的神话,http://em.21dtv.com/songs/60029221.mkv +成龙+金喜善-美丽的神话,http://em.21dtv.com/songs/60029222.mkv +孙楠+韩红-美丽的神话,http://em.21dtv.com/songs/60029223.mkv +罗中旭+纪敏佳-美丽的神话,http://em.21dtv.com/songs/60083378.mkv +孙楠+王逸洁+朱婷婷-美丽的神话(最美和声)(现场版),http://em.21dtv.com/songs/60100838.mkv +孙楠+朱婷婷+王逸洁-美丽的神话(HD),http://em.21dtv.com/songs/10012774.mkv +霍尊-美丽的神话,http://em.21dtv.com/songs/60111516.mkv +白冰+胡歌-美丽的神话,http://em.21dtv.com/songs/60113900.mkv +梦苇+郑世勋-美丽的神话,http://em.21dtv.com/songs/60125830.mkv +成龙+MIC男团-美丽的神话,http://em.21dtv.com/songs/60131454.mkv +战斧乐队-美丽的世界,http://em.21dtv.com/songs/60130358.mkv +杨坤-美丽的一天(演唱会),http://em.21dtv.com/songs/60029246.mkv +刘德华-美丽的一天,http://em.21dtv.com/songs/60029247.mkv +少女部落格-美丽的一天(演唱会),http://em.21dtv.com/songs/60064526.mkv +伍佰-美丽新世界(演唱会),http://em.21dtv.com/songs/60029283.mkv +AT17+林一峰-朦胧夜雨里(演唱会),http://em.21dtv.com/songs/60029444.mkv +梅艳芳-朦胧夜雨里(演唱会),http://em.21dtv.com/songs/60029445.mkv +吕珊-默默祝福你(演唱会),http://em.21dtv.com/songs/60062732.mkv +方伊琪-默默祝福你(演唱会),http://em.21dtv.com/songs/60076754.mkv +钟镇涛-没那么简单(演唱会),http://em.21dtv.com/songs/60028729.mkv +黄小琥-没那么简单,http://em.21dtv.com/songs/60028730.mkv +袁媛-没那么简单(演唱会),http://em.21dtv.com/songs/60063323.mkv +金志文-没那么简单,http://em.21dtv.com/songs/60070909.mkv +郭富城-木偶袭地球(演唱会),http://em.21dtv.com/songs/60030576.mkv +颜福伟-明日话今天(演唱会),http://em.21dtv.com/songs/60030133.mkv +张德兰-明日话今天(演唱会),http://em.21dtv.com/songs/60030134.mkv +甄妮-明日话今天(演唱会),http://em.21dtv.com/songs/60030135.mkv +徐小凤-每日怀念你(演唱会),http://em.21dtv.com/songs/60029044.mkv +谭咏麟+李克勤-梦仍是一样(演唱会),http://em.21dtv.com/songs/60029634.mkv +达明一派-每日一禁果(演唱会),http://em.21dtv.com/songs/60029045.mkv +谢霆锋-每日一禁果(演唱会),http://em.21dtv.com/songs/60029046.mkv +陈慧娴-明日有明天(演唱会),http://em.21dtv.com/songs/60030151.mkv +王力宏-梦想被冷冻(演唱会),http://em.21dtv.com/songs/60029668.mkv +杨小萍-梦醒不了情(演唱会),http://em.21dtv.com/songs/60029704.mkv +ADELE-make you feel my love(演唱会),http://em.21dtv.com/songs/60067940.mkv +ADELE-make you feel my love,http://em.21dtv.com/songs/60084745.mkv +毛阿敏-没有根的花,http://em.21dtv.com/songs/60028784.mkv +罗桦-每一个段落(演唱会),http://em.21dtv.com/songs/60064519.mkv +陈奕迅-每一个明天(演唱会),http://em.21dtv.com/songs/60029081.mkv +黄凯芹-每一个晚上(演唱会),http://em.21dtv.com/songs/60029087.mkv +林子祥-每一个晚上(演唱会),http://em.21dtv.com/songs/60029088.mkv +刘德华+林子祥-每一个晚上(演唱会),http://em.21dtv.com/songs/60029089.mkv +谭锡禧-每一个晚上(演唱会),http://em.21dtv.com/songs/60083372.mkv +甄妮+MELODY-梦中的妈妈(演唱会),http://em.21dtv.com/songs/60029774.mkv +关淑怡-难得有情人(演唱会),http://em.21dtv.com/songs/60031205.mkv +朱咪咪-难得有情人(演唱会),http://em.21dtv.com/songs/60031206.mkv +草蜢-难得有情人(演唱会),http://em.21dtv.com/songs/60076846.mkv +成龙-男儿当自强(演唱会),http://em.21dtv.com/songs/60030886.mkv +林子祥-男儿当自强(演唱会),http://em.21dtv.com/songs/60030887.mkv +郑中基-男儿当自强(演唱会),http://em.21dtv.com/songs/60030888.mkv +汪峰-怒放的生命(演唱会),http://em.21dtv.com/songs/60032787.mkv +达明一派-你还爱我吗(演唱会),http://em.21dtv.com/songs/60031731.mkv +黄耀明+容祖儿-你还爱我吗(演唱会),http://em.21dtv.com/songs/60031732.mkv +杨千嬅-你还爱我吗(演唱会),http://em.21dtv.com/songs/60031733.mkv +林忆莲-你令我性感(演唱会),http://em.21dtv.com/songs/60031901.mkv +黄凯芹-你留我在此(演唱会),http://em.21dtv.com/songs/60031902.mkv +梅艳芳-你留我在此,http://em.21dtv.com/songs/60031903.mkv +张华-牛郎想织女(演唱会),http://em.21dtv.com/songs/60032726.mkv +古巨基+侧田-年年有今日(演唱会),http://em.21dtv.com/songs/60032631.mkv +古巨基-年年有今日(演唱会),http://em.21dtv.com/songs/60032632.mkv +麦穗-年年有今日(演唱会),http://em.21dtv.com/songs/60061473.mkv +叶倩文+陈奕迅-女人的眼泪(演唱会),http://em.21dtv.com/songs/60032929.mkv +叶倩文-女人的眼泪(演唱会),http://em.21dtv.com/songs/60032930.mkv +张柏芝+高雪岚-男人这东西(演唱会),http://em.21dtv.com/songs/60031033.mkv +干露露-男人这东西,http://em.21dtv.com/songs/60079896.mkv +迪克牛仔-男人真命苦(演唱会),http://em.21dtv.com/songs/60031035.mkv +张学友-你是爱我的(演唱会),http://em.21dtv.com/songs/60031991.mkv +毛宁-你是我的眼(演唱会),http://em.21dtv.com/songs/60062759.mkv +杨光-你是我的眼(演唱会),http://em.21dtv.com/songs/60063248.mkv +伍佰-挪威的森林(演唱会),http://em.21dtv.com/songs/60032810.mkv +陈淑桦+李宗盛-你走你的路,http://em.21dtv.com/songs/60032576.mkv +高胜美-你走你的路,http://em.21dtv.com/songs/60032577.mkv +佚名-你走你的路,http://em.21dtv.com/songs/60032578.mkv +汪峰-你走你的路(演唱会),http://em.21dtv.com/songs/60128161.mkv +李玟-你在我心上(演唱会),http://em.21dtv.com/songs/60032475.mkv +黄晓明-你在我心上,http://em.21dtv.com/songs/60032476.mkv +邓丽君-你在我心中(演唱会),http://em.21dtv.com/songs/60032477.mkv +李家发+伍婉琛-片片枫叶情(演唱会),http://em.21dtv.com/songs/60033435.mkv +张智霖+许秋怡-片片枫叶情(演唱会),http://em.21dtv.com/songs/60033436.mkv +张靓颖+权振东-亲爱的小孩,http://em.21dtv.com/songs/60069469.mkv +刘德华-亲爱的小孩,http://em.21dtv.com/songs/60069725.mkv +刘心-亲爱的小孩(演唱会),http://em.21dtv.com/songs/60071054.mkv +权振东-亲爱的小孩,http://em.21dtv.com/songs/60071055.mkv +萧敬腾-亲爱的小孩,http://em.21dtv.com/songs/60072303.mkv +辛晓琪-亲爱的小孩,http://em.21dtv.com/songs/60077183.mkv +邰正宵-亲爱的小孩,http://em.21dtv.com/songs/60097616.mkv +俞灏明-亲爱的小孩,http://em.21dtv.com/songs/60098115.mkv +李炜+江映蓉-亲爱的小孩,http://em.21dtv.com/songs/60098474.mkv +赵薇+黄渤+佟大为+郝蕾+张译-亲爱的小孩,http://em.21dtv.com/songs/60104458.mkv +华晨宇-亲爱的小孩,http://em.21dtv.com/songs/60105668.mkv +张赫宣-亲爱的小孩,http://em.21dtv.com/songs/60106865.mkv +张信哲-亲爱的小孩,http://em.21dtv.com/songs/60119496.mkv +田震-千百回期待(演唱会),http://em.21dtv.com/songs/60034057.mkv +甲子蕙+林美-情比姐妹深,http://em.21dtv.com/songs/60034926.mkv +黑龙-请别离开我,http://em.21dtv.com/songs/60035501.mkv +容祖儿-去火星恋爱(演唱会),http://em.21dtv.com/songs/60035841.mkv +陈一郎-情海一条龙(无原唱),http://em.21dtv.com/songs/60095966.mkv +甄妮-七级半地震(演唱会),http://em.21dtv.com/songs/60033743.mkv +王铮亮-千金不换爱,http://em.21dtv.com/songs/60111292.mkv +黄宗泽-全角度爱你(演唱会),http://em.21dtv.com/songs/60035881.mkv +李治廷-奇迹等不到,http://em.21dtv.com/songs/60066224.mkv +泽仁娜措-琼杰的朋友(藏),http://em.21dtv.com/songs/60069740.mkv +黄贯中-请将手放开(演唱会),http://em.21dtv.com/songs/60035527.mkv +谢安琪-请将手放开(演唱会),http://em.21dtv.com/songs/60035528.mkv +BEYOND-请将手放开,http://em.21dtv.com/songs/60035529.mkv +李克勤-球迷奇遇记(演唱会),http://em.21dtv.com/songs/60035810.mkv +谭咏麟+李克勤-球迷奇遇记(演唱会),http://em.21dtv.com/songs/60035811.mkv +李玉刚-清明上河图,http://em.21dtv.com/songs/60034888.mkv +孙维良-清明上河图(演唱会),http://em.21dtv.com/songs/60067333.mkv +孙维良-清明上河图(现场),http://em.21dtv.com/songs/60096245.mkv +慢摇舞曲-全民社会摇 (DJ),http://em.21dtv.com/songs/30000601.mkv +龙奔-全民社会摇,http://em.21dtv.com/songs/60129866.mkv +群星-青苹果乐园(演唱会),http://em.21dtv.com/songs/60034768.mkv +MATZKA-青苹果乐园(演唱会),http://em.21dtv.com/songs/60064733.mkv +九九+苏梦玫-青苹果乐园,http://em.21dtv.com/songs/60081540.mkv +关淑怡-缱绻星光下(演唱会),http://em.21dtv.com/songs/60034339.mkv +李克勤-缱绻星光下(演唱会),http://em.21dtv.com/songs/60034340.mkv +关淑怡-缱绻星光下,http://em.21dtv.com/songs/60034341.mkv +李利依-青青小河边(演唱会),http://em.21dtv.com/songs/60064734.mkv +蔡琴-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035193.mkv +范晓萱-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035194.mkv +林忆莲-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035195.mkv +罗大佑-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035196.mkv +王天丽-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035197.mkv +叶丽仪-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035198.mkv +周蕙-情人的眼泪(演唱会),http://em.21dtv.com/songs/60035199.mkv +蔡琴-情人的眼泪,http://em.21dtv.com/songs/60035200.mkv +陈静允-情人的眼泪,http://em.21dtv.com/songs/60035201.mkv +林忆莲-情人的眼泪,http://em.21dtv.com/songs/60035202.mkv +吕珊+张伟文-情人的眼泪,http://em.21dtv.com/songs/60035203.mkv +麦子杰-情人的眼泪,http://em.21dtv.com/songs/60035204.mkv +莫旭秋-情人的眼泪(演唱会),http://em.21dtv.com/songs/60064744.mkv +陈明-情人的眼泪(演唱会),http://em.21dtv.com/songs/60077247.mkv +汪明荃-千王群英会(演唱会),http://em.21dtv.com/songs/60034165.mkv +谢霆锋+汪明荃-千王群英会(演唱会),http://em.21dtv.com/songs/60034166.mkv +侧田-千亿个夜晚(演唱会),http://em.21dtv.com/songs/60034179.mkv +林子祥-千亿个夜晚(演唱会),http://em.21dtv.com/songs/60034180.mkv +林子祥-千亿个夜晚,http://em.21dtv.com/songs/60034181.mkv +林子祥-千忆个夜晚,http://em.21dtv.com/songs/60092855.mkv +山鹰组合-七月火把节(演唱会),http://em.21dtv.com/songs/60067315.mkv +林一峰-情义两心坚(演唱会),http://em.21dtv.com/songs/60035406.mkv +容祖儿+古巨基-情义两心坚(演唱会),http://em.21dtv.com/songs/60035407.mkv +张德兰-情义两心坚(演唱会),http://em.21dtv.com/songs/60035408.mkv +叶振棠+陈秀雯-情缘万世长(演唱会),http://em.21dtv.com/songs/60035441.mkv +江映蓉-如果没有你(演唱会),http://em.21dtv.com/songs/60036822.mkv +潘秀琼-如果没有你(演唱会),http://em.21dtv.com/songs/60036823.mkv +任贤齐-如果没有你(演唱会),http://em.21dtv.com/songs/60036824.mkv +叶德娴-如果没有你(演唱会),http://em.21dtv.com/songs/60036825.mkv +周蕙-如果没有你(演唱会),http://em.21dtv.com/songs/60036826.mkv +梁静茹-如果有一天(演唱会),http://em.21dtv.com/songs/60036968.mkv +刘德华-如果有一天(演唱会),http://em.21dtv.com/songs/60036969.mkv +郑璐-让青春激扬(演),http://em.21dtv.com/songs/60099540.mkv +动力火车-热情的沙漠(演唱会),http://em.21dtv.com/songs/60036260.mkv +谢雷-热情的沙漠(演唱会),http://em.21dtv.com/songs/60036261.mkv +徐小凤-热情的沙漠(演唱会),http://em.21dtv.com/songs/60036262.mkv +张国荣-热情的沙漠(演唱会),http://em.21dtv.com/songs/60036263.mkv +甄妮-热情的沙漠(演唱会),http://em.21dtv.com/songs/60036264.mkv +朱咪咪-热情的沙漠(演唱会),http://em.21dtv.com/songs/60036265.mkv +欧阳菲菲-热情的沙漠,http://em.21dtv.com/songs/60036266.mkv +庾澄庆-热情的沙漠,http://em.21dtv.com/songs/60036267.mkv +钟雅颂-热情的沙漠(演唱会),http://em.21dtv.com/songs/60063455.mkv +樊奕敏-热情的沙漠(演唱会),http://em.21dtv.com/songs/60064791.mkv +庾澄庆+吴莫愁+金池+王韵壹-热情的沙漠,http://em.21dtv.com/songs/60071078.mkv +羽泉-热情的沙漠,http://em.21dtv.com/songs/60077339.mkv +麦德罗-热情的沙漠(演唱会),http://em.21dtv.com/songs/60077340.mkv +王栎鑫+俞灏明-热情的沙漠(演唱会),http://em.21dtv.com/songs/60077341.mkv +庾澄庆组学员-热情的沙漠,http://em.21dtv.com/songs/60081431.mkv +张靓颖-热情的沙漠,http://em.21dtv.com/songs/60087855.mkv +苏永康-热情的沙漠,http://em.21dtv.com/songs/60088539.mkv +古巨基+李泉-热情的沙漠,http://em.21dtv.com/songs/60098177.mkv +童安格-让生命等候,http://em.21dtv.com/songs/60036098.mkv +黄凯芹-若生命等候(演唱会),http://em.21dtv.com/songs/60037108.mkv +陈奕迅-人生马拉松,http://em.21dtv.com/songs/60115486.mkv +池珍熙-人生蒙太奇,http://em.21dtv.com/songs/60036430.mkv +TAE-人生马戏团,http://em.21dtv.com/songs/60090439.mkv +徐小凤-人生满希望(演唱会),http://em.21dtv.com/songs/60036428.mkv +吕珊-人生满希望(演唱会),http://em.21dtv.com/songs/60077357.mkv +钟镇涛-让一切随风(演唱会),http://em.21dtv.com/songs/60036211.mkv +钟镇涛-让一切随风,http://em.21dtv.com/songs/60036212.mkv +罗敏庄+杜雯惠-让一切随风(演唱会),http://em.21dtv.com/songs/60077335.mkv +陈慧娴-让一切随风,http://em.21dtv.com/songs/60100587.mkv +刘德华-世界第一等(演唱会),http://em.21dtv.com/songs/60039259.mkv +伍佰-世界第一等(演唱会),http://em.21dtv.com/songs/60039260.mkv +刘德华-世界第一等,http://em.21dtv.com/songs/60039261.mkv +荒山亮-时间的眼泪,http://em.21dtv.com/songs/60039130.mkv +袁惟仁-四季的眼泪(演唱会),http://em.21dtv.com/songs/60040677.mkv +吴蕙君-世界第一勇,http://em.21dtv.com/songs/60135018.mkv +满文军-圣洁的真爱,http://em.21dtv.com/songs/60091637.mkv +陈诗莉-世界都知道,http://em.21dtv.com/songs/60077633.mkv +蔡义德-闪酒大丈夫,http://em.21dtv.com/songs/60104412.mkv +张清芳-时间的滋味(演唱会),http://em.21dtv.com/songs/60039131.mkv +汪明荃-书剑恩仇录(演唱会),http://em.21dtv.com/songs/60039732.mkv +郑少秋-书剑恩仇录(演唱会),http://em.21dtv.com/songs/60039733.mkv +陈慧娴-逝去的诺言(演唱会),http://em.21dtv.com/songs/60039551.mkv +张伟文-逝去的诺言(演唱会),http://em.21dtv.com/songs/60039552.mkv +盖鸣晖-逝去的诺言(演唱会),http://em.21dtv.com/songs/60083809.mkv +徐小凤-深秋立楼头(演唱会),http://em.21dtv.com/songs/60038343.mkv +徐小凤-深秋立楼头,http://em.21dtv.com/songs/60038344.mkv +黄凯芹-深秋立楼头,http://em.21dtv.com/songs/60129834.mkv +TWINS-神奇两女侠(演唱会),http://em.21dtv.com/songs/60038485.mkv +李克勤-三千零一夜(演唱会),http://em.21dtv.com/songs/60037285.mkv +黄小琥-突然的自我(演唱会),http://em.21dtv.com/songs/60042926.mkv +伍佰-突然的自我(演唱会),http://em.21dtv.com/songs/60042927.mkv +顾莉雅-我爱你中国(演唱会),http://em.21dtv.com/songs/60044654.mkv +王秀芬-我爱你中国(演唱会),http://em.21dtv.com/songs/60044655.mkv +因果兄弟-我爱你中国(演唱会),http://em.21dtv.com/songs/60044656.mkv +常石磊-我爱你中国,http://em.21dtv.com/songs/60044657.mkv +李谷一-我爱你中国,http://em.21dtv.com/songs/60044658.mkv +彭羚+容祖儿-心淡(演唱会),http://em.21dtv.com/songs/60084239.mkv +谢有才-兄弟(演唱会),http://em.21dtv.com/songs/60084288.mkv +那英-想念(演唱会),http://em.21dtv.com/songs/60049175.mkv +伍思凯-想念(演唱会),http://em.21dtv.com/songs/60049176.mkv +陈楚生-想念,http://em.21dtv.com/songs/60049177.mkv +许美静-想念,http://em.21dtv.com/songs/60049180.mkv +许哲佩-想念,http://em.21dtv.com/songs/60049181.mkv +李心洁-像你,http://em.21dtv.com/songs/60049391.mkv +汪峰-小鸟(演唱会),http://em.21dtv.com/songs/60049679.mkv +黄贯中-醒你(演唱会),http://em.21dtv.com/songs/60051182.mkv +黄家强-醒你(演唱会),http://em.21dtv.com/songs/60051183.mkv +BEYOND-醒你,http://em.21dtv.com/songs/60051184.mkv +张行+杨波-三百六十五里路(演唱会),http://em.21dtv.com/songs/60037168.mkv +张行-再说一句多余的话(演唱会),http://em.21dtv.com/songs/60056983.mkv +张行-迟到(演唱会),http://em.21dtv.com/songs/60012778.mkv +小武-迟到,http://em.21dtv.com/songs/60012779.mkv +侧田-迟钝(演唱会),http://em.21dtv.com/songs/60012780.mkv +叶倩文-冲动(演唱会),http://em.21dtv.com/songs/60012844.mkv +张惠妹-冲动(演唱会),http://em.21dtv.com/songs/60012845.mkv +陈彼得+张行-一条路(演唱会),http://em.21dtv.com/songs/60053734.mkv +张行-一条路(演唱会),http://em.21dtv.com/songs/60053735.mkv +王梦麟+张行-阿美阿美(演唱会),http://em.21dtv.com/songs/60006791.mkv +邓智乐-雨中即景(演唱会),http://em.21dtv.com/songs/60055752.mkv +张行+王梦麟-雨中即景(演唱会),http://em.21dtv.com/songs/60055753.mkv +佚名-雨中即景,http://em.21dtv.com/songs/60055754.mkv +江玲-男朋友,http://em.21dtv.com/songs/60095314.mkv +李登威-你欠扁(无原唱),http://em.21dtv.com/songs/60031948.mkv +陈百强-念亲恩(演唱会),http://em.21dtv.com/songs/60032661.mkv +龚月-念亲恩,http://em.21dtv.com/songs/60032662.mkv +莫旭秋-念亲恩(演唱会),http://em.21dtv.com/songs/60064667.mkv +李丽蕊-念亲恩(演唱会),http://em.21dtv.com/songs/60083552.mkv +刀郎-沙枣花儿香(演唱会),http://em.21dtv.com/songs/60037482.mkv +李宗盛-鬼迷心窍(演唱会),http://em.21dtv.com/songs/60019400.mkv +周华健-鬼迷心窍(演唱会),http://em.21dtv.com/songs/60019401.mkv +任贤齐+李宗盛-鬼迷心窍,http://em.21dtv.com/songs/60019402.mkv +誓言-鬼迷心窍,http://em.21dtv.com/songs/60019403.mkv +孙露-鬼迷心窍,http://em.21dtv.com/songs/60115857.mkv +新宝岛康乐队-光明戏院,http://em.21dtv.com/songs/60071972.mkv +梁咏琪-高妹正传(演唱会),http://em.21dtv.com/songs/60018211.mkv +莫文蔚-姑娘酒窝(演唱会),http://em.21dtv.com/songs/60018945.mkv +伍佰-钢铁男子(演唱会),http://em.21dtv.com/songs/60018154.mkv +徐小凤-故乡的雨(演唱会),http://em.21dtv.com/songs/60019095.mkv +张伟文-故乡的雨(演唱会),http://em.21dtv.com/songs/60019096.mkv +薰妮-故乡的雨,http://em.21dtv.com/songs/60019097.mkv +陈雷-故乡的月,http://em.21dtv.com/songs/60019098.mkv +李干慧-故乡的月,http://em.21dtv.com/songs/60019099.mkv +罗时丰-故乡的月,http://em.21dtv.com/songs/60019100.mkv +费翔-故乡的云(演唱会),http://em.21dtv.com/songs/60019102.mkv +满文军+文章-故乡的云(演唱会),http://em.21dtv.com/songs/60019103.mkv +费翔-故乡的云,http://em.21dtv.com/songs/60019104.mkv +张行+文章-故乡的云,http://em.21dtv.com/songs/60019105.mkv +庄学忠-故乡的云,http://em.21dtv.com/songs/60019106.mkv +西部牛仔-故乡的云,http://em.21dtv.com/songs/60071968.mkv +陈浩德-故乡的雨(演唱会),http://em.21dtv.com/songs/60075574.mkv +梦之旅-故乡的云(演唱会),http://em.21dtv.com/songs/60075575.mkv +吴涤清-温柔的倾诉(演唱会),http://em.21dtv.com/songs/60068743.mkv +孙彭飞-温柔的伤害,http://em.21dtv.com/songs/60062958.mkv +周华健-温柔的瞬息,http://em.21dtv.com/songs/60090835.mkv +周渝民-温柔的晚安(演唱会),http://em.21dtv.com/songs/60044366.mkv +吴涤清-爱的路上千万里(演唱会),http://em.21dtv.com/songs/60066783.mkv +胡美仪-蔓莉蔓莉我爱你(演唱会),http://em.21dtv.com/songs/60028554.mkv +吴涤清-梅兰梅兰我爱你(演唱会),http://em.21dtv.com/songs/60028993.mkv +尤雅-梅兰梅兰我爱你(演唱会),http://em.21dtv.com/songs/60028994.mkv +姜育恒-梅兰梅兰我爱你,http://em.21dtv.com/songs/60028995.mkv +吴涤清-万水千山总是情,http://em.21dtv.com/songs/60067505.mkv +安东阳+樊桐舟-万水千山总是爱,http://em.21dtv.com/songs/60099201.mkv +刘惜君-万水千山总是情,http://em.21dtv.com/songs/60043311.mkv +动力火车+迪克牛仔-一样的月光(演唱会),http://em.21dtv.com/songs/60053816.mkv +苏芮-一样的月光(演唱会),http://em.21dtv.com/songs/60053817.mkv +黄琦珊-一样的月光,http://em.21dtv.com/songs/60053818.mkv +尹光-出册(演唱会),http://em.21dtv.com/songs/60012914.mkv +许巍-纯粹(演唱会),http://em.21dtv.com/songs/60013384.mkv +张清芳-纯粹,http://em.21dtv.com/songs/60013385.mkv +林忆莲-匆匆(演唱会),http://em.21dtv.com/songs/60013474.mkv +梁静茹-纯真(演唱会),http://em.21dtv.com/songs/60013402.mkv +许巍-纯真(演唱会),http://em.21dtv.com/songs/60013403.mkv +李丽珍-纯真,http://em.21dtv.com/songs/60013404.mkv +五月天-纯真,http://em.21dtv.com/songs/60013405.mkv +董事长乐团-刺字,http://em.21dtv.com/songs/60013471.mkv +林忆莲-存在(演唱会),http://em.21dtv.com/songs/60013615.mkv +周传雄-存在(演唱会),http://em.21dtv.com/songs/60013616.mkv +王浩信-猫步,http://em.21dtv.com/songs/60028634.mkv +孙淑媚-没伴,http://em.21dtv.com/songs/60028706.mkv +关淑怡-梦伴(演唱会),http://em.21dtv.com/songs/60029476.mkv +郭富城-梦伴(演唱会),http://em.21dtv.com/songs/60029477.mkv +梅艳芳-梦伴(演唱会),http://em.21dtv.com/songs/60029478.mkv +郭富城-时光(演唱会),http://em.21dtv.com/songs/60039095.mkv +许巍-时光(演唱会),http://em.21dtv.com/songs/60039096.mkv +樱桃帮-受够,http://em.21dtv.com/songs/60039714.mkv +郑融-受够,http://em.21dtv.com/songs/60039715.mkv +雷有辉+邓建明-曙光(演唱会),http://em.21dtv.com/songs/60039780.mkv +太极乐队-曙光(演唱会),http://em.21dtv.com/songs/60039781.mkv +陈慧娴-傻女(演唱会),http://em.21dtv.com/songs/60037531.mkv +李克勤-傻女(演唱会),http://em.21dtv.com/songs/60037532.mkv +卫兰-傻女(演唱会),http://em.21dtv.com/songs/60037533.mkv +卫诗-傻女(演唱会),http://em.21dtv.com/songs/60037534.mkv +光良+曹格-少年,http://em.21dtv.com/songs/60038120.mkv +许巍-少年,http://em.21dtv.com/songs/60038121.mkv +刘德华-十年(演唱会),http://em.21dtv.com/songs/60038982.mkv +崔健-不是我不明白(演唱会),http://em.21dtv.com/songs/60011382.mkv +崔健-新长征路上的摇滚(演唱会),http://em.21dtv.com/songs/60050989.mkv +苏志威-侧面(演唱会),http://em.21dtv.com/songs/60012138.mkv +许志安-侧面(演唱会),http://em.21dtv.com/songs/60012139.mkv +张国荣-侧面(演唱会),http://em.21dtv.com/songs/60012140.mkv +刘德华-缠绵(演唱会),http://em.21dtv.com/songs/60012256.mkv +凤凰传奇-奢香夫人,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_51674527&response=res&format=mp4&type=convert_url +凤凰传奇-荷塘月色,http://antiserver.kuwo.cn/anti.s?rid=MUSIC_1565837&response=res&format=mp4&type=convert_url +李玲玉天竺少女,http://vd3.bdstatic.com/mda-icktmsmht26j2399/sc/mda-icktmsmht26j2399.mp4 +李玲玉女儿情,http://vd4.bdstatic.com/mda-jiqh0kcd7kgpwnmb/sc/mda-jiqh0kcd7kgpwnmb.mp4 + +🎉|DJ热,#genre# +今日热歌DJ《如果爱还在》,https://vd2.bdstatic.com/mda-mhhf5mr00yyhpfjs/1080p/cae_h264/1629284581057661229/mda-mhhf5mr00yyhpfjs.mp4 +推荐9首DJ舞曲,https://vd2.bdstatic.com/mda-mhig1c3sw223mx8p/1080p/cae_h264/1629380139191731149/mda-mhig1c3sw223mx8p.mp4 +动感DJ《苦了累了听听歌》,https://vd4.bdstatic.com/mda-mhqekuf2r91v08dt/1080p/cae_h264/1629888246186602728/mda-mhqekuf2r91v08dt.mp4 +车载必备DJ《殇雪》,https://vd3.bdstatic.com/mda-mhve4gb9hi8cstzk/1080p/cae_h264/1630319514896018158/mda-mhve4gb9hi8cstzk.mp4 +DJ《心在跳情在烧》,https://vd4.bdstatic.com/mda-mhwf07t27w3gi1y7/1080p/cae_h264/1630406994590156367/mda-mhwf07t27w3gi1y7.mp4 +孙艺琪《寂寞的人别听伤感情歌》,https://vd2.bdstatic.com/mda-mdscsws7443npwa8/1080p/cae_h264/1619516504/mda-mdscsws7443npwa8.mp4 +郭镐鸣《野摩托》,https://vd3.bdstatic.com/mda-mekfm7wu6f4rtt99/1080p/cae_h264/1621595318412084671/mda-mekfm7wu6f4rtt99.mp4 +赵蕾蕾《寂寞的城伤心的人》,https://vd2.bdstatic.com/mda-mesdm11tdp69a9ye/1080p/cae_h264/1622115758783335310/mda-mesdm11tdp69a9ye.mp4 +DJ版《真的为你哭了》,https://vd2.bdstatic.com/mda-me5chwexudvzcayg/fhd/cae_h264_nowatermark/1620297137821103617/mda-me5chwexudvzcayg.mp4 +海来阿木《浪子心》DJ沈念版,https://vd3.bdstatic.com/mda-mgr9s5pv0jeqbcm8/1080p/cae_h264/1627298307874491239/mda-mgr9s5pv0jeqbcm8.mp4 +《人间惊鸿客》,https://vd3.bdstatic.com/mda-mh2bbyjcqjxjhzkd/1080p/cae_h264/1627978577559447916/mda-mh2bbyjcqjxjhzkd.mp4 +DJ版《三月里的小雨》,https://vd2.bdstatic.com/mda-mgwegh0bzv4cy6cb/1080p/cae_h264/1627727251470197083/mda-mgwegh0bzv4cy6cb.mp4 +DJ版《望爱却步》,https://vd4.bdstatic.com/mda-mh3ei4sg2jypty79/1080p/cae_h264/1628072927342489970/mda-mh3ei4sg2jypty79.mp4 +《唱着情歌流着泪》,https://vd3.bdstatic.com/mda-mhwaejanf0ie6b8j/1080p/cae_h264/1630409563129833732/mda-mhwaejanf0ie6b8j.mp4 +DJ版《一个人挺好》,https://vd3.bdstatic.com/mda-mh6gqq4b59z26cjx/1080p/cae_h264/1628504623473300938/mda-mh6gqq4b59z26cjx.mp4 +《爱你到最后一刻》,https://vd3.bdstatic.com/mda-mhr9c7q9xzgy1812/1080p/cae_h264/1630062648077583523/mda-mhr9c7q9xzgy1812.mp4 +伤感DJ《等》,https://vd2.bdstatic.com/mda-mhq92a7nafrh8dma/1080p/cae_h264/1629977686796490849/mda-mhq92a7nafrh8dma.mp4 +DJ《我们不再是从前》,https://vd2.bdstatic.com/mda-mhne550wq5m66zvj/1080p/cae_h264/1629803514331462220/mda-mhne550wq5m66zvj.mp4 +DJ舞曲《让我做你的眼睛》,https://vd2.bdstatic.com/mda-mhaargrart2qrkdz/1080p/cae_h264/1629630942996744682/mda-mhaargrart2qrkdz.mp4 +DJ版《时间会知道你好不好》,https://vd3.bdstatic.com/mda-mhairve7gvye1192/1080p/cae_h264/1629457148988604256/mda-mhairve7gvye1192.mp4 +DJ版《爱不得忘不舍》,https://vd3.bdstatic.com/mda-mh8j8egnj8idbvd8/1080p/cae_h264/1629367979662473678/mda-mh8j8egnj8idbvd8.mp4 +DJ版《蜜雪冰城》,https://vd3.bdstatic.com/mda-mhbae2pwwxhyxjcz/1080p/cae_h264/1628767594518574030/mda-mhbae2pwwxhyxjcz.mp4 +DJ版《夜难眠》,https://vd3.bdstatic.com/mda-mh5hwg99vtp777bj/1080p/cae_h264/1628420576290088489/mda-mh5hwg99vtp777bj.mp4 +《无味》 DJ版,https://vd3.bdstatic.com/mda-mgqiagirsmmpuarm/1080p/cae_h264/1627218846577884242/mda-mgqiagirsmmpuarm.mp4 +DJ版《原谅你的谎》,https://vd4.bdstatic.com/mda-mhacxx5vhr2we882/1080p/cae_h264/1628673933350116053/mda-mhacxx5vhr2we882.mp4 +DJ《等爱》,https://vd2.bdstatic.com/mda-mfhh1e0hwq212rrt/sc/h264/1623988905898256147/mda-mfhh1e0hwq212rrt.mp4 +DJ《醉过多少回》,https://vd4.bdstatic.com/mda-megp46e98a4f2b9g/sc/h264/1621239560364992817/mda-megp46e98a4f2b9g.mp4 +DJ小鱼儿 - 如果你真的要离开 (DJ加快版),https://vd4.bdstatic.com/mda-mfh4rq9drsza8gf9/1080p/cae_h264/1623987066817324460/mda-mfh4rq9drsza8gf9.mp4 +DJ情歌《爱情迷了路》,https://vd4.bdstatic.com/mda-mdbrb7fns70avrmt/1080p/cae_h264/1618222287/mda-mdbrb7fns70avrmt.mp4 +《忘川彼岸DJ》,https://vd2.bdstatic.com/mda-md2eyfntemujuft5/1080p/cae_h264/1617446472/mda-md2eyfntemujuft5.mp4 +DJ音乐舞曲《一千个轮回》,https://vd4.bdstatic.com/mda-mdu1939m1muvhme3/1080p/cae_h264/1619662287022848524/mda-mdu1939m1muvhme3.mp4 +DJ 最美不过你的微笑,https://vd4.bdstatic.com/mda-mhs2qjdmkjz2rb7g/sc/cae_h264/1630029534870787600/mda-mhs2qjdmkjz2rb7g.mp4 +DJ 流浪兄弟,https://vd2.bdstatic.com/mda-mhrdtax1km0idkc5/1080p/cae_h264/1629972852606533219/mda-mhrdtax1km0idkc5.mp4 +车载DJ《多年以后》,https://vd3.bdstatic.com/mda-mhqekuegbh6112js/1080p/cae_h264/1629891559415737083/mda-mhqekuegbh6112js.mp4 +红尘只是个过客,https://vd2.bdstatic.com/mda-mhq68s6g444n437t/hd/cae_h264/1629865742325435508/mda-mhq68s6g444n437t.mp4 +百花香(抖音DJ版),https://vd4.bdstatic.com/mda-mdsd1z3wbqeeyumq/fhd/cae_h264_nowatermark/1620021906658368673/mda-mdsd1z3wbqeeyumq.mp4 +经典老歌DJ舞曲七首,https://vd2.bdstatic.com/mda-mhwbtsnrmm6v6x5r/sc/cae_h264/1630403250895754314/mda-mhwbtsnrmm6v6x5r.mp4 +精选五首DJ男声串烧,https://vd2.bdstatic.com/mda-maqfk730tsig88wr/v2-hknm/1080p/mda-maqfk730tsig88wr.mp4 +韩可可《错位时空》DJ版,https://vd3.bdstatic.com/mda-mgciytzb45z6z8yj/1080p/cae_h264/1626183756603775947/mda-mgciytzb45z6z8yj.mp4 +忘记你需要多久(DJ小鱼儿版),https://vd2.bdstatic.com/mda-mc1sm1r5s9azchjv/v1-cae/1080p/mda-mc1sm1r5s9azchjv.mp4 +抖音热歌《大风吹+夜夜夜漫长》,https://vdse.bdstatic.com//13da18e12728e9d7849f6589a3070b4c.mp4 +一夜火爆i网络DJ舞曲,https://vdse.bdstatic.com//692b9306c06b72d223c9d714f8ebe579.mp4 +2021年最火伤感音乐,https://vdse.bdstatic.com//6d39df48360bdb12f73800397c4a6c02.mp4 +2021年网络火爆伤感情歌6首,https://vdse.bdstatic.com//80e0473f97055cec1c9c76c1c7e5498a.mp4 +2021热门伤感DJ,https://vdse.bdstatic.com//06b4e9b185b843e694e4d20e9b0a0aac.mp4 +6首DJ情歌,https://vdse.bdstatic.com//e0ad4d203cd7d7ffa943544c8d2ddbd3.mp4 +几首比较火的DJ情歌,https://vdse.bdstatic.com//4d7e8fe409b2ba9e08b179de8e146fa3.mp4 +精选6首DJ情歌,https://vdse.bdstatic.com//2ead9cf04f5e9e3a99eea79534c3c104.mp4 +酒吧DJ舞曲,https://vdse.bdstatic.com//5208fb24e1d76b0e81f992e91537f086.mp4 +花都开了你来不来DJ,https://vd3.bdstatic.com/mda-mdee523swbezmsin/480p/h264/1618480997/mda-mdee523swbezmsin.mp4 +DJ舞曲,https://vdse.bdstatic.com//8258cbe0dfd6738613fe9efd33a7a83f.mp4 +4K高清岳云鹏,https://vd2.bdstatic.com/mda-meqitprx5ti8ed1a/720p/h264/1621948823045463060/mda-meqitprx5ti8ed1a.mp4 +甜歌美人舞,https://vd2.bdstatic.com/mda-ndr6b7bxbcxhs2hn/480p/h264_delogo/1650947738307316588/mda-ndr6b7bxbcxhs2hn.mp4 +疯疯疯,https://vd3.bdstatic.com/mda-ndk6wn1pf4bf8uye/480p/h264_delogo/1650516770231448538/mda-ndk6wn1pf4bf8uye.mp4 +真心太难求,https://vdse.bdstatic.com//19652aae08e5960c7ec9694e87e0d1f0.mp4 +DJ一万个舍不得,https://vd2.bdstatic.com/mda-km7x66e67pzh3s23/v1-cae/sc/mda-km7x66e67pzh3s23.mp4 +DJ此生已过半,https://vd3.bdstatic.com/mda-mdaprhx095djift2/hd/mda-mdaprhx095djift2.mp4 +DJ石头心,http://listen.92kk.com:8811/%2F2020%2F%E8%BD%A6%E8%BD%BD%E8%A7%86%E9%A2%91%2F2020-03%2F2020-03-09%2F%5BMp4%5D%E9%98%BF%E5%90%89%E4%BB%94-%E7%9F%B3%E5%A4%B4%E5%BF%83-%E8%BD%A6%E8%BD%BDDJ%E9%9F%B3%E4%B9%90%E7%B2%BE%E5%93%81%E7%BE%8E%E5%A5%B3%E7%83%AD%E8%88%9EDJ%E8%A7%86%E9%A2%91%5B%E7%8B%AC%5D.mp4 +DJ让我欢喜让我忧,http://listen.92kk.com:8811/%2F2020%2F%E8%BD%A6%E8%BD%BD%E8%A7%86%E9%A2%91%2F2020-08%2F2020-08-22%2F%5BMp4%5D%E6%9D%A8%E5%B0%8F%E5%A3%AEvs%E9%B9%8F%E9%B9%8F-%E8%AE%A9%E6%88%91%E6%AC%A2%E5%96%9C%E8%AE%A9%E6%88%91%E5%BF%A7-%E8%BD%A6%E8%BD%BDDJ%E9%9F%B3%E4%B9%90%E7%B2%BE%E5%93%81%E7%BE%8E%E5%A5%B3%E7%83%AD%E8%88%9EDJ%E8%A7%86%E9%A2%91%5B%E7%8B%AC%5D.mp4 +DJ揣着梦想走,https://txmov2.a.kwimgs.com/upic/2022/02/25/08/BMjAyMjAyMjUwODU3NTNfNDgxMDc1MjAyXzY4MzQ3NDE3MTkxXzJfMw==_b_B82c9abb3bc16937e87baa32d383adedb.mp4 +DJ没理由,https://bj.bcebos.com/v1/baidu-little-video/vod-gechgi84v43uhfhp/mda-kmbyf4x2aeqt8cds.mp4 +宝贝对不起dj,https://vd4.bdstatic.com/mda-ndm114622ccejsm4/cae_h264_delogo/1650588683136181251/mda-ndm114622ccejsm4.mp4 +伤不起dj,https://vd2.bdstatic.com/mda-ndk1gp50bp71j652/cae_h264_delogo/1650507809324077232/mda-ndk1gp50bp71j652.mp4 +背叛情歌,https://vd2.bdstatic.com/mda-nd9g7g9pdc9d06hz/sc/cae_h264_delogo/1649669454990045825/mda-nd9g7g9pdc9d06hz.mp4 +2021酒吧夜店经典中文车载劲爆DJ舞曲大串烧FHD,https://vdse.bdstatic.com//f222c3fafbcc09db6f39991e5c982450.mp4 +2021年最劲爆的dj歌曲 全中文舞曲串烧-2021夜店混音FHD,https://vdse.bdstatic.com//02a4b136a5e939a0401fc1b58eec7831.mp4 +花儿笑了DJ,https://vd4.bdstatic.com/mda-ncj7vawq5rnk5v59/hd/cae_h264_delogo/1647759626623363912/mda-ncj7vawq5rnk5v59.mp4 +DJ《信天游》,https://vd3.bdstatic.com/mda-nd5kjj9w1dkk13am/sc/cae_h264_delogo/1649256546383547912/mda-nd5kjj9w1dkk13am.mp4 +老歌DJ《化蝶》,https://vd4.bdstatic.com/mda-nd0if1hnkf4zzh2r/hd/cae_h264_delogo/1648822586944230351/mda-nd0if1hnkf4zzh2r.mp4 +DJ老歌60-70-80爱听,https://vd2.bdstatic.com/mda-nd59vsq0r1e2j3g2/sc/cae_h264_delogo/1649230737582909591/mda-nd59vsq0r1e2j3g2.mp4 +《2首车载DJ歌曲联唱》,https://vd2.bdstatic.com/mda-jiugyuw4xwqiwzet/sc/mda-jiugyuw4xwqiwzet.mp4 +DJ《等爱的玫瑰》,https://vd2.bdstatic.com/mda-jfsusw53dxs6kyvc/sc/mda-jfsusw53dxs6kyvc.mp4 +DJ《潮湿的心》,https://vd3.bdstatic.com/mda-jfsre2z1s4xk012w/sc/mda-jfsre2z1s4xk012w.mp4 +DJ《小薇》,https://vd3.bdstatic.com/mda-nd6jimimnfwyjuar/sc/cae_h264_delogo/1649345922829980302/mda-nd6jimimnfwyjuar.mp4 +《野狼的士高》,https://vd2.bdstatic.com/mda-ncp47pjrm7kqjfwq/720p/h264_delogo/1648091187992655346/mda-ncp47pjrm7kqjfwq.mp4 +爆红全网十首DJ车载,https://vdse.bdstatic.com//1d9f9d517346fec2e70d03eae43cff03.mp4 +DJ《精选8首》,https://vdse.bdstatic.com//200ab148a9e867ad29f5fda4ac175305.mp4 +荷东dj,https://vd4.bdstatic.com/mda-kc2b015ijvbriss5/v1-cae/sc/mda-kc2b015ijvbriss5.mp4 +精选5首《催泪情歌》,https://vdse.bdstatic.com//ee648c31127460a0d345bd335edec60d.mp4 +2021年爆红神曲《精选10》,https://vdse.bdstatic.com//1a88c56b0f5b148e5dd61ea7f50d0bd5.mp4 +光明DJ4K,https://vd4.bdstatic.com/mda-ma7y4ug97hcdf710/v1-cae/1080p/mda-ma7y4ug97hcdf710.mp4 +为爱疯狂,https://vd2.bdstatic.com/mda-maiq19kmh7y0q6wz/v1-cae/1080p/mda-maiq19kmh7y0q6wz.mp4 +任妙音《天在下雨我在想你》DJ版,https://vd3.bdstatic.com/mda-makbbuxuhfwrbbjv/v1-cae/1080p/mda-makbbuxuhfwrbbjv.mp4 +郑亦辰《消遣》DJ版,https://vd4.bdstatic.com/mda-mapavg9qcn4t5hm6/v2-hknm/1080p/mda-mapavg9qcn4t5hm6.mp4 +情歌《你是我今生不能忘的唯一》DJ版,https://vd4.bdstatic.com/mda-mbdzgfvp4bz1hhg8/v1-cae/1080p/mda-mbdzgfvp4bz1hhg8.mp4 +一首《爱一回错一回》DJ版,https://vd4.bdstatic.com/mda-mbim69siwwsgwp7d/v1-cae/1080p/mda-mbim69siwwsgwp7d.mp4 +小倩《绣红装》DJ版,https://vd2.bdstatic.com/mda-mbimxt1mdeam71vi/v1-cae/1080p/mda-mbimxt1mdeam71vi.mp4 +经典DJ,https://vd3.bdstatic.com/mda-nc1z7hjnxxzffuuw/hd/cae_h264_delogo/1646263916412254842/mda-nc1z7hjnxxzffuuw.mp4 +电子琴《20分钟经典流行音乐》,https://vdse.bdstatic.com//aa18d91f14915e1e79eacb046ac7747e.mp4 +十首车载音乐,https://vd3.bdstatic.com/mda-nb6afsyti2t91p54/sc/cae_h264_delogo/1644221195521496576/mda-nb6afsyti2t91p54.mp4 +DJ爆红老歌10首车载,https://vd3.bdstatic.com/mda-nbhgwre9iykh09ya/sc/cae_h264_delogo/1645187028367793873/mda-nbhgwre9iykh09ya.mp4 +最火10首车载DJ,https://vd4.bdstatic.com/mda-nahdi45ud73s2842/sc/cae_h264_delogo/1642519489503455798/mda-nahdi45ud73s2842.mp4 +DJ10首老歌,https://vd3.bdstatic.com/mda-ka6r4qi3e0s5isqm/sc/mda-ka6r4qi3e0s5isqm.mp4 +DJ13首《经典老歌》,https://vd4.bdstatic.com/mda-igbpw1bm4vdxitj0/logo/sc/mda-igbpw1bm4vdxitj0.mp4 +DJ爱难求,https://vd4.bdstatic.com/mda-mk99haw9m5kp6p5s/default/h264/1636526565199080954/mda-mk99haw9m5kp6p5s.mp4 +DJ天后,https://vd3.bdstatic.com/mda-kk5f22n13qna8edp/v1-cae/sc/mda-kk5f22n13qna8edp.mp4 +DJ版《黑街》,https://vd3.bdstatic.com/mda-mk612p9ceppwbgxj/sc/cae_h264/1636246729628620650/mda-mk612p9ceppwbgxj.mp4 +DJ《给你留念》》,https://vd4.bdstatic.com/mda-kim3r6dpd04ypqn4/cae_h264_nowatermark/mda-kim3r6dpd04ypqn4.mp4 +DJ《连锁反应》,https://vd2.bdstatic.com/mda-na26q8vkv1hegaw4/sc/cae_h264/1641186067929723723/mda-na26q8vkv1hegaw4.mp4 +DJ4首吸烟的女人,https://vd2.bdstatic.com/mda-mg7zcjiauy83ehmz/sc/cae_h264/1625790109974824055/mda-mg7zcjiauy83ehmz.mp4 +DJ车载音乐,https://vd3.bdstatic.com/mda-mjtm31vvhj027na9/720p/h264/1635433115826085505/mda-mjtm31vvhj027na9.mp4 +2021年6首网络伤感情歌,http://39.165.32.235:88/v1.go2yd.com/video/fcaf341a6038ed4d8dbd50deaf3036c1.mp4_bd.mp4 +《爱难求情难断…》,https://vdse.bdstatic.com//0c8ed110c5522e9bd31752ecb999b1ab.mp4 +六首伤感DJ舞曲《为爱受尽相思罪》《爱过了头心伤透》FHD,https://vdse.bdstatic.com//f27d59d8b75915e122f53c173e27a32e.mp4 +伤感情歌DJ舞曲FHD,https://vdse.bdstatic.com//cb6b4890452ee647d62828fdc70e4752.mp4 +一首伤感歌曲,https://vd3.bdstatic.com/mda-nbr5d212a9mkb4vp/cae_h264_delogo/1645848373794241498/mda-nbr5d212a9mkb4vp.mp4 +5首伤感情歌DJ,https://vdse.bdstatic.com//a34f76474b9bdfca8c487761861fb603.mp4 +几首绝美情歌DJ,https://vdse.bdstatic.com//c5c64b60c9fdfbdfa3e959bb1d56c4b0.mp4 +【经典老歌】DJ8首,https://vdse.bdstatic.com//0ac0c7446ae226121af41b2b4e375ae3.mp4 +经典老歌DJ版精选六首FHD,https://vdse.bdstatic.com//f203048340fe15016fbec9a72905680d.mp4 +【老歌DJ版】《精选8首》FHD,https://vdse.bdstatic.com//525174705415c8773bd465ce4b88b18d.mp4 +2021一夜火爆几首DJ舞曲FHD,https://vdse.bdstatic.com//1fc9fd16e02ca272bb81666b85bf4135.mp4 +2021《精选5首酒吧DJ舞曲》FHD,https://vdse.bdstatic.com//0e59c29ddbc68ed60dce8a6f4631c1f1.mp4 +2021火爆女生版伤感DJ情歌FHD,https://vdse.bdstatic.com//8fe197e92568201d4899dfd3d94585a7.mp4 +2021最新情歌FHD,https://vdse.bdstatic.com//3d84abfc356b7a2f128eea22fcb442a2.mp4 +让人陶醉的几首DJ舞曲FHD,https://vdse.bdstatic.com//0f464b2beaf5887f90ac36b68fcd342f.mp4 +女生DJ伤感情歌FHD,https://vdse.bdstatic.com//8fe41305b5c64f8e11715b4dfd442c67.mp4 +2021最佳伤感情歌HD,https://vdse.bdstatic.com//59c5abc138bf1da5585bb765c530137e.mp4 +车载DJ舞曲,https://vd3.bdstatic.com/mda-nask5v8g11h6fqmf/sc/cae_h264_delogo/1643293983357482773/mda-nask5v8g11h6fqmf.mp4 +7首「伤感情歌」,https://vd2.bdstatic.com/mda-nbdj7sp20st0jd9d/sc/cae_h264_delogo/1644847557994341172/mda-nbdj7sp20st0jd9d.mp4 +经典老歌6首,https://vd2.bdstatic.com/mda-ncd2yz4tkhsx9x7n/sc/cae_h264_delogo/1647224948607209677/mda-ncd2yz4tkhsx9x7n.mp4 +DJ情歌8首,https://vd2.bdstatic.com/mda-mk7hhug7aprk2806/sc/cae_h264/1636496746808750167/mda-mk7hhug7aprk2806.mp4 +DJ情歌5首,https://vd3.bdstatic.com/mda-mmg7iqkrutbwd7az/sc/cae_h264/1639851941696222972/mda-mmg7iqkrutbwd7az.mp4 +5首伤感DJ,https://vd2.bdstatic.com/mda-nd5cr584424xr57c/sc/cae_h264_delogo/1649238205192327499/mda-nd5cr584424xr57c.mp4 +DJ《情火》《拥抱你离去》《夜夜夜漫长》,https://vd3.bdstatic.com/mda-nd3gy7ukv0reh4xv/sc/cae_h264_delogo/1649115109025912038/mda-nd3gy7ukv0reh4xv.mp4 +DJ最烈的酒最猛的烟,https://vd4.bdstatic.com/mda-nd3eicnw62x3z3j0/hd/cae_h264_delogo/1649067794176996768/mda-nd3eicnw62x3z3j0.mp4 +DJ《酒醉风雨情》《伤心苦酒》《朋友的酒》《红尘没有错》,https://vd4.bdstatic.com/mda-nd1a4zuxf78py830/sc/cae_h264_delogo/1649003829932795060/mda-nd1a4zuxf78py830.mp4 +DJ《舍不得又能怎样呢》,https://vd2.bdstatic.com/mda-ncv1qd3acxskd46p/sc/cae_h264_delogo/1648720820032252958/mda-ncv1qd3acxskd46p.mp4 +情哥哥DJ,https://vd3.bdstatic.com/mda-kjs8ewqz9tidsdjk/v1-cae/hd/mda-kjs8ewqz9tidsdjk.mp4 +精选车载酒吧劲爆中文DJ舞曲,https://vd2.bdstatic.com/mda-nc1dmpzkg7y9k6y1/sc/cae_h264_delogo/1646218423219778510/mda-nc1dmpzkg7y9k6y1.mp4 +伤感情歌DJ《爱错绝情的你》《我只想告诉你》新歌上线,https://vd4.bdstatic.com/mda-nc37edj3rtfxe0dw/720p/h264_delogo/1646371172935157274/mda-nc37edj3rtfxe0dw.mp4 +现场一曲《最美的情缘》DJ版,https://vd3.bdstatic.com/mda-ih4mz2ubqfx9q9gb/sc/mda-ih4mz2ubqfx9q9gb.mp4 +DJ舞曲《闯天涯》,https://vd2.bdstatic.com/mda-mjf3hahmam95yfkd/sc/cae_h264_nowatermark/1634352379471224566/mda-mjf3hahmam95yfkd.mp4 +女孩街头演唱DJ《放不下想又怕》,https://vd2.bdstatic.com/mda-nb8mpxwznwj6s3ps/sc/cae_h264_nowatermark_delogo/1644456565663753843/mda-nb8mpxwznwj6s3ps.mp4 +DJ舞曲《拼命的喝酒拼命的抽烟》,https://vd2.bdstatic.com/mda-nd1n5vscnn77rui2/sc/cae_h264_delogo/1648915878369422268/mda-nd1n5vscnn77rui2.mp4 +「精选DJ洗脑神曲」节奏欢快,动感魔性,https://vd2.bdstatic.com/mda-ncsh78jh0xna7ngs/sc/cae_h264_delogo/1648389408244925817/mda-ncsh78jh0xna7ngs.mp4 +最火的5首DJ舞曲,https://vd2.bdstatic.com/mda-mmqfbgzdj99h2g2a/sc/cae_h264_nowatermark/1640431486180468034/mda-mmqfbgzdj99h2g2a.mp4 +情难断,https://vd2.bdstatic.com/mda-nc64m5emhisa13mr/cae_h264_delogo/1646623933147802848/mda-nc64m5emhisa13mr.mp4 +《经典老歌》DJ舞曲串烧,70、80、90后,https://vd3.bdstatic.com/mda-ihps4033ktcz7mfq/sc/mda-ihps4033ktcz7mfq.mp4 +《感动天感动地》无损超嗨版,https://vd2.bdstatic.com/mda-kc9syj5km9m1bvbq/sc/mda-kc9syj5km9m1bvbq.mp4 +《潇洒的走DJ》动感节奏,https://vd4.bdstatic.com/mda-kgirfiwxg342z9d8/v1-cae/sc/mda-kgirfiwxg342z9d8.mp4 +《经典老歌》伤感女声篇,https://vd3.bdstatic.com/mda-ig8mrb0k4jjc5ydt/sc/mda-ig8mrb0k4jjc5ydt.mp4 +《听风的歌》DJ舞曲重低音夜店歌曲,https://vd3.bdstatic.com/mda-kb2nbj78xr6a1mbi/v1-cae/sc/mda-kb2nbj78xr6a1mbi.mp4 +2018精选十首《动感DJ舞曲》串烧大碟,https://vd3.bdstatic.com/mda-ii00rzrptt9e56yf/sc/mda-ii00rzrptt9e56yf.mp4 +DJ舞曲,https://vd4.bdstatic.com/mda-idpg23napy9gsnxb/logo/sc/mda-idpg23napy9gsnxb.mp4 +2020国外热门动感DJ版,https://vd3.bdstatic.com/mda-kb2bqk7bw0ntjpfn/sc/mda-kb2bqk7bw0ntjpfn.mp4 +2019火爆DJ串烧第一期,https://vd2.bdstatic.com/mda-jgjca1pammc75yy9/sc/mda-jgjca1pammc75yy9.mp4 +车载DJ推荐《将军在上》《馋丫头》,https://vd4.bdstatic.com/mda-mm83f0d9sws2zdu4/sc/cae_h264/1639107595725814486/mda-mm83f0d9sws2zdu4.mp4 +车载音乐DJ歌曲劲歌热舞提神醒目,https://vd3.bdstatic.com/mda-ncf25mrs5bm53k6j/sc/cae_h264_delogo/1647396409036292673/mda-ncf25mrs5bm53k6j.mp4 +DJ歌曲《怎么爱都爱不够》,https://vd3.bdstatic.com/mda-mksyipb0103ck0pm/sc/cae_h264_nowatermark/1638055298562460672/mda-mksyipb0103ck0pm.mp4 +《鸳鸯DJ》劲爆DJ,https://vd3.bdstatic.com/mda-nba9z1mqi949jyyb/sc/cae_h264_delogo/1644629210546304303/mda-nba9z1mqi949jyyb.mp4 +月老掉线超清版,https://vd3.bdstatic.com/mda-nauhfr2cq1n7bq24/1080p/cae_h264_delogo/1643459623779225887/mda-nauhfr2cq1n7bq24.mp4 +DJ舞曲,https://vd2.bdstatic.com/mda-ncp5ggtppe1c0gw0/720p/h264_delogo/1648094099072851708/mda-ncp5ggtppe1c0gw0.mp4?v_from_s=hkapp-haokan-nanjing&auth_key=1648813542-0-0-b75fb95e3bd44e8af5cc964483db1b1a&bcevod_channel=searchbox_feed&pd=1&vt=1&cd=0&watermark=0&did=ced9e69a4f6154e91be590c1d5a488ab&logid=0942439256&vid=12262793352915624883&pt=0&appver=7.2.1.10&model=T7-5G10&osver=9&cr=2&abtest=peav_g52&sle=1&sl=2303&split=1993062&dt=0&nt=0&kpdl=1&h265_m=-1&klogid=0000000000000000&kapid=1&psp=1&psk=8&pif=0_0_0_0&qtfc=65535&qtut=0&stg=none +DJ舞曲,https://vd2.bdstatic.com/mda-nch73gktvfmgdrbd/sc/cae_h264_delogo/1647644537085447432/mda-nch73gktvfmgdrbd.mp4?v_from_s=hkapp-haokan-nanjing&auth_key=1648813542-0-0-4a2d27d50015d19f3ed5cf5fbc261f79&bcevod_channel=searchbox_feed&pd=1&vt=1&cd=0&watermark=0&did=ced9e69a4f6154e91be590c1d5a488ab&logid=0942439256&vid=4192073541598205553&pt=0&appver=7.2.1.10&model=T7-5G10&osver=9&cr=2&abtest=peav_g52&sle=1&sl=1420&split=1235330&dt=1&nt=0&pe=0&prerender=0&kpdl=1&h265_m=-1&klogid=c770aa16cadb579d&kapid=1&psp=1&psk=68&pif=0_0_0_0&qtfc=65535&qtut=0&stg=none +DJ舞曲,https://vd2.bdstatic.com/mda-nchdvhumb9t222dt/720p/h264_delogo/1647597232402077616/mda-nchdvhumb9t222dt.mp4?v_from_s=hkapp-haokan-nanjing&auth_key=1648813542-0-0-355c817c82d5b57396302bd3461bac2c&bcevod_channel=searchbox_feed&pd=1&vt=1&cd=0&watermark=0&did=ced9e69a4f6154e91be590c1d5a488ab&logid=0942439256&vid=7721459444580608676&pt=0&appver=7.2.1.10&model=T7-5G10&osver=9&cr=2&abtest=peav_g52&sle=1&sl=2380&split=2030320&dt=1&nt=0&pe=0&prerender=0&kpdl=1&h265_m=-1&klogid=1b51c89b2702d8cc&kapid=1&psp=1&psk=64&pif=0_0_0_0&qtfc=65535&qtut=0&stg=none +7 DJ舞曲,https://vd2.bdstatic.com/mda-nch73gktvfmgdrbd/sc/cae_h264_delogo/1647644537085447432/mda-nch73gktvfmgdrbd.mp4?v_from_s=hkapp-haokan-nanjing&auth_key=1648813542-0-0-4a2d27d50015d19f3ed5cf5fbc261f79&bcevod_channel=searchbox_feed&pd=1&vt=1&cd=0&watermark=0&did=ced9e69a4f6154e91be590c1d5a488ab&logid=0942439256&vid=4192073541598205553&pt=0&appver=7.2.1.10&model=T7-5G10&osver=9&cr=2&abtest=peav_g52&sle=1&sl=1420&split=1235330&dt=1&nt=0&pe=0&prerender=0&kpdl=1&h265_m=-1&klogid=c770aa16cadb579d&kapid=1&psp=1&psk=1028&pif=0_0_0_0&qtfc=65535&qtut=0&stg=none +DJ 无情书,https://vd3.bdstatic.com/mda-kkikg9rzshuhcxwy/v1-cae/sc/mda-kkikg9rzshuhcxwy.mp4 +包房专嗨音乐视频-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-08/2020-08-22/[Mp4]三月里的小雨-王恰恰-车载DJ音乐精品美女热舞DJ视频[独].mp4 +抖音热播榜私货旋律慢摇音乐-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-03/2020-03-09/[Mp4]风小筝-别丢下我不管-车载DJ音乐精品美女热舞DJ视频[独].mp4 +车载伤感音乐视频-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-03/2020-03-09/[Mp4]张宇-给你们-车载DJ音乐精品美女热舞DJ视频[独].mp4 +怀旧夜场音乐视频-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-03/2020-03-09/[Mp4]收不回的爱dj[FZ方丈-Z天爱]DJ小鱼儿-车载DJ音乐精品美女热舞DJ视频[独].mp4 +百听不腻的汽车音乐-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-08/2020-08-22/[Mp4]备爱[浪子康]-车载DJ音乐精品美女热舞DJ视频[独].mp4 +2021最强旋律音乐视频-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-03/2020-03-11/[Mp4]曾沛慈-一个人想着一个人车载DJ音乐精品美女热舞DJ视频[独].mp4 +伤感情歌车载音乐视频-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-08/2020-08-22/[Mp4]沈浩天-冬天不在-车载DJ音乐精品美女热舞DJ视频[独].mp4 +包房经典旋律音乐视频-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-08/2020-08-22/[Mp4]Lambert野小马-你走以后-车载DJ音乐精品美女热舞DJ视频[独].mp4 +全网热播车载音乐-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-03/2020-03-11/[Mp4]爱你-邓紫棋-车载DJ音乐精品美女热舞DJ视频[独].mp4 +赵鑫[想哭]-车载DJ音乐精品美女热舞DJ视频,http://listen.92kk.com:8811//2020/车载视频/2020-03/2020-03-09/[Mp4]赵鑫[想哭]-车载DJ音乐精品美女热舞DJ视频[独].mp4 +东莞3星酒吧劲爆,https://vd3.bdstatic.com/mda-nc91jug6hru2kas8/sc/cae_h264_delogo/1646878042944090737/mda-nc91jug6hru2kas8.mp4 +电音,https://vd3.bdstatic.com/mda-mev3hw0htz28h5wn/1080p/cae_h264/1622343504467773766/mda-mev3hw0htz28h5wn.mp4 +DJ女驸马,https://vd3.bdstatic.com/mda-mkc73kvdz3q3xwaw/fhd/cae_h264_nowatermark/1636904021328088500/mda-mkc73kvdz3q3xwaw.mp4 +巨星珍藏系列邓丽君经典歌曲精选(1),https://vdse.bdstatic.com//d2b16e989b950ad5db5461066c8dbf46.mp4 +巨星珍藏系列邓丽君经典歌曲精选(2),https://vdse.bdstatic.com//9b36b59762cdf4a47f8c27672b35e343.mp4 +巨星珍藏系列邓丽君经典歌曲精选(3),https://vdse.bdstatic.com//a43cab220b1ac8f879a1b5e29592c9f3.mp4 +巨星珍藏系列邓丽君经典歌曲精选(4),https://vdse.bdstatic.com//286f53c579b11eecd2d70f985a685ae9.mp4 +刀郎经典歌曲《情人/为什么我泪水成行/2002年的,https://vdse.bdstatic.com//9b34ac60de14344db632ced1bdac9ef3.mp4 +刀郎经典歌曲7首《西海情歌》《敖包相会》《情人》冲,https://vdse.bdstatic.com//628ca08719cef5987ea2ae3c6f0d2386.mp4 +刀郎经典歌曲精选,https://vdse.bdstatic.com//4fcca19a19aa4974230c5ee70ab5fa55.mp4 +刀郎经典老歌《手心里的温柔》《西海情歌》《披着羊皮,https://vdse.bdstatic.com//2f53687e421524efba9ba2b528f7bd12.mp4 +刀郎经典老歌合集《披着羊皮的狼》《西海情歌》《冲动,https://vdse.bdstatic.com//bfbb0871ed01eb3328497faae6a8531b.mp4 +《窗外》《同桌的你》《心太软》《心雨》《小芳》,https://vdse.bdstatic.com//97183ae857df5213fcfaf0fabc18efc3.mp4 +《来生再去拥抱你》《梨花飞情人泪》《落雨的秋》《梦,https://vdse.bdstatic.com//d5e3237c7ef186217ea1c9b24d58e2ae.mp4 +《偏偏喜欢你》《千千阙歌》《光辉岁月》《海阔天空》,https://vdse.bdstatic.com//c1e04e418d20de0e27b5bf09722d96e7.mp4 +《涛声依旧》《雾里看花》《窗外》《心雨》《听心》《,https://vdse.bdstatic.com//db8ba0fda2aad9cb15aa32887a160f06.mp4 +《涛声依旧》《潇洒走一回》《昨夜星辰》《女儿情》《,https://vdse.bdstatic.com//f07a3d6a6489458c717c07dc5faf8523.mp4 +《天路》《驼铃》《鸿雁》《九儿》《绒花》《小芳》,https://vdse.bdstatic.com//e4b7325ebf3010673a51a24f948a8a97.mp4 +《驼铃》《卓玛》《天边》《鸿雁》《天路》草原歌曲,https://vdse.bdstatic.com//f8f4740a4ca7ff31c3a2d8386fc14598.mp4 +《可可托海的牧羊人><送亲><站着等你三千年><红,https://vdse.bdstatic.com//695c59600d85d94047f091d3dc8c35d0.mp4 +Soda东南亚之旅,https://vdse.bdstatic.com//b6295e9776c2cd347716fc2447e27fac.mp4 +SNH48剧场,http://112.74.200.9:88/tv000000/m3u8.php?/migu/617432328 +音乐榜,http://txtest-xp2p.p2p.huya.com/src/1099531740260-1099531740260-86382461021323264-2199063603976-10057-A-0-1.xs +音乐小石榴,http://txtest-xp2p.p2p.huya.com/src/1199512344405-1199512344405-5224693802798678016-2399024812266-10057-A-0-1.xs +音乐Retro,http://stream.mediawork.cz/retrotv/retrotvHQ1/playlist.m3u8 +音乐MusicTop,http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w538311571_b364000_sleng.m3u8 +意大利V2,http://de1se01.v2beat.live/playlist.m3u8 +法国时尚,http://lb.streaming.sk/fashiontv/stream/chunklist_w1702070444.m3u8 +欧美动感DJ,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgyMqg4gUo-uSR5AU.mp4 +韩国动感舞曲,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgr-2n9AUoqsakNg.mp4 +朴孝敏 –SKETCH,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAguq6r7gUouOyF4gE.mp4 +欧美高清动感歌曲1,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgianW4gUoj9-Aaw.mp4 +欧美高清动感歌曲2,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgpdia4gUo7oWfiAE.mp4 +Girls Gone Wild,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgjd2w4gUou--ljQE.mp4 +上下(中文版),https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgtd6M9QUokpHf7AY.mp4 +迈克尔杰克逊,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgw9ma4gUo3YLDvgU.mp4 +泫雅-甩Nai舞,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgp92c4gUovM-V_QU.mp4 +僵尸跳舞David Jones,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg-vqa4gUotM7X6wc.mp4 +MTV僵尸舞,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgw5Cv4gUoiZqZ4wE.mp4 +Alan Walker-feat,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg9qiM5gUo-tns8Qc.mp4 +Trouble Maker,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg2fWv4gUo9JT7DQ.mp4 +Trouble Maker- Now,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgvue_4gUomZa1kQU.mp4 +Stellar-Vibrato,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg_O_-4gUo257EIg.mp4 +School-Flashback,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg_PSc4gUoxOLZ3AM.mp4 +skart-短裙,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAggoG24gUouOfNkAM.mp4 +Sistar - Give,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgkoe24gUo-OW_mwQ.mp4 +School - 初恋,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgn-a24gUouMCswQY.mp4 +Dal Shabet,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg3fq95QUoisPxpAM.mp4 +Areia Kpop Remix,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg____4gUopsLtrQQ.mp4 +佳仁 - Paradise Lost,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgy9j64wUogPOGEQ.mp4 +StickySticky,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgnIS24gUoptqYDQ.mp4 +EXID - UP&DOWN,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgzMnG4gUoroOQgQU.mp4 +Four Ladies-Move,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAg85Do5QUow-P-wwI.mp4 +AOA - Excuse Me,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgmozg7AUolaeS8gU.mp4 +AOA - Like A Cat,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgtfm95QUok8Wu6AQ.mp4 +金泫雅,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgyt_s4gUolOCslAQ.mp4 +韩国动感舞曲2,https://15799848.s21v.faiusr.com/58/ABUIABA6GAAgz-qc4gUo4vj-tQY.mp4 +印度神曲B,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAg45qY9wUonJT41gc.mp4 +印度神曲C,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAgvZ6k4wUo0cGkhgQ.mp4 +印度神曲D,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAghrTW4gUojKzXlwI.mp4 +印度歌舞1,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAguOCe9wUotr-RqQU.mp4 +印度歌舞2,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAguuCe9wUoyKfU-gI.mp4 +印度歌舞3,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAgl_Ce9wUo6t-WdQ.mp4 +印度歌舞4,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAgmeCe9wUoiJmTxgc.mp4 +印度歌舞5,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAgj_Ce9wUoqtHxJQ.mp4 +印度歌舞6,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAgmuCe9wUokNHLuAQ.mp4 +印度歌舞7,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAgneCe9wUouKLe8Ac.mp4 +印度歌舞9,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAg3N_e9wUogdbOaQ.mp4 +印度歌舞10,http://15799848.s21v.faiusr.com/58/ABUIABA6GAAg1t_e9wUouM_i8wM.mp4 + +💃|韩国女团,#genre# +韩国歌团001,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240095359203.mp4 +韩国歌团002,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239978750464.mp4 +韩国歌团003,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239858729476.mp4 +韩国歌团004,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239755956819.mp4 +韩国歌团005,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239987758613.mp4 +韩国歌团006,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239880949246.mp4 +韩国歌团007,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239903717006.mp4 +韩国歌团008,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239903321355.mp4 +韩国歌团009,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239799872402.mp4 +韩国歌团010,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239799088974.mp4 +韩国歌团011,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240024786285.mp4 +韩国歌团012,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240142715042.mp4 +韩国歌团013,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240025046562.mp4 +韩国歌团014,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240145171654.mp4 +韩国歌团015,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240147051191.mp4 +韩国歌团016,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239805200933.mp4 +韩国歌团017,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239910253332.mp4 +韩国歌团018,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239806164759.mp4 +韩国歌团019,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239807872136.mp4 +韩国歌团020,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240032526123.mp4 +歌团★021,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239808028600.mp4 +歌团★022,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240031614983.mp4 +歌团★023,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240150331617.mp4 +歌团★024,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239809100782.mp4 +歌团★025,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240151167718.mp4 +歌团★026,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240033362815.mp4 +歌团★027,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240151167938.mp4 +歌团★028,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240035466345.mp4 +歌团★029,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239811800375.mp4 +歌团★030,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239916285148.mp4 +歌团★031,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239927589941.mp4 +歌团★032,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239931661209.mp4 +歌团★033,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240171579858.mp4 +歌团★034,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239831144046.mp4 +歌团★035,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240056530470.mp4 +歌团★036,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239832040344.mp4 +歌团★037,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240173879894.mp4 +歌团★038,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240057078179.mp4 +歌团★039,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239936685999.mp4 +歌团★040,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240059018784.mp4 +歌团★041,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239834324813.mp4 +歌团★042,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239834716201.mp4 +歌团★043,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239837532125.mp4 +歌团★044,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240179867562.mp4 +歌团★045,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240063650207.mp4 +歌团★046,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240181243061.mp4 +歌团★047,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240181363115.mp4 +歌团★048,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239944465251.mp4 +歌团★049,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240065122134.mp4 +歌团★050,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239840536452.mp4 +歌团★051,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240065838644.mp4 +歌团★052,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239945877111.mp4 +歌团★053,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240184339138.mp4 +歌团★054,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239842640589.mp4 +歌团★055,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240186067562.mp4 +歌团★056,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240187071401.mp4 +歌团★057,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240069974546.mp4 +歌团★058,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070346911.mp4 +歌团★059,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070818783.mp4 +歌团★060,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239846692034.mp4 +歌团★061,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239951329234.mp4 +歌团★062,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240191295627.mp4 +歌团★063,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240026585459.mp4 +歌团★064,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240192067467.mp4 +歌团★065,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239911732892.mp4 +歌团★066,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240196491782.mp4 +歌团★067,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239960909980.mp4 +歌团★068,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240017737344.mp4 +歌团★069,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240202339353.mp4 +歌团★070,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240203243765.mp4 +歌团★071,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240205555546.mp4 +歌团★072,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239983417489.mp4 +歌团★074,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240221687198.mp4 +歌团★075,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240222023079.mp4 +歌团★076,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240107150280.mp4 +歌团★077,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240224523227.mp4 +歌团★078,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239987569147.mp4 +歌团★079,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240225803033.mp4 +歌团★080,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239989445779.mp4 +歌团★081,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240229579224.mp4 +歌团★082,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239993533054.mp4 +歌团★083,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239994225085.mp4 +歌团★084,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239994741288.mp4 +歌团★085,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239995197198.mp4 +歌团★086,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240232939168.mp4 +歌团★087,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239890536417.mp4 +歌团★088,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239890568711.mp4 +歌团★089,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240233783820.mp4 +歌团★090,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239894180409.mp4 +歌团★091,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239999177791.mp4 +歌团★092,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239895496483.mp4 +歌团★093,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240119938989.mp4 +歌团★094,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240002397273.mp4 +歌团★095,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240241527208.mp4 +歌团★096,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239899840062.mp4 +歌团★097,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240243499351.mp4 +歌团★098,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240127638122.mp4 +歌团★099,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240030505796.mp4 +歌团★100,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240245283772.mp4 +歌团★101,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240247623420.mp4 +歌团★102,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240043672242.mp4 +歌团★103,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240339124000.mp4 +歌团★104,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240221702622.mp4 +歌团★105,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239993732827.mp4 +歌团★106,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239994460907.mp4 +歌团★107,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240340899550.mp4 +歌团★108,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239995692215.mp4 +歌团★109,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240341971789.mp4 +歌团★110,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239996664565.mp4 +歌团★111,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240342839842.mp4 +歌团★112,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240225254466.mp4 +歌团★113,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240225226897.mp4 +歌团★114,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239998000351.mp4 +歌团★115,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240105989528.mp4 +歌团★116,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239998340711.mp4 +歌团★117,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240106477140.mp4 +歌团★118,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240107389699.mp4 +歌团★119,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240345787129.mp4 +歌团★120,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240227966801.mp4 +歌团★121,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240228462625.mp4 +歌团★122,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240108721427.mp4 +歌团★123,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240001176191.mp4 +歌团★125,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240001228776.mp4 +歌团★126,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240109533631.mp4 +歌团★127,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240347663598.mp4 +歌团★128,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240001932458.mp4 +歌团★129,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240002044738.mp4 +歌团★130,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240111085001.mp4 +歌团★131,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240350575186.mp4 +歌团★132,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240350771160.mp4 +歌团★133,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240113261859.mp4 +歌团★134,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240352039996.mp4 +歌团★135,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240236014123.mp4 +歌团★136,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240008036293.mp4 +歌团★137,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240354863286.mp4 +歌团★138,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240008780109.mp4 +歌团★139,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240009608741.mp4 +歌团★140,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240379515679.mp4 +歌团★141,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240262842385.mp4 +歌团★142,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240264262344.mp4 +歌团★143,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240384227055.mp4 +歌团★145,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240267170778.mp4 +歌团★146,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240386743317.mp4 +歌团★147,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240268654616.mp4 +歌团★148,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240387107547.mp4 +歌团★149,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240150573492.mp4 +歌团★150,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240388683474.mp4 +歌团★151,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240270774376.mp4 +歌团★152,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240151273206.mp4 +歌团★153,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240389031565.mp4 +韩国太妍01,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240162304531.mp4 +韩国太妍02,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240167997205.mp4 +韩国太妍03,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240059400880.mp4 +韩国太妍04,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240407847242.mp4 +韩国太妍05,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240062596020.mp4 +韩国太妍06,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240170661907.mp4 +韩国太妍07,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240411259014.mp4 +韩国太妍08,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240174309994.mp4 +韩国太妍09,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240175225325.mp4 +韩国太妍10,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240066736888.mp4 +韩国太妍11,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240175161903.mp4 +韩国太妍12,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240295526170.mp4 +韩国太妍13,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240295818399.mp4 +韩国太妍14,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240177321736.mp4 +韩国太妍15,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240177941288.mp4 +韩国太妍16,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070652257.mp4 +韩国太妍17,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240298266546.mp4 +韩国太妍18,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070884570.mp4 +韩国太妍19,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240298694512.mp4 +韩国太妍20,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240418087243.mp4 +韩国太妍21,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240299394846.mp4 +韩国太妍22,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240181409471.mp4 +韩国太妍23,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240182993056.mp4 +韩国太妍24,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240301854532.mp4 +韩国太妍25,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240075164377.mp4 +韩国太妍26,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240349762400.mp4 +韩国太妍27,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240121912724.mp4 +韩国太妍28,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240126480392.mp4 +韩国太妍29,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240355262537.mp4 +韩国太妍30,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240355734488.mp4 +韩国太妍31,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240237453313.mp4 +韩国太妍32,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240130092025.mp4 +韩国太妍33,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240478207039.mp4 +韩国太妍34,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240361330093.mp4 +韩国太妍35,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240139316317.mp4 +韩国太妍36,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240248465975.mp4 +韩国太妍37,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240139720035.mp4 +韩国太妍38,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240368550193.mp4 +韩国太妍39,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240250429573.mp4 +韩国太妍40,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240370230905.mp4 +韩国太妍41,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240160716008.mp4 +韩国太妍42,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240161212784.mp4 +韩国太妍43,https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240389662042.mp4 + +🎎|VIP 资源_888 ,#genre# +Unknown_1,https://v9.microclassonline.com/20220309/c1NwUvji/index.m3u8 +Unknown_2,https://v9.microclassonline.com/20220309/4Acb0ay4/index.m3u8 +Unknown_3,https://v9.microclassonline.com/20220302/08GjB9IY/index.m3u8 +Unknown_4,https://v9.microclassonline.com/20220220/xDt0gAPk/index.m3u8 +Unknown_5,https://v9.microclassonline.com/20220302/aHsBYflX/index.m3u8 +Unknown_6,https://v9.microclassonline.com/20220219/0n6WcEbO/index.m3u8 +Unknown_7,https://v9.microclassonline.com/20220225/aoAtfjhM/index.m3u8 +Unknown_8,https://v9.microclassonline.com/20220221/u4R5Xxis/index.m3u8 +Unknown_9,https://v9.microclassonline.com/20220209/KgAVkf8v/index.m3u8 +Unknown_10,https://v9.microclassonline.com/20220204/NyWQkNPL/index.m3u8 +Unknown_11,https://v9.microclassonline.com/20211227/bD8rrCd5/index.m3u8 +Unknown_12,https://v9.microclassonline.com/20211203/MYhpLiCb/index.m3u8 +Unknown_13,https://v9.microclassonline.com/20211101/4ytM9axd/index.m3u8 +Unknown_14,https://v9.microclassonline.com/20211109/ILhYTFSc/index.m3u8 +Unknown_15,https://v9.microclassonline.com/20211107/gclUTX59/index.m3u8 +Unknown_16,https://v9.microclassonline.com/20211102/ASgkjGy0/index.m3u8 +Unknown_17,https://v9.microclassonline.com/20211025/SNEk4Qvp/index.m3u8 +Unknown_18,https://v9.microclassonline.com/20211013/NGkClllU/index.m3u8 +Unknown_19,https://v9.microclassonline.com/20220824/g70W8EaS/index.m3u8 +Unknown_20,https://v9.microclassonline.com/20220824/7FBebIyi/index.m3u8 +Unknown_21,https://v9.microclassonline.com/20220823/uHRTMOCS/index.m3u8 +Unknown_22,https://v9.microclassonline.com/20220823/08ksUbnl/index.m3u8 +Unknown_23,https://v9.microclassonline.com/20220823/M7U7ODp6/index.m3u8 +Unknown_24,https://v9.microclassonline.com/20220823/1M3BqrsA/index.m3u8 +Unknown_25,https://v9.microclassonline.com/20211118/31icY5tr/index.m3u8 +Unknown_26,https://v9.microclassonline.com/20211208/S3USqyDy/index.m3u8 +Unknown_27,https://v9.microclassonline.com/20220817/Jqnadx8p/index.m3u8 +Unknown_28,https://v9.microclassonline.com/20220824/9j9nR9oq/index.m3u8 +Unknown_29,https://v9.microclassonline.com/20220626/3WBsxywP/index.m3u8 +Unknown_30,https://v9.microclassonline.com/20220702/9d7fz9yy/index.m3u8 +Unknown_31,https://v9.microclassonline.com/20220625/ug9XXzDX/index.m3u8 +Unknown_32,https://v9.microclassonline.com/20220625/H3iQmtDp/index.m3u8 +Unknown_33,https://v9.microclassonline.com/20220523/u8Rj51NP/index.m3u8 +Unknown_34,https://v9.microclassonline.com/20220216/FMZKleji/index.m3u8 +Unknown_35,https://v9.microclassonline.com/20220216/IKLJqM1H/index.m3u8 +Unknown_36,https://v9.microclassonline.com/20220114/afnPXlB4/index.m3u8 +Unknown_37,https://v9.microclassonline.com/20220823/zZK5hf5L/index.m3u8 +Unknown_38,https://v9.microclassonline.com/20220823/GFhd90vv/index.m3u8 +Unknown_39,https://v9.microclassonline.com/20220819/xk8jsitv/index.m3u8 +Unknown_40,https://v9.microclassonline.com/20220820/RvvcpUEX/index.m3u8 +Unknown_41,https://v9.microclassonline.com/20220814/744nKxwo/index.m3u8 +Unknown_42,https://v9.microclassonline.com/20220716/tg4TNzri/index.m3u8 +Unknown_43,https://v9.microclassonline.com/20220726/Ql6PS69p/index.m3u8 +Unknown_44,https://v9.microclassonline.com/20220630/hz83yWsW/index.m3u8 +Unknown_45,https://v9.microclassonline.com/20220622/bc8Poqns/index.m3u8 +Unknown_46,https://v9.microclassonline.com/20220618/zRmN7C95/index.m3u8 +Unknown_47,https://v9.microclassonline.com/20220616/fhn09BMd/index.m3u8 +Unknown_48,https://v9.microclassonline.com/20220615/7YyxYD3J/index.m3u8 +Unknown_49,https://v9.microclassonline.com/20220611/d5XzEJAB/index.m3u8 +Unknown_50,https://v9.microclassonline.com/20220611/SU7KLZff/index.m3u8 +Unknown_51,https://v9.microclassonline.com/20220518/nAf0QCHC/index.m3u8 +Unknown_52,https://v9.microclassonline.com/20220517/VnzDR2Uu/index.m3u8 +Unknown_53,https://v9.microclassonline.com/20220513/b9x5MyGu/index.m3u8 +Unknown_54,https://v9.microclassonline.com/20220327/FQGavSbL/index.m3u8 +Unknown_55,https://v9.microclassonline.com/20220402/D0laxOov/index.m3u8 +Unknown_56,https://v9.microclassonline.com/20220203/VId1BZJ1/index.m3u8 +Unknown_57,https://v9.microclassonline.com/20220203/yCxdmExD/index.m3u8 +Unknown_58,https://v9.microclassonline.com/20220827/FrQn86ta/index.m3u8 +Unknown_59,https://v9.microclassonline.com/20220827/EurM3CRD/index.m3u8 +Unknown_60,https://v9.microclassonline.com/20220826/BIdzISeN/index.m3u8 +Unknown_61,https://v9.microclassonline.com/20211208/uyqSr16M/index.m3u8 +Unknown_62,https://v9.microclassonline.com/20211118/E6FNMIdt/index.m3u8 +Unknown_63,https://v9.microclassonline.com/20211107/UeIVNNJA/index.m3u8 +Unknown_64,https://v9.microclassonline.com/20211104/jpZZfjF5/index.m3u8 +Unknown_65,https://v9.microclassonline.com/20211015/7YABwvFP/index.m3u8 +Unknown_66,https://v9.microclassonline.com/20211014/hmkUvGIh/index.m3u8 +Unknown_67,https://v9.microclassonline.com/20211013/GIpS1o8f/index.m3u8 +Unknown_68,https://v9.microclassonline.com/20211012/RoqUapz2/index.m3u8 +Unknown_69,https://v9.microclassonline.com/20210930/m6irmlIx/index.m3u8 +Unknown_70,https://v9.microclassonline.com/20210917/DbSAXkIC/index.m3u8 +Unknown_71,https://v9.microclassonline.com/20210921/xRT66z7r/index.m3u8 +Unknown_72,https://v9.microclassonline.com/20210906/X69hZVQ1/index.m3u8 +Unknown_73,https://v9.microclassonline.com/20210830/R5WuQxcL/index.m3u8 +Unknown_74,https://v9.microclassonline.com/20210821/ZR2DlK5B/index.m3u8 +Unknown_75,https://v9.microclassonline.com/20210821/0UqKZZWh/index.m3u8 +Unknown_76,https://v9.microclassonline.com/20210811/y43SZR0D/index.m3u8 +Unknown_77,https://v9.microclassonline.com/20210809/SrkVSOj2/index.m3u8 +Unknown_78,https://v9.microclassonline.com/20210728/Qjo6Gp67/index.m3u8 +Unknown_79,https://v9.microclassonline.com/20210714/X5zu8LKL/index.m3u8 +Unknown_80,https://v9.microclassonline.com/20210702/7ekdmAq5/index.m3u8 +Unknown_81,https://v9.microclassonline.com/20210619/DyeuB8ng/index.m3u8 +Unknown_82,https://v9.microclassonline.com/20210503/on9OZK74/index.m3u8 +Unknown_83,https://v9.microclassonline.com/20210403/Whmk98h3/index.m3u8 +Unknown_84,https://v9.microclassonline.com/20210324/igChNSRd/index.m3u8 +Unknown_85,https://v9.microclassonline.com/20210311/Fy0vgukH/index.m3u8 +Unknown_86,https://v9.microclassonline.com/20220810/fYO9zczi/index.m3u8 +Unknown_87,https://v9.microclassonline.com/20220827/IBnsQdTx/index.m3u8 +Unknown_88,https://v9.microclassonline.com/20220827/4ZaXNPDD/index.m3u8 +Unknown_89,https://v9.microclassonline.com/20220826/qqbPbxQz/index.m3u8 +Unknown_90,https://v9.microclassonline.com/20220826/w40FXyhK/index.m3u8 +Unknown_91,https://v9.microclassonline.com/20220819/R0xiB5XI/index.m3u8 +Unknown_92,https://v9.microclassonline.com/20220819/9mUzsWIo/index.m3u8 +Unknown_93,https://v9.microclassonline.com/20220218/pwLtuD6l/index.m3u8 +Unknown_94,https://v9.microclassonline.com/20220209/8jr8Ququ/index.m3u8 +Unknown_95,https://v9.microclassonline.com/20220105/vnPez0hM/index.m3u8 +Unknown_96,https://v9.microclassonline.com/20220109/MdnmNLgb/index.m3u8 +Unknown_97,https://v9.microclassonline.com/20211216/dYqMTTZV/index.m3u8 +Unknown_98,https://v9.microclassonline.com/20211209/7i5N9erO/index.m3u8 +Unknown_99,https://v9.microclassonline.com/20211122/2LAmcjKD/index.m3u8 +Unknown_100,https://v9.microclassonline.com/20211119/4LvcaRlH/index.m3u8 +Unknown_101,https://v9.microclassonline.com/20211102/fIswtXJE/index.m3u8 +Unknown_102,https://v9.microclassonline.com/20211102/5lFUiSnv/index.m3u8 +Unknown_103,https://v9.microclassonline.com/20211030/nGSdgwQ5/index.m3u8 +Unknown_104,https://v9.microclassonline.com/20211102/hUK7iYuk/index.m3u8 +Unknown_105,https://v9.microclassonline.com/20211020/nW8cLXVY/index.m3u8 +Unknown_106,https://v9.microclassonline.com/20211018/kO9dkhD3/index.m3u8 +Unknown_107,https://v9.microclassonline.com/20211003/YsCIarHH/index.m3u8 +Unknown_108,https://v9.microclassonline.com/20210928/iCnhRlsf/index.m3u8 +Unknown_109,https://v9.microclassonline.com/20210929/uCryfLfU/index.m3u8 +Unknown_110,https://v9.microclassonline.com/20211001/mpcxb7NA/index.m3u8 +Unknown_111,https://v9.microclassonline.com/20220828/1OvJ56OG/index.m3u8 +Unknown_112,https://v9.microclassonline.com/20220828/ZnFTzMhr/index.m3u8 +Unknown_113,https://v9.microclassonline.com/20210701/mwpNvGrZ/index.m3u8 +Unknown_114,https://v9.microclassonline.com/20210615/2Hbu6Iwc/index.m3u8 +Unknown_115,https://v9.microclassonline.com/20210517/KzbHTVL5/index.m3u8 +Unknown_116,https://v9.microclassonline.com/20210503/tPyUbUIj/index.m3u8 +Unknown_117,https://v9.microclassonline.com/20210201/vfH9HXpv/index.m3u8 +Unknown_118,https://v9.microclassonline.com/20220523/vXKkgBt9/index.m3u8 +Unknown_119,https://v9.microclassonline.com/20220126/lJLi8h2N/index.m3u8 +Unknown_120,https://v9.microclassonline.com/20211227/uauJIHNY/index.m3u8 +Unknown_121,https://v9.microclassonline.com/20211209/25yQausI/index.m3u8 +Unknown_122,https://v9.microclassonline.com/20210927/XQZeHwnd/index.m3u8 +Unknown_123,https://v9.microclassonline.com/20210915/IxHSFd0J/index.m3u8 +Unknown_124,https://v9.microclassonline.com/20210821/s0knUUuT/index.m3u8 +Unknown_125,https://v9.microclassonline.com/20210822/NuOLhwo7/index.m3u8 +Unknown_126,https://v9.microclassonline.com/20210808/fKgxNTP4/index.m3u8 +Unknown_127,https://v9.microclassonline.com/20210805/tdhSoyhk/index.m3u8 +Unknown_128,https://v9.microclassonline.com/20210725/PjNXMUHr/index.m3u8 +Unknown_129,https://v9.microclassonline.com/20210718/wAlNRgt6/index.m3u8 +Unknown_130,https://v9.microclassonline.com/20210706/1XgweqzC/index.m3u8 +Unknown_131,https://v9.microclassonline.com/20210625/hA1HjUlz/index.m3u8 +Unknown_132,https://v9.microclassonline.com/20210619/jBEdEmnY/index.m3u8 +Unknown_133,https://v9.microclassonline.com/20210615/saCwEpkS/index.m3u8 +Unknown_134,https://v9.microclassonline.com/20210603/IFITMlR7/index.m3u8 +Unknown_135,https://v9.microclassonline.com/20210517/pWshKA1u/index.m3u8 +Unknown_136,https://v9.microclassonline.com/20220523/ziKm3i3n/index.m3u8 +Unknown_137,https://v9.microclassonline.com/20220412/H67krv93/index.m3u8 +Unknown_138,https://v9.microclassonline.com/20211028/890SByue/index.m3u8 +Unknown_139,https://v9.microclassonline.com/20210826/gbXUs4z7/index.m3u8 +Unknown_140,https://v9.microclassonline.com/20210619/tHBeDkvU/index.m3u8 +Unknown_141,https://v9.microclassonline.com/20210607/qspTFrtF/index.m3u8 +Unknown_142,https://v9.microclassonline.com/20210610/2YIVldj6/index.m3u8 +Unknown_143,https://v9.microclassonline.com/20220828/91ioJiT0/index.m3u8 +Unknown_144,https://v9.microclassonline.com/20220828/eqE1yOak/index.m3u8 +Unknown_145,https://v9.microclassonline.com/20220820/BBzhwh5p/index.m3u8 +Unknown_146,https://v9.microclassonline.com/20220625/FLkvLHWV/index.m3u8 +Unknown_147,https://v9.microclassonline.com/20220216/qYiAil6m/index.m3u8 +Unknown_148,https://v9.microclassonline.com/20220830/FqeRa5bQ/index.m3u8 +Unknown_149,https://v9.microclassonline.com/20220830/Ut3sb9Cl/index.m3u8 +Unknown_150,https://v9.microclassonline.com/20220826/VsQXyPT3/index.m3u8 +Unknown_151,https://v9.microclassonline.com/20220830/qmIOOo7P/index.m3u8 +Unknown_152,https://v9.microclassonline.com/20220827/gFPFmGf9/index.m3u8 +Unknown_153,https://v9.microclassonline.com/20220830/LHPl5FLp/index.m3u8 +Unknown_154,https://v9.microclassonline.com/20220830/Mfn4G88Z/index.m3u8 +Unknown_155,https://v9.microclassonline.com/20220830/8tk3ziiS/index.m3u8 +Unknown_156,https://v9.microclassonline.com/20220830/Tiz3Ssqs/index.m3u8 +Unknown_157,https://v9.microclassonline.com/20220820/IkhKuEHr/index.m3u8 +Unknown_158,https://v9.microclassonline.com/20220819/aHtdIXQW/index.m3u8 +Unknown_159,https://v9.microclassonline.com/20220819/C8RyNP9Q/index.m3u8 +Unknown_160,https://v9.microclassonline.com/20220818/zNdZ0tvD/index.m3u8 +Unknown_161,https://v9.microclassonline.com/20220818/4AVLokp9/index.m3u8 +Unknown_162,https://v9.microclassonline.com/20220817/5MBtJaxw/index.m3u8 +Unknown_163,https://v9.microclassonline.com/20220828/Cwi4y4dm/index.m3u8 +Unknown_164,https://v9.microclassonline.com/20220722/Q6RgjCQi/index.m3u8 +Unknown_165,https://v9.microclassonline.com/20220713/GF8bEkeB/index.m3u8 +Unknown_166,https://v9.microclassonline.com/20220705/gbVIEYxW/index.m3u8 +Unknown_167,https://v9.microclassonline.com/20220526/BpiBBUpc/index.m3u8 +Unknown_168,https://v9.microclassonline.com/20220531/WAqNVfgW/index.m3u8 +Unknown_169,https://v9.microclassonline.com/20220721/zLqvvDuV/index.m3u8 +Unknown_170,https://v9.microclassonline.com/20210805/DBcin9RB/index.m3u8 +Unknown_171,https://v9.microclassonline.com/20210720/YKcwKUoX/index.m3u8 +Unknown_172,https://v9.microclassonline.com/20210722/CZzQxOGm/index.m3u8 +Unknown_173,https://v9.microclassonline.com/20210725/G3QY9T3T/index.m3u8 +Unknown_174,https://v9.microclassonline.com/20210724/1nKEEuEX/index.m3u8 +Unknown_175,https://v9.microclassonline.com/20210728/xUIbZyWw/index.m3u8 +Unknown_176,https://v9.microclassonline.com/20210802/L57v9pFX/index.m3u8 +Unknown_177,https://v9.microclassonline.com/20210806/0fZ5G5WL/index.m3u8 +Unknown_178,https://v9.microclassonline.com/20210518/8xhXh8MG/index.m3u8 +Unknown_179,https://v9.microclassonline.com/20220830/pKtvIEcX/index.m3u8 +Unknown_180,https://v9.microclassonline.com/20220830/AXVBj3NY/index.m3u8 +Unknown_181,https://v9.microclassonline.com/20220829/GODUx10Q/index.m3u8 +Unknown_182,https://v9.microclassonline.com/20220829/CAolDAPB/index.m3u8 +Unknown_183,https://v9.microclassonline.com/20220131/EEmkTnvH/index.m3u8 +Unknown_184,https://v9.microclassonline.com/20220901/TGz6uHTZ/index.m3u8 +Unknown_185,https://v9.microclassonline.com/20220901/zemgiRcw/index.m3u8 +Unknown_186,https://v9.microclassonline.com/20211103/cxTOLzpG/index.m3u8 +Unknown_187,https://v9.microclassonline.com/20211104/W6EW6fJ4/index.m3u8 +Unknown_188,https://v9.microclassonline.com/20211104/nvUtoYOz/index.m3u8 +Unknown_189,https://v9.microclassonline.com/20210515/PzGsJHg8/index.m3u8 +Unknown_190,https://v9.microclassonline.com/20210515/h34qMOlk/index.m3u8 +Unknown_191,https://v9.microclassonline.com/20210513/a8dbsXuj/index.m3u8 +Unknown_192,https://v9.microclassonline.com/20210810/lh93mmGg/index.m3u8 +Unknown_193,https://v9.microclassonline.com/20210614/Xklgj5ga/index.m3u8 +Unknown_194,https://v9.microclassonline.com/20210716/bPnDsQ5v/index.m3u8 +Unknown_195,https://v9.microclassonline.com/20211016/xAyyNFGl/index.m3u8 +Unknown_196,https://v9.microclassonline.com/20210528/KPDeRKrS/index.m3u8 +Unknown_197,https://v9.microclassonline.com/20220109/wMrZSeVu/index.m3u8 +Unknown_198,https://v9.microclassonline.com/20210622/rbUCXgTN/index.m3u8 +Unknown_199,https://v9.microclassonline.com/20210626/Ep4mbDGR/index.m3u8 +Unknown_200,https://v9.microclassonline.com/20210626/aYyORdof/index.m3u8 +Unknown_201,https://v9.microclassonline.com/20220108/N8ZpprOW/index.m3u8 +Unknown_202,https://v9.microclassonline.com/20211229/PpT5N2yc/index.m3u8 +Unknown_203,https://v9.microclassonline.com/20211211/03SNz9AE/index.m3u8 +Unknown_204,https://v9.microclassonline.com/20211109/6Smt4N2k/index.m3u8 +Unknown_205,https://v9.microclassonline.com/20211010/V4Z0KByy/index.m3u8 +Unknown_206,https://v9.microclassonline.com/20210925/OLOq487J/index.m3u8 +Unknown_207,https://v9.microclassonline.com/20210922/6KS6SQXj/index.m3u8 +Unknown_208,https://v9.microclassonline.com/20210830/sIk8m5Fd/index.m3u8 +Unknown_209,https://v9.microclassonline.com/20210827/15TH6qFn/index.m3u8 +Unknown_210,https://v9.microclassonline.com/20210823/tu3i0CFc/index.m3u8 +Unknown_211,https://v9.microclassonline.com/20210820/cZrV69Lk/index.m3u8 +Unknown_212,https://v9.microclassonline.com/20210807/bxiHFYAg/index.m3u8 +Unknown_213,https://v9.microclassonline.com/20210730/C1vHunUd/index.m3u8 +Unknown_214,https://v9.microclassonline.com/20220611/kMXwLGgk/index.m3u8 +Unknown_215,https://v9.microclassonline.com/20220411/hXhkw2SZ/index.m3u8 +Unknown_216,https://v9.microclassonline.com/20220323/brt8xBsU/index.m3u8 +Unknown_217,https://v9.microclassonline.com/20220222/GDwQVTVl/index.m3u8 +Unknown_218,https://v9.microclassonline.com/20220211/y6gaTZ7B/index.m3u8 +Unknown_219,https://v9.microclassonline.com/20220115/VYS231WO/index.m3u8 +Unknown_220,https://v9.microclassonline.com/20210905/pFnb6lao/index.m3u8 +Unknown_222,https://v9.microclassonline.com/20220710/t9PwvywW/index.m3u8 +Unknown_223,https://v9.microclassonline.com/20220618/Ewnwtrvy/index.m3u8 +Unknown_224,https://v9.microclassonline.com/20210627/oyHcw2AX/index.m3u8 +Unknown_225,https://v9.microclassonline.com/20210711/QXlXZsRg/index.m3u8 +Unknown_226,https://v9.microclassonline.com/20210720/37hbtIMq/index.m3u8 +Unknown_227,https://v9.microclassonline.com/20210624/wEPLk9Hl/index.m3u8 +Unknown_228,https://v9.microclassonline.com/20210630/rmlcmBEO/index.m3u8 +Unknown_229,https://v9.microclassonline.com/20210629/Xt7OoUMM/index.m3u8 +Unknown_230,https://v9.microclassonline.com/20210619/ToceSQgS/index.m3u8 +Unknown_231,https://v9.microclassonline.com/20210620/d236J1am/index.m3u8 +Unknown_232,https://v9.microclassonline.com/20210621/2dcLV7Ze/index.m3u8 \ No newline at end of file diff --git a/models/rules.db b/models/rules.db index f728daa37e87aaf7ccb695afdbe2da31bdc05510..d10f98685ac3f80a716a1b751ec40c4fce4d4890 100644 Binary files a/models/rules.db and b/models/rules.db differ diff --git a/readme.md b/readme.md index 45e956e03200319a8794d18e0cc7dd77952cbd0c..a8d0dafff6820b61158eedd7fc91f8aeecd42e68 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,9 @@ [获取本地设备信息](https://m.jb51.net/article/140716.htm) ###### 2022/09/06 - [X] 1.增加了后台管理界面在线检测升级系统功能 +- [X] 2.增加了后台管理界面修改直播源地址和同步直播源 +- [X] 3.首页推荐内容不限制数量(新版pluto牛逼!!!) +- [X] 4.增加lsg配置模型和缓存 ###### 2022/09/05 - [X] 1.内置jar修复了原本tv_box无法播放直播的问题 - [X] 2.重新构建了三种平台的镜像 amd64,armv7,arm64 diff --git a/static/css/admin.css b/static/css/admin.css index 81d62d8f930c120f1d98bf65c7372680e6cafe69..e3eafcb3b06be36512cc09f7b217383b856a8c17 100644 --- a/static/css/admin.css +++ b/static/css/admin.css @@ -57,13 +57,13 @@ /* display: block !important;*/ /*}*/ .ver_title{ - font-size: 15px;margin-left: 20px + font-size: 15px;margin-right: 10px } .ver{ - font-size: 16px;margin-left: 5px;color: #ea7d7d; + font-size: 16px;margin-left: 1px;color: #ea7d7d; } a.funcbtn{ - margin-left: 10px; + margin-right: 10px; } \ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html index 7d2522b7693a870440c7c6c78bd2eed190f5542f..8d9c52ea98caa8e4a922479d8557abd38f4ba5b0 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -105,6 +105,41 @@ alert(ret.msg); }); }); + + $('#update_lives').click(function(){ + let live_url = $('#live_url').val(); + // console.log(live_url); + let new_live_url = prompt('输入临时同步远程直播源地址(自动获取当前配置)',live_url); + if(new_live_url.startsWith('http')){ + $.get("/admin/update_lives?url="+new_live_url,function(data,status){ + console.log("数据: " + data + "\n状态: " + status); + if(data.code === 200){ + alert('操作成功!\n'+data.msg); + // location.reload(); + }else{ + alert('操作失败!\n'+data.msg); + } + }); + } + }); + + $('#write_lives').click(function(){ + let live_url = $('#live_url').val(); + let new_live_url = prompt('请修改默认的远程直播源地址',live_url); + if(new_live_url){ + console.log('修改直播源地址为:'+new_live_url); + $.get("/admin/write_live_url?url="+new_live_url,function(data,status){ + console.log("数据: " + data + "\n状态: " + status); + if(data.code === 200){ + alert('操作成功!\n'+data.msg); + location.reload(); + }else{ + alert('操作失败!\n'+data.msg); + } + }); + } + }); + }); function getFileSize(fileObj) { $('#file_size').text('文件大小为:'+fileObj.files[0].size/1024+'kb'); @@ -120,8 +155,10 @@ function getFileSize(fileObj) { 检测升级 复制主程升级指令 +修改默认直播源 同步直播源 +

你可以在此页面在线上传规则文件到js目录或者删除js目录的文件

@@ -130,7 +167,6 @@ function getFileSize(fileObj) {

-

内置规则列表-共{{rules.count}}条

{% if rules.count < 1 %}

暂无内置的规则

diff --git a/utils/update.py b/utils/update.py index 400cf4c0a0b6211f8ca2791a5791e3ac2e9ddfe7..231d641b916faaed5dd43f648b615d422240b0b8 100644 --- a/utils/update.py +++ b/utils/update.py @@ -3,6 +3,7 @@ # File : update.py # Author: DaShenHan&道长-----先苦后甜,任凭晚风拂柳颜------ # Date : 2022/9/6 +import re from time import time as getTime import requests @@ -12,6 +13,11 @@ import shutil # https://blog.csdn.net/weixin_33130113/article/details/112336581 from utils.log import logger from utils.web import get_interval +headers = { + 'Referer': 'https://gitcode.net/', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', +} + def getLocalVer(): base_path = os.path.dirname(os.path.abspath(os.path.dirname(__file__))) # 上级目录 version_path = os.path.join(base_path, f'js/version.txt') @@ -84,10 +90,6 @@ def download_new_version(): # print(f'清除缓存文件:{tp}') # os.remove(os.path.join(tmp_path, tp)) del_file(tmp_path) - headers = { - 'Referer': 'https://gitcode.net/', - 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', - } msg = '' try: # print(f'开始下载:{url}') @@ -112,4 +114,25 @@ def download_new_version(): except Exception as e: msg = f'升级失败:{e}' logger.info(f'系统升级共计耗时:{get_interval(t1)}毫秒') - return msg \ No newline at end of file + return msg + +def download_lives(live_url:str): + t1 = getTime() + base_path = os.path.dirname(os.path.abspath(os.path.dirname(__file__))) # 上级目录 + live_path = os.path.join(base_path, f'js/直播.txt') + logger.info(f'尝试同步{live_url}远程内容到{live_path}') + try: + r = requests.get(live_url,headers=headers,timeout=3) + html = r.text + # print(len(html)) + if re.search('cctv|.m3u8',html,re.M|re.I) and len(html) > 1000: + logger.info(f'直播源同步成功,耗时{get_interval(t1)}毫秒') + with open(live_path,mode='w+',encoding='utf-8') as f: + f.write(html) + return True + else: + logger.info(f'直播源同步失败,远程文件看起来不是直播源。耗时{get_interval(t1)}毫秒') + return False + except Exception as e: + logger.info(f'直播源同步失败,耗时{get_interval(t1)}毫秒\n{e}') + return False \ No newline at end of file