1 Star 0 Fork 4

嘻嘻/tv

forked from 猫源/tv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
港台更新.txt 361.31 KB
一键复制 编辑 原始数据 按行查看 历史
香帅H27楚处留香 提交于 2022-01-07 02:18 . update 港台更新.txt.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255
###一个分享者
{// ⇩⇩ 壁纸 ⇩⇩
"wallpaper": "https://gitee.com/cat-source/tv/raw/master/%E5%9F%8E%E5%B8%82.JPG","sites": [{"key":"快播云","name":"快播云","type":0,"api":"http://www.kuaibozy.com/api.php/provide/vod/at/xml/","playUrl":"","categories":["国产剧","港台剧","日韩剧","欧美剧","泰剧","综艺","动漫","动作片","喜剧片","爱情片","科幻片","恐怖片","剧情片","战争片","纪录片"]},
{"key":"csp_YydsAli1","name":"YYDS阿里(爬蟲)","type":3,"api":"csp_YydsAli1","searchable":1,"quickSearch":0,"filterable":0}, {
"key": "bwl87_spider",
"name": "阿房影视(SP)",
"type": 3,
"api": "csp_EPang",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/bwl87.json"}, {"key":"rrm_spider","name":"人人迷(免解)","type":3,"api":"csp_Rrm","searchable":1,"quickSearch":1,"filterable":0,"ext":"B9C8093A210EADA1"}, {"key":"libvio_spider","name":"Libvio(V0)","type":3,"api":"csp_Libvio","searchable":1,"quickSearch":1,"filterable":1}, {
"key": "腾讯(官源)",
"name": "腾讯(官源)",
"type": 0,
"api": "http://www.zycaiji.net:7788/api.php/provide/vod/from/qq/at/xml/",
"playUrl": "https://jx.xmflv.vip/?url=",
"searchable": 1,
"quickSearch": 1,
"filterable": 0
},
{
"key": "优酷(官源)",
"name": "优酷(官源)",
"type": 0,
"api": "http://www.zycaiji.net:7788/api.php/provide/vod/from/youku/at/xml/",
"playUrl": "https://jx.xmflv.vip/?url=",
"searchable": 1,
"quickSearch": 1,
"filterable": 0
},
{
"key": "爱奇艺(官源)",
"name": "爱奇艺(官源)",
"type": 0,
"api": "http://www.zycaiji.net:7788/api.php/provide/vod/from/qiyi/at/xml/",
"playUrl": "https://jx.xmflv.vip/?url=",
"searchable": 1,
"quickSearch": 1,
"filterable": 0
}, {"key":"芒果(官源)","name":"芒果(官源)","type":0,"api":"http://www.zycaiji.net:7788/api.php/provide/vod/from/mgtv/at/xml/","playUrl":"","searchable":1,"quickSearch":0,"categories":[]}, {
"key": "搜狐(官源)",
"name": "搜狐(官源)",
"type": 0,
"api": "http://api.000zy.com/provide/vod/from/sohu/at/xml/",
"searchable": 1,
"quickSearch": 1,
"filterable": 0
}, {
"key": "阿里",
"name": "阿里",
"type": 0,
"api": "https://bljiex.com/api.php/provide/vod/at/xml"
},
{"key":"M3U8TV资源","name":"M3U8TV资源","type":0,"api":"http://www.zycaiji.net:7788/api.php/provide/vod/at/xml","playUrl":"","categories":[]}, {
"key": "二艾官方资源",
"name": "二艾官方资源",
"type": 1,
"api": "http://zy.zcocc.com/api.php/provide/vod/"},
{"key":"8090","name":"8090","type":0,"api":"http://zy.yilans.net:8090/api.php/provide/vod/at/xml","playUrl":"https://jx.renrenmi.cc/?url=","categories":["动作片","喜剧片","爱情片","科幻片","恐怖片","剧情片","战争片","国产剧","港台剧","日韩剧","欧美剧","惊悚片","魔幻片","冒险片","悬疑片","纪录片","犯罪片","微电影","其他片","动画片"]}, {
"key": "喵派对蓝光",
"name": "喵派对蓝光",
"type": 0,
"api": "https://www.neenl.com/api.php/provide/vod/at/xml",
"playUrl": "https://jx.renrenmi.cc/?url="
},{"key":"360_spider","name":"360影视(官方)","type":3,"api":"csp_YS360","searchable":1,"quickSearch":0,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/360.json"}, {"key":"csp_xpath_94sm_L","name":"@94神马_L","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/94sm.json"},
{"key":"csp_xpath_jpys_L","name":"@极品_L","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/jpys.json"},
{"key":"csp_xpath_jpyszl_L","name":"@极品直链_L","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":0,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/jpys.json"},{
"key": "buka_spider",
"name": "真不卡(SP)",
"type": 3,
"api": "csp_Buka",
"searchable": 0,
"quickSearch": 0,
"filterable": 1,
"ext": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/buka.json"
}, {
"key": "sogou_spider",
"name": "搜狗影视(官源)",
"type": 3,
"api": "csp_YSSogou",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/sogou.json"},
{
"key": "ikan_spider",
"name": "爱看(SP)",
"type": 3,
"api": "csp_IKan",
"searchable": 1,
"quickSearch": 1,
"filterable": 0,
"ext": "A9545C889B5D"
},{"key":"csp_xpath_1090ys2_y","name":"1090影视(XPMac)yh","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/YuanHsing/OneClickRun@master/xpath/1090ys2.json"},
{"key": "csp_EPangApp","name": "阿房影视(爬虫)","type": 3,"api": "csp_EPangApp","searchable": 1,"quickSearch": 0,"filterable": 1},
{"key":"rrm_spider","name":"人人迷(免解)","type":3,"api":"csp_Rrm","searchable":1,"quickSearch":1,"filterable":0,"ext":"B9C8093A210EADA1"},
{"key":"nfzjm_spider","name":"南府追剧(AT)","type":3,"api":"csp_Nfzjm","searchable":1,"quickSearch":1,"filterable":1},
{
"key": "dsx_spider",
"name": "大师兄影视(V0)",
"type": 3,
"api": "csp_Dsxys",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "ysgc_spider",
"name": "影视工厂(V0)",
"type": 3,
"api": "csp_Ysgc",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "zjdr_spider",
"name": "追剧达人(V0)",
"type": 3,
"api": "csp_Zjdr",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{"key":"enlienli_spider","name":"嗯哩嗯哩(SP)","type":3,"api":"csp_Enlienli","searchable":1,"quickSearch":1,"filterable":1},
{"key":"2345_spider_li","name":"2345影视(官源)","type":3,"api":"csp_YS2345","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/2345.json"}, {"key":"jiu_Gimy","name":"Gimy(999)","type":3,"api":"csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Gimy.json"},
{"key":"jiu_Jumi","name":"Jumi(999)","type":3,"api":"csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Jumi.json"},
{"key":"jiu_Djx","name":"瓜皮TV(999)","type":3,"api":"csp_XPathFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Djx.json"},
{"key":"jiu_独播库","name":"独播库(999)","type":3,"api":"csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Duboku.json"},
{"key":"jiu_Sky4k","name":"Sky4k(999)","type":3,"api":"csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Sky4k.json"},
{"key":"auete_spider_li","name":"Auete影视(SP)","type":3,"api":"csp_Auete","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/auete.json"},
{"key":"n0ys_spider_li","name":"90影视(SP)","type":3,"api":"csp_N0ys","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/90ys.json"},
{"key":"cokemv_spider_li","name":"Cokemv(SP)","type":3,"api":"csp_Cokemv","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/cokemv.json"},
{"key":"adys_spider_li","name":"爱迪影视(SP)","type":3,"api":"csp_Aidi","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/aidi.json"},
{"key":"jpys_spider_li","name":"极品影视(SP)","type":3,"api":"csp_Jpys","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/jipin.json"},
{"key":"9ekk_spider_li","name":"9亿看看(SP)","type":3,"api":"csp_Nekk","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/9ekk.json"},
{"key":"csp_xpath_cjt_li","name":"CJT影视(XP)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/xpath/cjtys.json"},
{"key":"csp_xpath_saohuotv_li","name":"骚火电影(XP)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/xpath/saohuotv2.json"},
{"key":"csp_xpath_subb_li","name":"素白白影视(XP)","type":3,"api":"csp_XPathSubb","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/xpath/subaibai.json"}, {"key":"csp_xpath_Renjie_L","name":"@唐人街_XP_L","type":3,"api":"csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/Renjie.json"},{"key":"唐人街","name":"唐人街(XPathMac)","type":3,"api": "csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Renjie.json"}, {"key":"csp_xpath_lranc","name":"天天影视(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/YuanHsing/OneClickRun@master/xpath/lranc.json"},
{"key":"csp_xpath_dm84_li","name":"动漫巴士(XP)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/xpath/dm84.json"},
{"key":"csp_xpath_age_li","name":"AGE动漫(XP)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/xpath/agefans.json"},
{"key":"csp_xpath_meiju56_yo","name":"美剧网(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/meiju56.json" },
{"key":"csp_xpath_waipian2_yo","name":"歪片星球(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/waipian2.json" },
{"key":"csp_xpath_vipmv_yo","name":"追剧吧(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/vipmv.json"},
{"key":"csp_xpath_xkys_yo","name":"星空(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/xkys.json"},
{"key":"csp_xpath_4kyu_yo","name":"一只鱼4K(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/4kyu.json"},
{"key":"csp_xpath_555_L","name":"@555电影_L","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/555.json"},
{"key":"csp_xpath_cjt_yo","name":"CJT影视(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/cjtys.json"},
{"key":"csp_xpath_gimytv_yo","name":"GimyTV(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/gimytv.json"},
{"key":"csp_xpath_jpyszl_yo","name":"极品(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/jpys.json"},
{"key":"csp_xpath_jumi_L","name":"@剧迷TV_L","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":0,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/Jumi.json"},
{"key":"csp_xpath_tvci_L","name":"@大师兄_L","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":0,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/tvci.json"},
{"key":"csp_xpath_lezhutv_yo","name":"lezhu(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/lezhutv.json"},
{"key":"csp_xpath_miniku_yo","name":"迷你库(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/miniku.json"},
{"key":"csp_xpath_Ole_yo","name":"欧乐(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/onedianshi.json"},
{"key":"csp_xpath_Onedian_yo","name":"ONE蓝光(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/olevod.json"},
{"key":"csp_xpath_pianba_yo","name":"片库(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/pianba.json"}, {"key":"csp_xpath_sky4k","name":"天空4K(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":0,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/sky4k.json"},{"key":"csp_xpath_sky4k","name":"天空4K(you)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":0,"filterable":1,"ext":"https://youmostfear.coding.net/p/cat/d/Public/git/raw/main/xpath/sky4k.json"},
{"key":"csp_xpath_tvci_yo","name":"大师兄(XPMac)","type":3,"api":"csp_XPathMacFilter","searchable":1,"quickSearch":1,"filterable":1,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/tvci.json"},
{"key":"csp_xpath_duboku_yo","name":"独播库(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/duboku.json" },
{"key":"csp_xpath_duboku2_yo","name":"独播库2(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/duboku2.json" }, {"key" : "csp_xpath_1010dy", "name" : "双十电影(XPath)", "type" : 3, "api" : "csp_XPathMac", "searchable" : 1, "quickSearch" : 1, "filterable" : 0, "ext" : "https://gitee.com/CCSHCoder/APP/raw/master/XPath/1010dy.json"},
{"key":"csp_xpath_cctv68_yo","name":"狐狸影视(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/cctv68.json" },
{"key":"csp_xpath_smdyy_yo","name":"神马影院(XPMac)","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/smdyy.json" },
{"key":"csp_xpath_dd520_yo","name":"多多(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/dd520.json"}, {
"key": "ftys_spider",
"name": "饭团影视(SP)",
"type": 3,
"api": "csp_Ftys",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/fantuan.json"
},
{
"key": "9ekk_spider",
"name": "9亿看看(SP)",
"type": 3,
"api": "csp_Nekk",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/pub/ext/9ekk.json"
},
{"key":"csp_xpath_fantuan_yo","name":"饭团(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/fantuan.json"},
{"key":"csp_xpath_axx_yo","name":"爱西西(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/aixixi.json"},
{"key":"csp_xpath_jpys_yo","name":"极品(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/jpys.json"},
{"key":"csp_xpath_94sm_yo","name":"94神马(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/94sm.json"},
{"key":"csp_xpath_age_yo","name":"AGE动漫(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/agefans.json"},
{"key":"csp_xpath_dm84_yo","name":"动漫巴士(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/dm84.json"},
{"key":"csp_xpath_newfli_yo","name":"newfli(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/newfli.json"},
{"key":"csp_xpath_saohuotv_yo","name":"骚火电影(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/saohuotv2.json"},
{"key":"csp_xpath_egg_yo","name":"蛋蛋影院(XPath)","type":3,"api":"csp_XPathEgg","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/egg.json"},
{"key":"csp_yysdali_yo","name":"YYDS影视(XPath)","type":3,"api":"csp_YydsAli","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/yyds.json"},
{"key":"csp_yinghua_yo","name":"樱花动漫(XPath)","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://youmostfear.coding.net/p/Fan/d/mao/git/raw/master/xpath/yinghua.json"},
{"key":"csp_xpath_94sm_9","name":"@94神马(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/94sm.json"},
{"key":"csp_xpath_jpys_9","name":"@极品(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/jpys.json"},
{"key":"csp_xpath_age_9","name":"@AGE动漫(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/agefans.json"},
{"key":"csp_xpath_jpyszl_9","name":"@极品直链(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/jpys.json"},
{"key":"csp_xpath_cjt_9","name":"@CJT影视(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/cjtys.json"},
{"key":"csp_xpath_jumi_9","name":"@剧迷TV(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/jumi.json"},
{"key":"csp_xpath_tvci_9","name":"@大师兄(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/tvci.json"},
{"key":"csp_xpath_duboku_9","name":"@独播库(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/duboku.json"},
{"key":"csp_xpath_duboku2_9","name":"@独播库2(XPathMac)999【系统播放器】","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/duboku2.json"},
{"key":"csp_xpath_saohuotv_9","name":"@骚火电影(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/saohuotv2.json"},
{"key":"csp_xpath_dd520_9","name":"@多多(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/dd520.json"},
{"key":"csp_xpath_1010dy_9","name":"@1010dy(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/1010dy.json"},
{"key":"csp_xpath_dm84_9","name":"@动漫巴士(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/dm84.json"},
{"key":"csp_xpath_egg_9","name":"@蛋蛋影院(XPath)999","type":3,"api":"csp_XPathEgg","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/egg.json"},
{"key":"csp_yysdali_9","name":"@YYDS影视(XPath)999","type":3,"api":"csp_YydsAli","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/yyds.json"},
{"key":"csp_xpath_555_9","name":"@555电影(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/555.json"},
{"key":"csp_xpath_sky4k_9","name":"@天空4K(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/sky4k.json"},
{"key":"csp_xpath_4kyu_9","name":"@一只鱼4K(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/4kyu.json"},
{"key":"csp_xpath_miniku_9","name":"@迷你库(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/miniku.json"},
{"key":"csp_xpath_Ole_9","name":"@欧乐(播放器要改成Exo)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/olevod.json"},
{"key":"csp_xpath_pianba_9","name":"@片吧影院(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/pianba.json"},
{"key":"csp_xpath_vipmv_9","name":"@追剧达人(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/vipmv.json"},
{"key":"csp_xpath_gimytv_9","name":"@GimyTV(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/gimytv.json"},
{"key":"csp_xpath_lezhutv_9","name":"@乐猪TV(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/lezhutv.json"},
{"key":"csp_xpath_Onedian_9","name":"@ONE蓝光影院(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/onedianshi.json"}, {
"key": "gdyy_spider",
"name": "孤单影视(FV0)",
"type": 3,
"api": "csp_Gdyy",
"searchable": 1,
"quickSearch": 0,
"filterable": 1,
"ext": "00c8ce12-fece-5bd8-90d8-04ae99099644"
},
{
"key": "wgyy_spider",
"name": "乌龟影视(FV0)",
"type": 3,
"api": "csp_Wgyy",
"searchable": 1,
"quickSearch": 0,
"filterable": 1,
"ext": "dfcd0b28-56b4-5313-9ce2-7e9f0857186f"
},
{"key":"csp_yinghua_9","name":"@樱花动漫(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/yinghua.json"},
{"key":"csp_xpath_xkys_9","name":"@星空(XPathMac)999","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/xkys.json"},
{"key":"csp_xpath_axx_9","name":"@爱西西(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/aixixi.json"},
{"key":"csp_xpath_fantuan_9","name":"@饭团(XPath)999","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/Tangsan99999/Public@main/xpath/fantuan.json"},
{"key":"csp_xpath_cctv68_y","name":"狐狸影视(XPMac)yh","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/YuanHsing/OneClickRun@master/xpath/cctv68.json"},
{"key":"csp_xpath_1090ys2_y","name":"1090影视(XPMac)yh","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/YuanHsing/OneClickRun@master/xpath/1090ys2.json"},
{"key":"csp_xpath_meiju56_y","name":"美剧网(XPMac)yh","type":3,"api":"csp_XPathMac","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/YuanHsing/OneClickRun@master/xpath/meiju56.json"},
{"key":"csp_xpath_niumatv_h","name":"@牛马TV(XPath)008","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/hstsws008/mao@master/xpath/niumatv.json"},
{"key":"csp_xpath_nmys_h","name":"@农民影视(XPath)008","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/hstsws008/mao@master/xpath/nmys.json"},
{"key":"csp_xpath_mua99s_h","name":"@99S(XPath)008","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/hstsws008/mao@master/xpath/mua99s.json"},
{"key":"csp_xpath_czspp_h","name":"@厂长资源(XPath)008","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/hstsws008/mao@master/xpath/czspp.json"},
{"key":"csp_xpath_rrviprw_hy","name":"@人人影视(XPath)hyundaic","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/hyundaic/xpath@master/rrviprw.json"},
{"key":"csp_xpath_smdyy_hy","name":"@神马影视(XPath)hyundaic","type":3,"api":"csp_XPath","searchable":1,"quickSearch":1,"filterable":0,"ext":"https://cdn.jsdelivr.net/gh/hyundaic/xpath@master/smdyy.json"}, {
"key": "玉玺VIP影视",
"name": "玉玺VIP影视",
"type": 0,
"api": "https://www.yuxidy.cn/api.php/provide/vod/at/xml/",
"searchable": 1,
"quickSearch": 0,
"filterable": 0
}, {
"key": "毒蜥蜴影视",
"name": "毒蜥蜴影视",
"type": 0,
"api": "https://www.duxiyi.com/api.php/provide/vod/at/xml/",
"playUrl": "https://jx.renrenmi.cc/?url=",
"searchable": 1,
"quickSearch": 0,
"filterable": 0
},
{
"key": "飞速",
"name": "FEISU影视",
"type": 0,
"api": "https://m3u8.feisuzyapi.com/vod/at/xml/",
"playUrl": "https://www.feisuplayer.com/m3u8/?url=",
"searchable": 1,
"quickSearch": 0,
"filterable": 0
},
{
"key": "迅播",
"name": "迅播qgvod",
"type": 0,
"api": "https://www.qgvod.com/api.php/provide/vod/at/xml/",
"playUrl": "https://jx.renrenmi.cc/?url=",
"searchable": 1,
"quickSearch": 0,
"filterable": 0
},
//(2022-01-06by小黄瓜)M浏览器中APP影视规则支持(测试版)支持筛选,接口太多,建议自测,哪个能用用哪个
// https://litecucumber.coding.net/p/cat/d/config/git/raw/master/appys.json
{"key":"csp_appys_xiaogui_3080影视", "name":"3080影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_3080影视"},
{"key":"csp_appys_xiaogui_555电影", "name":"555电影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_555电影"},
{"key":"csp_appys_xiaogui_5060影院", "name":"5060影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_5060影院"},
{"key":"csp_appys_xiaogui_913e影视", "name":"913e影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_913e影视"},
{"key":"csp_appys_xiaogui_LIBVIO", "name":"LIBVIO_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_LIBVIO"},
{"key":"csp_appys_xiaogui_TV酷", "name":"TV酷_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_TV酷"},
{"key":"csp_appys_xiaogui_vip影院", "name":"vip影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_vip影院"},
{"key":"csp_appys_xiaogui_爱迪影视", "name":"爱迪影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_爱迪影视"},
{"key":"csp_appys_xiaogui_嗷呜动漫", "name":"嗷呜动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_嗷呜动漫"},
{"key":"csp_appys_xiaogui_哎呀影视", "name":"哎呀影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_哎呀影视"},
{"key":"csp_appys_xiaogui_安逸影视", "name":"安逸影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_安逸影视"},
{"key":"csp_appys_xiaogui_爱追剧", "name":"爱追剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_爱追剧"},
{"key":"csp_appys_xiaogui_播放呀", "name":"播放呀_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_播放呀"},
{"key":"csp_appys_xiaogui_畅看影视", "name":"畅看影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_畅看影视"},
{"key":"csp_appys_xiaogui_畅视影视", "name":"畅视影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_畅视影视"},
{"key":"csp_appys_xiaogui_迪迪影院", "name":"迪迪影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_迪迪影院"},
{"key":"csp_appys_xiaogui_嘀哩嘀哩", "name":"嘀哩嘀哩_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_嘀哩嘀哩"},
{"key":"csp_appys_xiaogui_北墨影院", "name":"北墨影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_北墨影院"},
{"key":"csp_appys_xiaogui_苍蓝资源", "name":"苍蓝资源_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_苍蓝资源"},
{"key":"csp_appys_xiaogui_毒舌电影", "name":"毒舌电影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_毒舌电影"},
{"key":"csp_appys_xiaogui_大鱼TV", "name":"大鱼TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_大鱼TV"},
{"key":"csp_appys_xiaogui_段友影视", "name":"段友影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_段友影视"},
{"key":"csp_appys_xiaogui_非凡TV", "name":"非凡TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_非凡TV"},
{"key":"csp_appys_xiaogui_饭团影院", "name":"饭团影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_饭团影院"},
{"key":"csp_appys_xiaogui_瓜皮TV", "name":"瓜皮TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_瓜皮TV"},
{"key":"csp_appys_xiaogui_海胆影视", "name":"海胆影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_海胆影视"},
{"key":"csp_appys_xiaogui_火箭影视", "name":"火箭影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_火箭影视"},
{"key":"csp_appys_xiaogui_环球影视", "name":"环球影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_环球影视"},
{"key":"csp_appys_xiaogui_海棠视频", "name":"海棠视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_海棠视频"},
{"key":"csp_appys_xiaogui_京广航", "name":"京广航_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_京广航"},
{"key":"csp_appys_xiaogui_久九影视", "name":"久九影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_久九影视"},
{"key":"csp_appys_xiaogui_极客", "name":"极客_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_极客"},
{"key":"csp_appys_xiaogui_看365", "name":"看365_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_看365"},
{"key":"csp_appys_xiaogui_酷扑TV", "name":"酷扑TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_酷扑TV"},
{"key":"csp_appys_xiaogui_快云影音", "name":"快云影音_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_快云影音"},
{"key":"csp_appys_xiaogui_灵狐影视", "name":"灵狐影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_灵狐影视"},
{"key":"csp_appys_xiaogui_老韩综", "name":"老韩综_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_老韩综"},
{"key":"csp_appys_xiaogui_抹茶猪", "name":"抹茶猪_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_抹茶猪"},
{"key":"csp_appys_xiaogui_漫岛", "name":"漫岛_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_漫岛"},
{"key":"csp_appys_xiaogui_萌蛋蛋", "name":"萌蛋蛋_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_萌蛋蛋"},
{"key":"csp_appys_xiaogui_苗点影视", "name":"苗点影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_苗点影视"},
{"key":"csp_appys_xiaogui_蜜果TV", "name":"蜜果TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_蜜果TV"},
{"key":"csp_appys_xiaogui_麻花视频", "name":"麻花视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_麻花视频"},
{"key":"csp_appys_xiaogui_莫扎兔", "name":"莫扎兔_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_莫扎兔"},
{"key":"csp_appys_xiaogui_奈飞中文", "name":"奈飞中文_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_奈飞中文"},
{"key":"csp_appys_xiaogui_皮皮影视", "name":"皮皮影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_皮皮影视"},
{"key":"csp_appys_xiaogui_氢视频", "name":"氢视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_氢视频"},
{"key":"csp_appys_xiaogui_思古影视", "name":"思古影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_思古影视"},
{"key":"csp_appys_xiaogui_世界电影", "name":"世界电影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_世界电影"},
{"key":"csp_appys_xiaogui_神马影院", "name":"神马影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_神马影院"},
{"key":"csp_appys_xiaogui_天空影视", "name":"天空影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_天空影视"},
{"key":"csp_appys_xiaogui_躺平影视", "name":"躺平影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_躺平影视"},
{"key":"csp_appys_xiaogui_天神影视", "name":"天神影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_天神影视"},
{"key":"csp_appys_xiaogui_我爱电影", "name":"我爱电影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_我爱电影"},
{"key":"csp_appys_xiaogui_污妖动漫", "name":"污妖动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_污妖动漫"},
{"key":"csp_appys_xiaogui_小白视频", "name":"小白视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_小白视频"},
{"key":"csp_appys_xiaogui_星空影视", "name":"星空影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_星空影视"},
{"key":"csp_appys_xiaogui_小强TV", "name":"小强TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_小强TV"},
{"key":"csp_appys_xiaogui_小七影视", "name":"小七影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_小七影视"},
{"key":"csp_appys_xiaogui_雪人影视", "name":"雪人影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_雪人影视"},
{"key":"csp_appys_xiaogui_雪人影视", "name":"雪人影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_雪人影视"},
{"key":"csp_appys_xiaogui_小易影视", "name":"小易影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_小易影视"},
{"key":"csp_appys_xiaogui_映迷", "name":"映迷_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_映迷"},
{"key":"csp_appys_xiaogui_影视工场", "name":"影视工场_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_影视工场"},
{"key":"csp_appys_xiaogui_追剧达人", "name":"追剧达人_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_追剧达人"},
{"key":"csp_appys_xiaogui_(无名)", "name":"(无名)_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"xiaogui_(无名)"},
{"key":"csp_appys_v1_大熊影视", "name":"大熊影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_大熊影视"},
{"key":"csp_appys_v1_免费看", "name":"免费看_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_免费看"},
{"key":"csp_appys_v1_全能影视", "name":"全能影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_全能影视"},
{"key":"csp_appys_v1_手指影视", "name":"手指影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_手指影视"},
{"key":"csp_appys_v1_心爱影视", "name":"心爱影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_心爱影视"},
{"key":"csp_appys_v1_雪梨视频", "name":"雪梨视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_雪梨视频"},
{"key":"csp_appys_v1_杨桃影视", "name":"杨桃影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_杨桃影视"},
{"key":"csp_appys_v1_1080p", "name":"1080p_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_1080p"},
{"key":"csp_appys_v1_4K影院", "name":"4K影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_4K影院"},
{"key":"csp_appys_v1_80K影视", "name":"80K影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_80K影视"},
{"key":"csp_appys_v1_CJT影院", "name":"CJT影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_CJT影院"},
{"key":"csp_appys_v1_DC影视", "name":"DC影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_DC影视"},
{"key":"csp_appys_v1_HG影视", "name":"HG影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_HG影视"},
{"key":"csp_appys_v1_爱看美剧", "name":"爱看美剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_爱看美剧"},
{"key":"csp_appys_v1_爱西西", "name":"爱西西_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_爱西西"},
{"key":"csp_appys_v1_阿姨追剧", "name":"阿姨追剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_阿姨追剧"},
{"key":"csp_appys_v1_初心影视", "name":"初心影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_初心影视"},
{"key":"csp_appys_v1_独播社", "name":"独播社_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_独播社"},
{"key":"csp_appys_v1_段友影视", "name":"段友影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_段友影视"},
{"key":"csp_appys_v1_饭后电影", "name":"饭后电影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_饭后电影"},
{"key":"csp_appys_v1_飞捷影视", "name":"飞捷影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_飞捷影视"},
{"key":"csp_appys_v1_疯狂看", "name":"疯狂看_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_疯狂看"},
{"key":"csp_appys_v1_汇聚库TV", "name":"汇聚库TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_汇聚库TV"},
{"key":"csp_appys_v1_虎猫视频", "name":"虎猫视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_虎猫视频"},
{"key":"csp_appys_v1_可米影视", "name":"可米影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_可米影视"},
{"key":"csp_appys_v1_绿箭影视", "name":"绿箭影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_绿箭影视"},
{"key":"csp_appys_v1_漫岛影视", "name":"漫岛影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_漫岛影视"},
{"key":"csp_appys_v1_麻瓜视频", "name":"麻瓜视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_麻瓜视频"},
{"key":"csp_appys_v1_美剧虫", "name":"美剧虫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_美剧虫"},
{"key":"csp_appys_v1_木子电影", "name":"木子电影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_木子电影"},
{"key":"csp_appys_v1_暖光影视", "name":"暖光影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_暖光影视"},
{"key":"csp_appys_v1_奈非迷", "name":"奈非迷_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_奈非迷"},
{"key":"csp_appys_v1_南府影视", "name":"南府影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_南府影视"},
{"key":"csp_appys_v1_柠柚影视", "name":"柠柚影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_柠柚影视"},
{"key":"csp_appys_v1_瑞丰资源", "name":"瑞丰资源_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_瑞丰资源"},
{"key":"csp_appys_v1_温妮影视", "name":"温妮影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_温妮影视"},
{"key":"csp_appys_v1_星辰视频", "name":"星辰视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_星辰视频"},
{"key":"csp_appys_v1_小极影视", "name":"小极影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_小极影视"},
{"key":"csp_appys_v1_雪人资源", "name":"雪人资源_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_雪人资源"},
{"key":"csp_appys_v1_益达影院", "name":"益达影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_益达影院"},
{"key":"csp_appys_v1_雨果影视", "name":"雨果影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_雨果影视"},
{"key":"csp_appys_v1_月色影视", "name":"月色影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_月色影视"},
{"key":"csp_appys_v1_优视影视", "name":"优视影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_优视影视"},
{"key":"csp_appys_v1_遗忘影视", "name":"遗忘影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_遗忘影视"},
{"key":"csp_appys_v1_影阅阁", "name":"影阅阁_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_影阅阁"},
{"key":"csp_appys_v1_追剧吧", "name":"追剧吧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_追剧吧"},
{"key":"csp_appys_v1_80影视", "name":"80影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_80影视"},
{"key":"csp_appys_v1_QC影视", "name":"QC影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_QC影视"},
{"key":"csp_appys_v1_U5影视", "name":"U5影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_U5影视"},
{"key":"csp_appys_v1_yoyo", "name":"yoyo_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_yoyo"},
{"key":"csp_appys_v1_爱影视", "name":"爱影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_爱影视"},
{"key":"csp_appys_v1_爱追剧", "name":"爱追剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_爱追剧"},
{"key":"csp_appys_v1_艾特影视", "name":"艾特影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_艾特影视"},
{"key":"csp_appys_v1_白菜追剧", "name":"白菜追剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_白菜追剧"},
{"key":"csp_appys_v1_比邻影视", "name":"比邻影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_比邻影视"},
{"key":"csp_appys_v1_百讯视频", "name":"百讯视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_百讯视频"},
{"key":"csp_appys_v1_菜鸟动漫", "name":"菜鸟动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_菜鸟动漫"},
{"key":"csp_appys_v1_大头影视", "name":"大头影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_大头影视"},
{"key":"csp_appys_v1_段友影视", "name":"段友影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_段友影视"},
{"key":"csp_appys_v1_豆渣影视", "name":"豆渣影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_豆渣影视"},
{"key":"csp_appys_v1_二九影视", "name":"二九影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_二九影视"},
{"key":"csp_appys_v1_辉哥影视", "name":"辉哥影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_辉哥影视"},
{"key":"csp_appys_v1_黄河影视", "name":"黄河影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_黄河影视"},
{"key":"csp_appys_v1_盒子影院", "name":"盒子影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_盒子影院"},
{"key":"csp_appys_v1_筋斗云", "name":"筋斗云_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_筋斗云"},
{"key":"csp_appys_v1_极光影院", "name":"极光影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_极光影院"},
{"key":"csp_appys_v1_剧迷视频", "name":"剧迷视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_剧迷视频"},
{"key":"csp_appys_v1_橘子影视", "name":"橘子影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_橘子影视"},
{"key":"csp_appys_v1_看剧吧", "name":"看剧吧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_看剧吧"},
{"key":"csp_appys_v1_看看剧", "name":"看看剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_看看剧"},
{"key":"csp_appys_v1_蓝光视频", "name":"蓝光视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_蓝光视频"},
{"key":"csp_appys_v1_林谷影视", "name":"林谷影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_林谷影视"},
{"key":"csp_appys_v1_冷视TV", "name":"冷视TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_冷视TV"},
{"key":"csp_appys_v1_美剧范", "name":"美剧范_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_美剧范"},
{"key":"csp_appys_v1_喵乐影视", "name":"喵乐影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_喵乐影视"},
{"key":"csp_appys_v1_名视影", "name":"名视影_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_名视影"},
{"key":"csp_appys_v1_麻子追剧", "name":"麻子追剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_麻子追剧"},
{"key":"csp_appys_v1_皮皮动漫", "name":"皮皮动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_皮皮动漫"},
{"key":"csp_appys_v1_奇趣影视", "name":"奇趣影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_奇趣影视"},
{"key":"csp_appys_v1_思奇影视", "name":"思奇影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_思奇影视"},
{"key":"csp_appys_v1_三日影院", "name":"三日影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_三日影院"},
{"key":"csp_appys_v1_视听星球", "name":"视听星球_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_视听星球"},
{"key":"csp_appys_v1_土豆TV", "name":"土豆TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_土豆TV"},
{"key":"csp_appys_v1_淘剧社", "name":"淘剧社_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_淘剧社"},
{"key":"csp_appys_v1_天天影视", "name":"天天影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_天天影视"},
{"key":"csp_appys_v1_天天视频", "name":"天天视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_天天视频"},
{"key":"csp_appys_v1_兔子窝", "name":"兔子窝_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_兔子窝"},
{"key":"csp_appys_v1_我爱跟剧", "name":"我爱跟剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_我爱跟剧"},
{"key":"csp_appys_v1_吾爱影视", "name":"吾爱影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_吾爱影视"},
{"key":"csp_appys_v1_吾爱影视", "name":"吾爱影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_吾爱影视"},
{"key":"csp_appys_v1_蜗牛动漫", "name":"蜗牛动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_蜗牛动漫"},
{"key":"csp_appys_v1_熊猫动漫", "name":"熊猫动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_熊猫动漫"},
{"key":"csp_appys_v1_玺娜影视", "name":"玺娜影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_玺娜影视"},
{"key":"csp_appys_v1_小蜻蜓", "name":"小蜻蜓_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_小蜻蜓"},
{"key":"csp_appys_v1_星球视频", "name":"星球视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_星球视频"},
{"key":"csp_appys_v1_玺心影视", "name":"玺心影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_玺心影视"},
{"key":"csp_appys_v1_新享影视", "name":"新享影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_新享影视"},
{"key":"csp_appys_v1_星影相随", "name":"星影相随_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_星影相随"},
{"key":"csp_appys_v1_小易影视", "name":"小易影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_小易影视"},
{"key":"csp_appys_v1_樱花动漫", "name":"樱花动漫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_樱花动漫"},
{"key":"csp_appys_v1_月亮影视", "name":"月亮影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_月亮影视"},
{"key":"csp_appys_v1_影视大全", "name":"影视大全_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_影视大全"},
{"key":"csp_appys_v1_影视热剧", "name":"影视热剧_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_影视热剧"},
{"key":"csp_appys_v1_渔渔影视", "name":"渔渔影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_渔渔影视"},
{"key":"csp_appys_v1_柚子视频", "name":"柚子视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_柚子视频"},
{"key":"csp_appys_v1_追剧猫", "name":"追剧猫_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_追剧猫"},
{"key":"csp_appys_v1_宅男影院", "name":"宅男影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_宅男影院"},
{"key":"csp_appys_v1_侦探影视", "name":"侦探影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_侦探影视"},
{"key":"csp_appys_v1_猪猪影院", "name":"猪猪影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"v1_猪猪影院"},
{"key":"csp_appys_iptv_2号币", "name":"2号币_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_2号币"},
{"key":"csp_appys_iptv_HG影视", "name":"HG影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_HG影视"},
{"key":"csp_appys_iptv_傲视影院", "name":"傲视影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_傲视影院"},
{"key":"csp_appys_iptv_爱西西TV", "name":"爱西西TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_爱西西TV"},
{"key":"csp_appys_iptv_刺桐影视", "name":"刺桐影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_刺桐影视"},
{"key":"csp_appys_iptv_尘梓TV", "name":"尘梓TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_尘梓TV"},
{"key":"csp_appys_iptv_嘀哩嘀哩", "name":"嘀哩嘀哩_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_嘀哩嘀哩"},
{"key":"csp_appys_iptv_动力影视", "name":"动力影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_动力影视"},
{"key":"csp_appys_iptv_大师兄", "name":"大师兄_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_大师兄"},
{"key":"csp_appys_iptv_二货影视", "name":"二货影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_二货影视"},
{"key":"csp_appys_iptv_黑龙影视", "name":"黑龙影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_黑龙影视"},
{"key":"csp_appys_iptv_聚多影视", "name":"聚多影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_聚多影视"},
{"key":"csp_appys_iptv_久久影院", "name":"久久影院_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_久久影院"},
{"key":"csp_appys_iptv_乐酷TV", "name":"乐酷TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_乐酷TV"},
{"key":"csp_appys_iptv_流星雨", "name":"流星雨_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_流星雨"},
{"key":"csp_appys_iptv_冷月TV", "name":"冷月TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_冷月TV"},
{"key":"csp_appys_iptv_荔枝影视", "name":"荔枝影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_荔枝影视"},
{"key":"csp_appys_iptv_免费看TV", "name":"免费看TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_免费看TV"},
{"key":"csp_appys_iptv_蜜果TV", "name":"蜜果TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_蜜果TV"},
{"key":"csp_appys_iptv_米来影视", "name":"米来影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_米来影视"},
{"key":"csp_appys_iptv_米奇TV", "name":"米奇TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_米奇TV"},
{"key":"csp_appys_iptv_思奇TV", "name":"思奇TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_思奇TV"},
{"key":"csp_appys_iptv_双子星", "name":"双子星_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_双子星"},
{"key":"csp_appys_iptv_山楂影视", "name":"山楂影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_山楂影视"},
{"key":"csp_appys_iptv_若惜影视", "name":"若惜影视_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_若惜影视"},
{"key":"csp_appys_iptv_虾皮视频", "name":"虾皮视频_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_虾皮视频"},
{"key":"csp_appys_iptv_小极TV", "name":"小极TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_小极TV"},
{"key":"csp_appys_iptv_小熊猫TV", "name":"小熊猫TV_M", "type":3, "api":"csp_AppYs","searchable":1,"quickSearch":0,"filterable":1,"ext":"iptv_小熊猫TV"},
//以下资源列表
{"key":"唐人街","name":"唐人街","type":0,"api":"https://www.tangrenjie.tv/api.php/provide/vod/at/xml","playUrl":""},
{"key":"mbomovie","name":"mbomovie","type":0,"api":"https://www.mbomovie.com/api.php/provide/vod/at/xml","playUrl":"","categories":[]},
{"key":"OmoFun动漫","name":"OmoFun动漫","type":1,"api":"https://www.omofun.com/api.php/provide/vod/","playUrl":"","categories":["动漫","剧场版","国产","欧美"]},
{"key":"w7tv","name":"w7tv","type":1,"api":"http://w7tv.com/api.php/provide/vod/","playUrl":"","categories":[]}, {"key":"千寻时光","name":"千寻时光","type":1,"api":"http://wy.dqyhg.cn/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"大米蓝光","name":"大米蓝光","type":1,"api":"https://www.dmzyu.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"飞速资源","name":"飞速资源","type":1,"api":"https://m3u8.feisuzyapi.com/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"天龙影院","name":"天龙影院","type":1,"api":"http://www.tl86dy.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"木偶人","name":"木偶人","type":1,"api":"http://vip.muoutv.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"比邻影视","name":"比邻影视","type":1,"api":"http://0hzy.cn:9990/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"白联盟","name":"白联盟","type":1,"api":"https://www.hszbj.net/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"闪电资源","name":"闪电资源","type":1,"api":"http://sdzyapi.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"宅男影视","name":"宅男影视","type":1,"api":"http://www.sexyy.top/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"江湖","name":"江湖","type":1,"api":"http://jhzy.jhdyw.vip:8091/api.php/provide/vod","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"西门影视","name":"西门影视","type":1,"api":"https://ximenys.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"快看客栈","name":"快看客栈","type":1,"api":"https://www.vp1127.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"我爱跟剧","name":"我爱跟剧","type":1,"api":"http://www.52gen.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"每天看看","name":"每天看看","type":1,"api":"http://www.meitiankankan.cn:1234/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"兔子窝","name":"兔子窝","type":1,"api":"http://cj.huimaojia.com:12345/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"鱼乐资源","name":"鱼乐资源","type":1,"api":"https://api.ylzy1.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"哇可可影视","name":"哇可可影视","type":1,"api":"https://www.zwcoco.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"思乐影视","name":"思乐影视","type":1,"api":"https://www.4ltv.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"测试","name":"测试","type":1,"api":"http://107.150.5.146:39000/maccms10-main/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"英皇影城资源","name":"英皇影城资源","type":1,"api":"https://www.yhyczy.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"晓峰影视","name":"晓峰影视","type":1,"api":"http://api.xxcr.tk/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"玺心影视","name":"玺心影视","type":1,"api":"https://tvcj.arbd.cn/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"清欢授权","name":"清欢授权","type":1,"api":"https://www.qinghuanzy.com/qinghuan.php/provide/vod/?token=m7DJcblgDs","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"聆风资源","name":"聆风资源","type":1,"api":"http://maccms.bwcxvip.top/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"速更资源","name":"速更资源","type":1,"api":"https://sugengzy.cn/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"雪人官采","name":"雪人官采","type":1,"api":"https://zl.qd234.cn/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"舒渡影视","name":"舒渡影视","type":1,"api":"http://www.lovctv.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"想看资源","name":"想看资源","type":1,"api":"https://m3u8.xiangkanapi.com/provide/vod/","playUrl":"","searchable":1,"quickSearch":0,"categories":[]},
{"key":"椰子资源","name":"椰子资源","type":1,"api":"https://zy.gbxy.net.cn/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"樱花资源","name":"樱花资源","type":1,"api":"https://m3u8.apiyhzy.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"趣看","name":"趣看","type":1,"api":"http://qkmp4.cn/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"飘花电影","name":"飘花电影","type":1,"api":"http://www.zzrhgg.com/api.php/provide/vod/","playUrl":"","searchable":1,"quickSearch":1,"categories":[]},
{"key":"飘花影院","name":"飘花影院","type":1,"api":"https://www.2mjtt.com/inc/apijson_vod.php","playUrl":"","searchable":1,"quickSearch":0,"categories":[]},
{"key":"小蜻蜓APP","name":"小蜻蜓APP","type":1,"api":"http://3ketv.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"番茄资源","name":"番茄资源","type":0,"api":"http://api.fqzy.cc/api.php/provide/vod/at/xml/","playUrl":"https://jx.fqzy.cc/jx.php?url=","categories":[]},
{"key":"畅视影视","name":"畅视影视","type":1,"api":"http://app.reboju.net/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"追剧吧APP","name":"追剧吧APP","type":1,"api":"http://data.zju8.cc:1234/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"真不卡","name":"真不卡","type":1,"api":"http://db.taijuwang.cc/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"饭团影视","name":"饭团影视","type":1,"api":"http://fantuan.wkfile.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"竹嘎(蓝光解析)","name":"竹嘎(蓝光解析)","type":1,"api":"http://m.ycccyk.cn/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"爱看啦","name":"爱看啦","type":1,"api":"http://v.aik.la/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"侦探APP","name":"侦探APP","type":1,"api":"http://ys.huangguay.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"BL视频","name":"BL视频","type":1,"api":"https://bljiex.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"淘片资源","name":"淘片资源","type":0,"api":"https://taopianzy.com/home/cjapi/c4ca4238a0b923820dcc509a6f75849b/vod/xml","playUrl":"","categories":[]},
{"key":"北斗星资源备","name":"北斗星资源备","type":0,"api":"https://v8.bdxzyapi.com/inc/api.php","playUrl":"","categories":[]},
{"key":"九九美剧","name":"九九美剧","type":1,"api":"https://www.999meiju.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"YT影视","name":"YT影视","type":1,"api":"http://ytys.cc/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"火星2048","name":"火星2048","type":1,"api":"https://www.hx2048.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"游艺资源","name":"游艺资源","type":1,"api":"http://360.hexh.ink/api.php/provide/vod/","playUrl":"http://api.u1o.net/?url=","categories":[]},
{"key":"三零资源","name":"三零资源","type":1,"api":"http://api.000zy.com/provide/vod/","playUrl":"https://jx.3jx.net/?url=","categories":[]},
{"key":"萌果资源","name":"萌果资源","type":1,"api":"http://api.appearoo.top/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"艾特","name":"艾特","type":0,"api":"http://tv.aitesucai.xyz/api.php/provide/vod/at/xml","playUrl":"","categories":[]},
{"key":"天堂资源","name":"天堂资源","type":1,"api":"http://vipmv.cc/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"M3U8.TV资源","name":"M3U8.TV资源","type":0,"api":"http://www.zycaiji.net:7788/api.php/provide/vod/at/xml","playUrl":"","categories":[]},
{"key":"8090资源","name":"8090资源","type":1,"api":"http://zy.yilans.net:8090/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"2A资源","name":"2A资源","type":0,"api":"http://zy.zcocc.com/api.php/provide/vod/at/xml/","playUrl":"https://www.2ajx.com/vip.php?url=","categories":[]},
{"key":"清欢Free资源","name":"清欢Free资源","type":1,"api":"https://free.qinghuanzy.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"任我云","name":"任我云","type":1,"api":"https://www.renwoyun.cn/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"7K(虾米)资源","name":"7K(虾米)资源","type":1,"api":"https://zy.xmflv.vip/api.php/provide/vod/","playUrl":"https://jx.xmflv.vip/?url=","categories":["电影","连续剧","综艺","动漫","动作片","喜剧片","爱情片","科幻片","恐怖片","剧情片","战争片","国产剧","港台剧","日韩剧","欧美剧","其他片"]},
{"key":"融兴资源","name":"融兴资源","type":1,"api":"https://www.rongxingvr.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"无极影院","name":"无极影院","type":1,"api":"http://wujiys.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"爱看1080","name":"爱看1080","type":0,"api":"http://www.ik1080.com/api.php/provide/vod/at/xml/","playUrl":"","categories":[]},
{"key":"KK看剧","name":"KK看剧","type":0,"api":"http://www.kkkanju.com/api.php/provide/vod/at/xml","playUrl":"","categories":[]},
{"key":"蓝果APP","name":"蓝果APP","type":1,"api":"http://www.languotv.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"飞鱼影视","name":"飞鱼影视","type":1,"api":"https://app.feiyu5.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"39影视","name":"39影视","type":0,"api":"https://www.39kan.com/api.php/provide/vod/at/xml/","playUrl":"","categories":[]},
{"key":"白熊影院","name":"白熊影院","type":1,"api":"https://www.bxyy5.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"嗨哆咪影视","name":"嗨哆咪影视","type":1,"api":"http://hdmys1.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"蜂鸟视频","name":"蜂鸟视频","type":1,"api":"https://v.fnsp0.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"随便看电影","name":"随便看电影","type":0,"api":"https://www.sbkdy.com/inc/api.php","playUrl":"","categories":[]},
{"key":"乐多资源1","name":"乐多资源1","type":0,"api":"http://cj.leduocaiji.com/inc/seacmsapi.php","playUrl":"https://ldy.jx.cn/wp-api/ifr.php?vid=","categories":[]},
{"key":"豆瓣资源","name":"豆瓣资源","type":1,"api":"http://api.dbyunzy.com/api.php/provide/vod?ac=list","playUrl":"","categories":[]},
{"key":"乐多资源2","name":"乐多资源2","type":0,"api":"http://api.leduosj.com/inc/api.php","playUrl":"https://ldy.jx.cn/wp-api/ifr.php?vid=","categories":[]},
{"key":"天空资源","name":"天空资源","type":1,"api":"http://api.tiankongapi.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"穿梭资源","name":"穿梭资源","type":1,"api":"http://ok.888hyk.com/api.php/provide/vod?ac=list","playUrl":"","categories":[]},
{"key":"U酷资源","name":"U酷资源","type":1,"api":"http://ukuzy.com/api.php/provide/vod?ac=list","playUrl":"","categories":[]},
{"key":"605资源","name":"605资源","type":0,"api":"http://www.605zy.co/inc/api.php","playUrl":"","categories":[]},
{"key":"88资源","name":"88资源","type":0,"api":"http://www.88zy.live/inc/api.php","playUrl":"","categories":[]},
{"key":"韩剧资源","name":"韩剧资源","type":0,"api":"http://www.hanjuzy.com/inc/api.php","playUrl":"","categories":[]},
{"key":"快播资源","name":"快播资源","type":1,"api":"http://www.kuaibozy.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"百度资源","name":"百度资源","type":1,"api":"https://api.apibdzy.com/api.php/provide/vod?ac=list","playUrl":"","categories":[]},
{"key":"酷点资源","name":"酷点资源","type":1,"api":"https://kudian8.com/api.php/provide/vod?ac=list","playUrl":"","categories":[]},
{"key":"北斗星资源","name":"北斗星资源","type":1,"api":"https://api.bdxzyapi.com/api.php/provide/vod?ac=list","playUrl":"","categories":[]},
{"key":"红牛资源","name":"红牛资源","type":1,"api":"https://www.hongniuzy.com/inc/apijson_vod.php","playUrl":"https://www.tutukiki.com/m3u8/?url=","categories":[],"searchable":0},
{"key":"奇乐(优剧)资源","name":"奇乐(优剧)资源","type":1,"api":"https://zy.ujuba.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"无尽资源","name":"无尽资源","type":1,"api":"https://wuzy9.com/api.php/provide/vod/","playUrl":"","categories":[]},
{"key":"测试","name":"测试","type":1,"api":"http://107.150.5.146:39000/maccms10-main/api.php/provide/vod/","playUrl":"","categories":[]}], //以下直播列表
"lives": [{
"group": "一个分享者",
"channels": [{
"name": "腾讯兔小巢【https://ci.ci/Oxi】反馈分享",
"urls": ["http://dyscdnali1.douyucdn.cn/live/122402rK7MO9bXSq.flv?uuid="]
},
{"name":"中国天气","urls":["http://39.135.230.71/ott.fj.chinamobile.com/PLTV/88888888/224/3221227005/index.m3u8","http://140.207.241.2:8080/live/program/live/zgqx/1300000/mnf.m3u8","http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8"]},{"name":"李子柒","urls":["http://dyscdnali3.douyucdn.cn/live/2901080rpO6GPOG9.flv?uuid=","http://dyscdnali1.douyucdn.cn/live/2901080rpO6GPOG9.flv?uuid=","http://tx2play1.douyucdn.cn/live/2901080rpO6GPOG9.xs?uuid=","http://121.51.249.99/txdirect.hls.huya.com/src/1199512837905-1199512837905-5226813369159254016-2399025799266-10057-A-0-1.m3u8","http://hls-ott-zhibo.wasu.tv/live/443/index.m3u8"]}
]}, {
"group": "CCTV",
"channels": [{
"name": "CCTV-1",
"urls": ["http://223.110.243.159/ott.js.chinamobile.com/PLTV/3/224/3221227725/index.m3u8$8M1080P","http://39.134.134.87/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226226/1.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231468/index.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226438/1.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225490/1.m3u8","rtp://239.253.156.96:8550","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225829/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225573/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225630/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225618/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225918/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225762/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226016/index.m3u8","rtsp://183.252.166.199/PLTV/88888888/224/3221226834/48356507.smil","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225804/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv1/HD-8000k-1080P-cctv1","http://yinhe-live.yinhe.vs.rxip.sc96655.com/live/CCTV-1H265_4000.m3u8","http://39.136.18.70/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225777/1/index.m3u8?fmt=ts2hls","http://39.134.24.24/PLTV/88888888/224/3221225684/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225829/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225652/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221226024/index.m3u8", "http://39.135.34.150:8080/000000001000/1000000001000021973/1.m3u8?xtkg", "http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8", "http://host496323.us.ooqr.com/pltv/gz.php?id=cctv-1", "http://39.135.138.58:18890/PLTV/88888888/224/3221225642/index.m3u8", "http://39.134.39.4/PLTV/88888888/224/3221226247/index.m3u8", "http://39.134.66.110/PLTV/88888888/224/3221225816/index.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225663/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221225530/index.m3u8", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226226/1.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225726/1/index.m3u8?fmt=ts2hls", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227675/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231468/index.m3u8", "http://117.148.179.55/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228809/index.m3u8", "http://39.135.34.142:8080/000000001000/1000000001000021973/1.m3u8?", "http://124.232.233.14:6610/000000001001/201500000063/index.m3u8?IASHttpSessionId=SLB2046220190906022827233263&m3u8_level=2", "http://coocaa-ynbit-ws.ifengli.com:2381/live/cctv-1hd/1.m3u8", "http://gslbserv.itv.cmvideo.cn:80/1.m3u8?channel-id=ystenlive&Contentid=1000000001000021973&livemode=1&stbId=00000250001B50800001B401420BC069&userToken=&usergroup=", "http://otttv.bj.chinamobile.com/PLTV/88888888/224/3221226226/index.m3u8?servicetype=2&icpid=88888888&accounttype=1&limitflux=-1&limitdur=-1&GuardEncType=2&accountinfo=hEQbBsN1cd87ZS1LRd3TXf5LH0Ql8IEhnGwO%2B75IdBOPtEbjPb9jhieBCtTUAr9dv5ZbZ4EessCEDFzP4cGUE71B0UFe79pybuMPoFbNny1A5gXy7m59YoE1AMvcRYl8Pvf6NHAGt8pY%2F1XkpmVDXg%3D%3D%3A20180910182102%2C60D21CD359DA%2C124.129.96.17%2C20180910182102%2C10000100000000050000000002171815%2C0B6786BF2451D83B45BD7E85EAB1B8F7%2C-1%2C1%2C1%2C-1%2C%2C7%2C2201300%2C17%2C%2C4%2CEND","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225618/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225918/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225501/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225642/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-1/1.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv1_2/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226416/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226515/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226438/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226563/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226226/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221226564/1.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221227014/index.m3u8","http://39.135.230.69/ott.fj.chinamobile.com/PLTV/88888888/224/3221226995/index.m3u8","http://39.135.230.81/ott.fj.chinamobile.com/PLTV/88888888/224/3221226908/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225922/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225812/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226624/index.m3u8"]
}, {
"name": "CCTV-2",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221228118/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225619/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225643/index.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228094/index.m3u8","http://39.130.202.81:6610/gitv_live/G_CCTV-2-HD/1.m3u8","http://39.135.230.74/ott.fj.chinamobile.com/PLTV/88888888/224/3221226795/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225572/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225619/index.m3u8","rtsp://183.252.166.199/PLTV/88888888/224/3221226655/40417429.smil","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226195/index.m3u8", "http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv2/HD-8000k-1080P-cctv2","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225588/index.m3u8","http://yinhe-live.yinhe.vs.rxip.sc96655.com/live/CCTV-2H265_4000.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228118/index.m3u8","http://39.130.202.81:6610/gitv_live/G_CCTV-2-HD/G_CCTV-2-HD/.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225612/1.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228118/index.m3u8","http://202.204.118.254/hls/ch3.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228094/index.m3u8","http://39.130.202.81:6610/gitv_live/G_CCTV-2-HD/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225686/index.m3u8", "http://39.135.138.60:18890/PLTV/88888910/224/3221225643/index.m3u8", "http://39.134.134.88/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226371/1.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225643/index.m3u8", "http://39.134.39.4/PLTV/88888888/224/3221226220/index.m3u8", "http://39.134.135.81/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226371/1.m3u8", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226472/1.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225502/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227708/index.m3u8", "http://223.110.245.158/ott.js.chinamobile.com/PLTV/3/224/3221227696/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221226993/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225706/1/index.m3u8?fmt=ts2hls", "http://223.110.245.148/ott.js.chinamobile.com/PLTV/3/224/3221227543/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231678/index.m3u8", "http://39.135.34.142:8080/000000001000/1000000001000012442/1.m3u8?", "http://coocaa-ynbit-ws.ifengli.com:2381/live/cctv-2hd/1.m3u8", "http://otttv.bj.chinamobile.com/PLTV/88888888/224/3221226230/index.m3u8?servicetype=2&icpid=&accounttype=1&limitflux=-1&limitdur=-1&GuardEncType=2&accountinfo=hEQbBsN1cd87ZS1LRd3TXf5LH0Ql8IEhnGwO%2B75IdBOPtEbjPb9jhieBCtTUAr9dv5ZbZ4EessCEDFzP4cGUE71B0UFe79pybuMPoFbNny03lPQqzzaPom58NeiSUcIEpHb2JZvMEi7Y3xwc0BSosA%3D%3D%3A20180910182829%2C60D21CD359DA%2C124.129.96.17%2C20180910182829%2C10000100000000050000000002171859%2C0B6786BF2451D83B45BD7E85EAB1B8F7%2C-1%2C1%2C1%2C-1%2C%2C7%2C2201300%2C17%2C%2C4%2CEND","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225500/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225643/index.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv2_2/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-2/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225934/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226230/1.m3u8","http://39.135.230.80/ott.fj.chinamobile.com/PLTV/88888888/224/3221225800/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225923/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226915/index.m3u8"]
}, {
"name": "CCTV-3",
"urls": ["http://39.135.32.39:6610/000000001000/1000000001000011218/1.m3u8?channel-id=ystenlive&Contentid=1000000001000011218&livemode=1&stbId=005203FF000360100001001A34C0CD33&userToken=4ef1f6fdd53988bdf19472c73151206f21vv&usergroup=g21077200000&version=1.0&owaccma","http://117.148.179.37/PLTV/88888888/224/3221229875/index.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225588/index.m3u8","http://59.49.111.212/live.aishang.ctlcdn.com/00000110240245_1/encoder/0/playlist.m3u8?CONTENTID=00000110240245_1","http://223.110.254.137:6610/gitv/live1/G_CCTV-3-HQ/G_CCTV-3-HQ.m3u8#http://39.130.202.76:6610/gitv_live/CCTV-3/CCTV-3.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225647/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv3/HD-8000k-1080P-cctv3","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226021/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221226023/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225630/index.m3u8", "https://p4.weizan.cn/1228393605/270303707572166290/live.m3u8", "http://39.135.34.150:8080/000000001000/1000000001000011218/1.m3u8?xtkg", "http://39.135.32.29:6610/000000001000/1000000001000011218/1.m3u8?", "http://140.207.241.2:8080/live/program/live/cctv3hd/2300000/mnf.m3u8", "http://111.63.117.13:6060/030000001000/CCTV-3/CCTV-3.m3u8", "http://117.169.120.160:8080/live/cctv-3/1.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-3/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226471/1.m3u8"]
}, {
"name": "CCTV-4",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221228156/index.m3u8","http://39.130.202.81:6610/gitv_live/G_CCTV-4-HD/G_CCTV-4-HD.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225610/1.m3u8","http://202.204.118.254/hls/ch5.m3u8","http://39.135.230.80/ott.fj.chinamobile.com/PLTV/88888888/224/3221225802/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225571/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225621/index.m3u8","rtsp://183.252.166.199/PLTV/88888888/224/3221226633/40417241.smil","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226191/index.m3u8","http://183.207.248.71:80/cntv/live1/cctv-4/cctv-4","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226007/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225662/index.m3u8", "http://39.135.34.150:8080/000000001000/1000000002000031664/1.m3u8?xtkg", "http://117.169.120.160:8080/live/cctv-4/1.m3u8", "http://39.135.32.29:6610/000000001000/1000000002000031664/1.m3u8?", "http://39.134.134.84/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226335/1.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8", "http://117.136.154.86/PLTV/88888888/224/3221225501/index.m3u8", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226335/1.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225501/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227658/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227683/index.m3u8", "http://223.110.243.140/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225779/1/index.m3u8?fmt=ts2hls", "http://39.135.34.142:8080/000000001000/1000000002000031664/1.m3u8?", "http://coocaa-ynbit-ws.ifengli.com:2381/live/cctv-4sd/1.m3u8", "http://otttv.bj.chinamobile.com/PLTV/88888888/224/3221226156/index.m3u8?servicetype=2&icpid=&accounttype=1&limitflux=-1&limitdur=-1&GuardEncType=2&accountinfo=hEQbBsN1cd87ZS1LRd3TXf5LH0Ql8IEhnGwO%2B75IdBOPtEbjPb9jhieBCtTUAr9dv5ZbZ4EessCEDFzP4cGUE71B0UFe79pybuMPoFbNny39rqLpWTnoSe3SMCfckAmq2XZ52h1qe0gYx4t9%2FVbXIA%3D%3D%3A20180910183850%2C60D21CD359DA%2C124.129.96.17%2C20180910183850%2C10000100000000050000000001936248%2C0B6786BF2451D83B45BD7E85EAB1B8F7%2C-1%2C1%2C1%2C-1%2C%2C7%2C2201300%2C17%2C%2C4%2CEND","http://cctvalih5ca.v.myalicdn.com/live/cctv4_2/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-4/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226335/1.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226968/index.m3u8"]
}, {
"name": "CCTV-5",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221228173/index.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225743/index.m3u8","http://39.135.138.58:18890/PLTV/88888888/224/3221225751/index.m3u8","http://39.134.39.37/PLTV/88888888/224/3221226146/index.m3u8"]},{"name":"CCTV-5+","urls":["http://39.134.65.175/PLTV/88888888/224/3221225507/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225649/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225706/index.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv5plus_2/index.m3u8","http://117.169.124.46:6410/ysten-businessmobile/live/hdcctv05plus/1.m3u8","http://39.134.65.175/PLTV/88888888/224/3221225507/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225751/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225752/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225753/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225754/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225633/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226019/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv5/HD-8000k-1080P-cctv5", "http://39.134.24.24/PLTV/88888888/224/3221226025/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225758/index.m3u8", "http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv5/HD-8000k-1080P-cctv5", "http://39.135.34.150:8080/000000001000/1000000001000004794/1.m3u8?xtkg", "http://111.63.117.13:6060/030000001000/CCTV-5/CCTV-5.m3u8", "http://140.207.241.2:8080/live/program/live/cctv5hd/4000000/mnf.m3u8", "http://117.169.120.160:8080/live/cctv-5/1.m3u8", "http://39.134.134.88:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226469/1.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225780/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227661/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227686/index.m3u8", "http://223.110.243.158/ott.js.chinamobile.com/PLTV/3/224/3221227478/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226024/1/index.m3u8?fmt=ts2hls", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226043/1/index.m3u8?fmt=ts2hls", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226248/1/index.m3u8?fmt=ts2hls", "http://39.134.66.110/PLTV/88888888/224/3221225818/index.m3u8", "http://223.110.243.141/ott.js.chinamobile.com/PLTV/3/224/3221227661/index.m3u8", "http://223.110.243.145/ott.js.chinamobile.com/PLTV/3/224/3221227478/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231702/index.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226454/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226469/1.m3u8"]
}, {
"name": "CCTV-5+",
"urls": ["http://39.135.230.82/ott.fj.chinamobile.com/PLTV/88888888/224/3221225821/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225649/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv05plus/HD-8000k-1080P-cctv05plus","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225603/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225718/index.m3u8", "http://39.134.39.39/TVOD/88888888/224/3221226253/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225649/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225761/index.m3u8", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226349/1.m3u8", "http://39.134.134.88:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226458/1.m3u8", "http://117.169.124.46:6410/ysten-businessmobile/live/hdcctv05plus/1.m3u8", "http://39.134.135.81:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226225/1.m3u8", "http://39.134.66.66/PLTV/88888888/224/3221225507/index.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225512/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227714/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227381/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227480/index.m3u8", "http://223.110.245.150/ott.js.chinamobile.com/PLTV/3/224/3221227502/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226128/1/index.m3u8?fmt=ts2hls", "http://223.110.243.145/ott.js.chinamobile.com/PLTV/3/224/3221227685/index.m3u8", "http://117.148.179.55/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228822/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231459/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdcctv05plus/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226458/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226225/1.m3u8","http://39.135.230.72/ott.fj.chinamobile.com/PLTV/88888888/224/3221225939/index.m3u8","http://39.135.230.88/ott.fj.chinamobile.com/PLTV/88888888/224/3221226919/index.m3u8"]
}, {
"name": "CCTV-6",
"urls": ["http://223.110.254.137:6610/gitv/live1/G_CCTV-6-HQ/G_CCTV-6-HQ.m3u8","http://39.135.138.58:18890/PLTV/88888888/224/3221225632/index.m3u8","http://223.110.246.70/ott.js.chinamobile.com/PLTV/4/224/3221227430/index.m3u8$8M1080P","http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8$7M1080P","http://ott.js.chinamobile.com/TVOD/3/224/3221228185/index.m3u8","http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8","http://202.204.118.254/hls/ch11.m3u8","http://cg01.hrtn.net:9090/live/cctv6hd_4000.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225650/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225632/index.m3u8","http://183.207.248.71:80/cntv/live1/cctv-6/cctv-6","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226010/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221226027/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225708/index.m3u8", "http://140.207.241.2:8080/live/program/live/cctv6hd/2300000/mnf.m3u8", "http://39.135.32.29:6610/000000001000/1000000001000016466/1.m3u8?","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226393/index.m3u8", "http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225548/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221225548/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227209/index.m3u8", "http://223.110.243.145/ott.js.chinamobile.com/PLTV/3/224/3221227581/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226011/1/index.m3u8?fmt=ts2hls", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226046/1/index.m3u8?fmt=ts2hls", "http://223.110.243.158/ott.js.chinamobile.com/PLTV/3/224/3221227664/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231724/index.m3u8", "http://117.148.179.55/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230685/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-6/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226453/1.m3u8"]
}, {
"name": "CCTV-7",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221227642/index.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv7_2/index.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225492/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225624/index.m3u8","rtp://239.69.1.103:10256","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225570/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225624/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225499/index.m3u8?fmt=ts2hls","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv7/HD-8000k-1080P-cctv7","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225733/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225855/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225768/index.m3u8", "http://39.135.32.29:6610/000000001000/1000000001000017218/1.m3u8?","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226192/index.m3u8", "http://39.135.138.60:18890/PLTV/88888910/224/3221225624/index.m3u8", "http://39.135.138.59:18890/PLTV/88888910/224/3221225644/index.m3u8", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226234/1.m3u8", "http://39.135.238.69/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226467/1.m3u8", "http://39.134.66.110/PLTV/88888888/224/3221225671/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227642/index.m3u8", "http://223.110.245.148/ott.js.chinamobile.com/PLTV/3/224/3221225546/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225745/1/index.m3u8?fmt=ts2hls", "http://39.134.66.66/PLTV/88888888/224/3221225671/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231633/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226645/40426612.smil","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-7/1.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv7_2/index.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226452/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226467/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226234/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225863/1.m3u8"]
}, {
"name": "CCTV-8",
"urls": ["http://39.134.39.39/PLTV/88888888/224/3221226150/index.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225592/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225631/index.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228079/index.m3u8","http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8$4M1080P","http://39.134.39.39/PLTV/88888888/224/3221226150/index.m3u8$3M1080P","http://39.135.137.24:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226008/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225666/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225635/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225631/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv8/HD-8000k-1080P-cctv8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226008/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221226029/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225666/index.m3u8", "http://39.135.34.150:8080/000000001000/1000000001000003736/1.m3u8?xtkg","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226391/index.m3u8", "http://140.207.241.2:8080/live/program/live/cctv8hd/2300000/mnf.m3u8", "http://117.169.120.160:8080/live/cctv-8/1.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227205/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231694/index.m3u8", "http://117.148.179.55/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230737/index.m3u8", "http://223.110.243.164/ott.js.chinamobile.com/PLTV/3/224/3221227667/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226005/1/index.m3u8?fmt=ts2hls","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-8/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226451/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226485/1.m3u8"]
}, {
"name": "CCTV-9",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221227614/index.m3u8","http://39.134.115.163:8080/PLTV/88888910/224/3221225626/index.m3u8$3M1080P","http://111.63.117.13:6060/030000001000/G_CCTV-9/G_CCTV-9.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231697/index.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225502/index.m3u8","http://39.134.134.86/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226236/1.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225502/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225920/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225626/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225646/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv9/HD-8000k-1080P-cctv9","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225734/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225672/index.m3u8", "http://117.169.120.160:8080/live/cctv-news/1.m3u8", "http://39.134.134.88:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226465/1.m3u8", "http://39.134.66.110/PLTV/88888888/224/3221225676/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227614/index.m3u8", "http://223.110.243.143/ott.js.chinamobile.com/PLTV/3/224/3221227704/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226031/1/index.m3u8?fmt=ts2hls", "http://39.134.134.86:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226236/1.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231697/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-9/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226450/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226236/1.m3u8"]
}, {
"name": "CCTV-10",
"urls": ["http://117.148.179.137:80/PLTV/88888888/224/3221231666/1.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228078/index.m3u8","http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227317/index.m3u8$3M1080P","http://39.135.138.59:18890/PLTV/88888910/224/3221225627/index.m3u8","http://39.135.137.35:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225730/1.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225569/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225627/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225496/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225636/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv10/HD-8000k-1080P-cctv10", "http://39.134.24.24/PLTV/88888888/224/3221225823/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225730/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225782/index.m3u8", "http://39.135.34.150:8080/000000001000/7019587760656900133/1.m3u8?xtkg","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226189/index.m3u8", "http://117.169.120.160:8080/live/cctv-10/1.m3u8", "http://39.134.66.110/PLTV/88888888/224/3221225677/index.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225503/index.m3u8", "http://223.110.243.141/ott.js.chinamobile.com/PLTV/3/224/3221227717/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221225550/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225685/1/index.m3u8?fmt=ts2hls", "http://117.148.179.160/PLTV/88888888/224/3221231666/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226718/40417274.smil", "http://coocaa-ynbit-ws.ifengli.com:2381/live/cctv-10hd/1.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-10/1.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv10_2/index.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226227/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225868/1.m3u8"]
}, {
"name": "CCTV-11",
"urls": ["http://223.110.251.152:6610/cntv/live1/cctv-11/cctv-11","http://117.148.179.163:80/PLTV/88888888/224/3221231711/1.m3u8","http://39.135.138.58:18890/PLTV/88888888/224/3221225628/index.m3u8","http://39.135.47.66/cdnrrs.gx.chinamobile.com/PLTV/3/224/3221225750/index.m3u8","http://39.135.137.38:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225597/1.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225568/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225628/index.m3u8","http://183.207.248.71:80/cntv/live1/n-cctv-11/n-cctv-11","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225597/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225825/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225774/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225628/index.m3u8", "http://39.134.135.81/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226334/1.m3u8", "http://39.134.135.126:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226463/1.m3u8", "http://223.110.243.149/ott.js.chinamobile.com/PLTV/3/224/3221227524/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225746/1/index.m3u8?fmt=ts2hls", "http://117.148.179.160/PLTV/88888888/224/3221231711/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-11/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225869/1.m3u8"]
}, {
"name": "CCTV-12",
"urls": ["http://cctvtxyh5ca.liveplay.myqcloud.com/live/cctv12_2_hd.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221227655/index.m3u8","http://223.110.243.165/ott.js.chinamobile.com/PLTV/3/224/3221227637/index.m3u8$8M1080P","http://223.110.243.224/PLTV/3/224/3221227637/index.m3u8?servicetype=1&icpid=88888888&from=1&hms_devid=183","http://183.207.248.71/cntv/live1/HD-8000k-1080P-cctv12/HD-8000k-1080P-cctv12","http://39.135.47.66/cdnrrs.gx.chinamobile.com/PLTV/3/224/3221225645/index.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225498/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225567/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225629/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225921/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225495/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225637/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225731/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv12/HD-8000k-1080P-cctv12", "http://39.134.24.24/PLTV/88888888/224/3221225702/index.m3u8", "http://39.135.32.29:6610/000000001000/1000000001000032494/1.m3u8?", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226228/1.m3u8", "http://39.134.66.66/PLTV/88888888/224/3221225669/index.m3u8", "http://39.134.135.126:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226462/1.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225505/index.m3u8", "http://223.110.243.164/ott.js.chinamobile.com/PLTV/3/224/3221227655/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225747/1/index.m3u8?fmt=ts2hls", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221225556/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-12/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226447/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226462/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226228/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225870/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226190/index.m3u8"]
}, {
"name": "CCTV-13",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221228224/index.m3u8","http://newsbsh5ca.v.live.baishancdnx.cn/live/newscctv13_2_900.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225504/index.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228224/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229690/index.m3u8","http://223.110.242.200:6610/gitv/live1/G_CCTV-13-CQ/G_CCTV-13-CQ","http://ott.js.chinamobile.com/TVOD/3/224/3221228121/index.m3u8","http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8$3M1080P","http://111.13.42.8/PLTV/88888888/224/3221226568/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225650/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225817/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225566/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225638/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225638/index.m3u8","rtsp://183.252.176.54:554/PLTV/88888888/224/3221226104/10000100000000060000000002298296_0.smil","http://yinhe-live.yinhe.vs.rxip.sc96655.com/live/CCTV-xw_4000.m3u8","http://ott.js.chinamobile.com/TVOD/3/224/3221228224/index.m3u8","http://219.150.217.47:6610/PLTV1/280/index.m3u8?icpid=dxrm1","http://183.207.248.71:80/cntv/live1/cctv-13/cctv-13","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226011/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225827/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225612/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225650/index.m3u8", "http://39.135.140.104:6610/PLTV/88888888/224/3221225638/2/index.m3u8?fmt=ts2hls", "http://39.135.34.150:8080/000000001000/1000000002000021303/1.m3u8?xtkg", "http://39.135.138.60:18890/PLTV/88888910/224/3221225638/index.m3u8", "http://117.169.120.160:8080/live/cctv-13/1.m3u8", "http://39.135.32.29:6610/000000001000/1000000002000021303/1.m3u8?", "http://39.134.134.84/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226316/1.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8", "http://39.135.238.15:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226316/1.m3u8", "http://39.135.138.59:18890/PLTV/88888910/224/3221225638/index.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225510/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225748/1/index.m3u8?fmt=ts2hls", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227387/index.m3u8", "http://39.135.34.142:8080/000000001000/1000000002000021303/1.m3u8?", "rtsp://183.252.166.199/PLTV/88888888/224/3221226104/10000100000000060000000002298296_0.smil", "http://coocaa-ynbit-ws.ifengli.com:2381/live/cctv-newssd/1.m3u8", "http://otttv.bj.chinamobile.com/PLTV/88888888/224/3221226159/index.m3u8?servicetype=2&icpid=&accounttype=1&limitflux=-1&limitdur=-1&GuardEncType=2&accountinfo=hEQbBsN1cd87ZS1LRd3TXf5LH0Ql8IEhnGwO%2B75IdBOPtEbjPb9jhieBCtTUAr9dv5ZbZ4EessCEDFzP4cGUE71B0UFe79pybuMPoFbNny0UFqokgozs5U5z7uMDGi6ggqbCRmEa1rrlXOkqIpCyQA%3D%3D%3A20180910190104%2C60D21CD359DA%2C124.129.96.17%2C20180910190104%2C10000100000000050000000001936260%2C0B6786BF2451D83B45BD7E85EAB1B8F7%2C-1%2C1%2C1%2C-1%2C%2C7%2C2201300%2C17%2C%2C4%2CEND","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-13/1.m3u8","http://cctvalih5ca.v.myalicdn.com/live/cctv13_2/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221226568/1.m3u8","http://39.135.230.82/ott.fj.chinamobile.com/PLTV/88888888/224/3221226985/index.m3u8"]
}, {
"name": "CCTV-14",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225565/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225639/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225494/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225640/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv14/HD-8000k-1080P-cctv14", "http://39.134.24.24/PLTV/88888888/224/3221225857/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225732/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225658/index.m3u8", "http://39.134.66.66/PLTV/88888888/224/3221225674/index.m3u8", "http://117.169.120.160:8080/live/cctv-14/1.m3u8", "http://39.134.135.81/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226229/1.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227656/index.m3u8", "http://223.110.235.2/ott.js.chinamobile.com/PLTV/3/224/3221227693/index.m3u8", "http://117.136.154.86/PLTV/88888888/224/3221225678/index.m3u8", "http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221227201/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225727/1/index.m3u8?fmt=ts2hls", "http://223.110.243.141/ott.js.chinamobile.com/PLTV/3/224/3221227693/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231648/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-14/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226445/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226229/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226461/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225872/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226193/index.m3u8"]
}, {
"name": "CCTV-15",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225564/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225641/index.m3u8","http://183.207.248.71:80/cntv/live1/n-cctv-15/n-cctv-15","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225601/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225636/index.m3u8", "http://39.135.34.150:8080/000000001000/1000000002000008163/1.m3u8?xtkg", "http://117.136.154.86/PLTV/88888888/224/3221225508/index.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225508/index.m3u8", "http://223.110.243.167/ott.js.chinamobile.com/PLTV/3/224/3221227538/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225749/1/index.m3u8?fmt=ts2hls", "http://117.148.179.160/PLTV/88888888/224/3221231693/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/cctv-15/1.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226460/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225940/1.m3u8"]
}, {
"name": "CCTV-16",
"urls": ["http://cctvalih5ca.v.myalicdn.com/live/cctv16_2/index.m3u8","http://liveop.cctv.cn/hls/CCTV16HD/playlist.m3u8","http://yinhe-live.yinhe.vs.rxip.sc96655.com/live/CCTV-16_4000.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225919/index.m3u8?fmt=ts2hls","http://yinhe-live.yinhe.vs.rxip.sc96655.com/live/CCTV-16-4K_8000.m3u8","http://59.49.72.48/live.aishang.ctlcdn.com/00000110240388_1/encoder/0/playlist.m3u8?CONTENTID=00000110240388_1","http://110.184.197.25:9981/stream/channelid/1747634698","https://live.olympicchannelchina.cn/aoyun/cctv16_1td.m3u8"]
}, {
"name": "CCTV-17",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225910/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225922/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225907/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225908/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225909/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225765/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv17/HD-8000k-1080P-cctv17", "http://39.134.24.24/PLTV/88888888/224/3221225859/index.m3u8", "http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-cctv17/HD-8000k-1080P-cctv17", "http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226318/1.m3u8", "http://39.134.66.110/PLTV/88888888/224/3221225708/index.m3u8", "http://117.136.154.98/PLTV/88888888/224/3221225706/index.m3u8", "http://223.110.243.167/ott.js.chinamobile.com/PLTV/3/224/3221227578/index.m3u8", "http://223.110.243.167/ott.js.chinamobile.com/PLTV/3/224/3221227589/index.m3u8", "http://223.110.243.150/ott.js.chinamobile.com/PLTV/3/224/3221227592/index.m3u8", "http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226027/1/index.m3u8?fmt=ts2hls", "http://39.134.135.82:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226459/1.m3u8", "http://223.110.243.149/ott.js.chinamobile.com/PLTV/3/224/3221227726/index.m3u8", "http://223.110.243.143/ott.js.chinamobile.com/PLTV/3/224/3221227726/index.m3u8", "http://117.148.179.55/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221229765/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231772/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226198/index.m3u8"]
}, {"name":"CCTV风云音乐","urls":["http://host496323.us.ooqr.com/pltv/gdgz.php?id=117&upt=7e4f8041b306488a","http://host496323.us.ooqr.com/pltv/gdgz.php?id=cctvfyyy&upt=7e4f8041b306488a","http://host496323.us.ooqr.com/pltv/gdgz.php?id=117&upt=63a44f4ef2f3c6ce","http://host496323.us.ooqr.com/pltv/gdgz.php?id=cctvfyyy&upt=63a44f4ef2f3c6ce","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226083/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225698/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTVnx时尚","urls":["http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226104/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225699/1/index.m3u8?fmt=ts2hls","http://223.110.245.152/ott.js.chinamobile.com/PLTV/3/224/3221227026/index.m3u8"]},
{"name":"CCTV兵器科技","urls":["http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226111/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225676/1/index.m3u8?fmt=ts2hls","http://124.232.231.246:6610/000000001001/201500000313/index.m3u8?IASHttpSessionId=SLB2046220190906022827233263&m3u8_level=2"]},
{"name":"CCTV世界地理","urls":["http://117.148.179.160/PLTV/88888888/224/3221231537/index.m3u8","http://host496323.us.ooqr.com/pltv/gdgz.php?id=124&upt=7e4f8041b306488a","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226071/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225733/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV风云足球","urls":["http://117.148.179.160/PLTV/88888888/224/3221231547/index.m3u8","http://host496323.us.ooqr.com/pltv/gdgz.php?id=119&upt=7e4f8041b306488a","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226153/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225734/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV央视台球","urls":["http://117.148.179.160/PLTV/88888888/224/3221231616/index.m3u8","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226117/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226156/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV高尔夫网球","urls":["http://117.148.179.160/PLTV/88888888/224/3221231619/index.m3u8","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226114/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225674/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV电视指南","urls":["http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226120/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV央视文化精品","urls":["http://117.148.179.160/PLTV/88888888/224/3221231561/index.m3u8","http://host496323.us.ooqr.com/pltv/gdgz.php?id=116&upt=7e4f8041b306488a","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226100/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225675/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV怀旧剧场","urls":["http://117.148.179.160/PLTV/88888888/224/3221231544/index.m3u8","http://host496323.us.ooqr.com/pltv/gdgz.php?id=118&upt=7e4f8041b306488a","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226097/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225765/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV第一剧场","urls":["http://host496323.us.ooqr.com/pltv/gdgz.php?id=121&upt=7e4f8041b306488a","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226124/1/index.m3u8?fmt=ts2hls","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225702/1/index.m3u8?fmt=ts2hls"]},
{"name":"CCTV风云剧场","urls":["http://117.148.179.160/PLTV/88888888/224/3221231604/index.m3u8","http://host496323.us.ooqr.com/pltv/gdgz.php?id=120&upt=7e4f8041b306488a","http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226107/1/index.m3u8?fmt=ts2hls"]},
{"name":"CGTN","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225747/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225604/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226980/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225822/index.m3u8"]},
{"name":"CGTN纪录","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225645/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225602/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225813/index.m3u8"]},
{"name":"中央新影-发现之旅","urls":["http://183.207.248.71/gitv/live1/G_FAXIANZL/G_FAXIANZL"]},
{"name":"中央新影-中学生","urls":["http://39.136.18.76/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225663/1/index.m3u8?fmt=ts2hls"]},
{"name":"中国教育1","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225661/index.m3u8","http://39.134.134.82:80/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226494/1.m3u86","http://117.136.154.98/PLTV/88888888/224/3221225701/index.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231714/index.m3u8","http://39.134.135.81/otttv.bj.chinamobile.com/TVOD/88888888/224/3221225905/1.m3u8","http://39.134.66.66/PLTV/88888888/224/3221225563/index.m3u8","http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221225909/index.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231552/index.m3u8"]},
{"name":"中国教育2","urls":["http://223.110.246.67/ott.js.chinamobile.com/PLTV/4/224/3221225850/index.m3u8","http://223.110.243.162/ott.js.chinamobile.com/PLTV/3/224/3221227607/index.m3u8"]},
{"name":"中国教育3","urls":["http://223.110.246.68/ott.js.chinamobile.com/PLTV/3/224/3221227018/index.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231543/index.m3u8"]},
{"name":"中国教育4","urls":["http://117.136.154.98/PLTV/88888888/224/3221225802/index.m3u8","http://223.110.243.143/ott.js.chinamobile.com/PLTV/3/224/3221227657/index.m3u8","http://39.134.134.85/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226557/1.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231613/index.m3u8","http://117.148.179.55/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230334/index.m3u8"]}
]}, {
"group": "卫视",
"channels": [{
"name": "湖南卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226211/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225745/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225490/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225704/index.m3u8","http://183.207.248.71:80/cntv/live1/hunanstv/hunanstv","http://39.134.24.24/PLTV/88888888/224/3221225616/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225610/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226053/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/hnws-hd/1.m3u8","http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221227698/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225704/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225745/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226082/10000100000000060000000002296924_0.smil", "http://39.134.39.4/PLTV/88888888/224/3221226193/index.m3u8", "http://39.134.66.2/PLTV/88888888/224/3221225506/index.m3u8", "http://117.148.179.160/PLTV/88888888/224/3221231729/index.m3u8", "http://39.134.135.124/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226509/1.m3u8", "http://39.134.135.126/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226509/1.m3u8", "http://39.134.135.84/otttv.bj.chinamobile.com/TVOD/88888888/224/3221226509/1.m3u8", "http://39.134.39.37/PLTV/88888888/224/3221226193/index.m3u8", "http://39.134.39.39/PLTV/88888888/224/3221226193/index.m3u8", "http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228824/index.m3u8", "http://223.110.243.173/PLTV/3/224/3221227220/index.m3u8", "http://39.130.202.114:6610/gitv_live/HNWS-HD/HNWS-HD.m3u8", "http://39.135.34.150:8080/000000001000/1000000001000009115/1.m3u8?xtkg", "http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225704/index.m3u8", "http://39.134.66.66/PLTV/88888888/224/3221225506/index.m3u8", "http://117.169.120.160:8080/live/hdhunanstv/1.m3u8", "http://39.135.138.58:18890/PLTV/88888888/224/3221225704/index.m3u8", "http://39.135.34.142:8080/000000001000/1000000001000009115/1.m3u8?","http://117.169.124.36:6610/ysten-businessmobile/live/hdhunanstv/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225799/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226211/index.m3u8"]
}, {
"name": "东南卫视",
"urls": ["http://183.207.248.71:80/cntv/live1/n-dongnanstv/n-dongnanstv","http://39.134.39.37/PLTV/88888888/224/3221226182/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226121/10000100000000060000000002358085_0.smil","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226079/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225735/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/fjws-hd/1.m3u8","http://116.199.5.51:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5a1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=23&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://223.110.243.162/ott.js.chinamobile.com/PLTV/3/224/3221227553/index.m3u8", "http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225585/index.m3u8?fmt=ts2hls", "http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225657/index.m3u8", "http://39.135.138.59:18890/PLTV/88888910/224/3221225657/index.m3u8", "http://39.135.32.29:6610/000000001000/1000000002000009263/1.m3u8?", "http://39.135.34.150:8080/000000001000/1000000002000009263/1.m3u8?xtkg","http://39.130.202.81:6610/gitv_live/G_DONGNAN-HD/G_DONGNAN-HD.m3u8","http://58.211.84.24/liveplay-kk.rtxapp.com/live/program/live/dnwshd/4000000/mnf.m3u8", "http://shbu.live.bestvcdn.com.cn:8080/live/program/live/dnwshd/2300000/mnf.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/dongnanstv/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226517/1.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226496/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225876/1.m3u8"]
}, {
"name": "海峡卫视",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226128/10000100000000060000000002434539_0.smil","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226977/index.m3u8"]
}, {
"name": "广东南方卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226216/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226203/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226038/index.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225871/index.m3u8"]
}, {
"name": "广东卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225742/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225597/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225701/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226076/index.m3u8","http://183.207.248.71:80/cntv/live1/n-guangdongstv/n-guangdongstv","http://coocaa-ynbit-ws.ifengli.com:2381/live/gdws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225692/index.m3u8","http://39.130.202.81:6610/gitv_live/GDWS-HD/GDWS-HD.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdguangdongstv/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226535/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226238/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225803/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226216/index.m3u8"]
}, {
"name": "深圳卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226205/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225741/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225598/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225700/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225739/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226111/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv","http://coocaa-ynbit-ws.ifengli.com:2381/live/szws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225843/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225764/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225590/index.m3u8","http://39.130.202.81:6610/gitv_live/SZWS-HD/SZWS-HD.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdshenzhenstv/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226573/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226495/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226245/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225801/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226205/index.m3u8"]
}, {
"name": "江苏卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226200/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225743/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225488/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225702/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225613/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226099/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-2500k-1080P-jiangsustv/HD-2500k-1080P-jiangsustv","http://coocaa-ynbit-ws.ifengli.com:2381/live/jsws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225602/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225734/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226038/10000100000000060000000002296879_0.smil","http://39.130.202.81:6610/gitv_live/G_JIANGSU-HD/G_JIANGSU-HD.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdjiangsustv/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226506/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226242/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225800/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226200/index.m3u8"]
}, {
"name": "东方卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226217/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225658/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225489/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225659/index.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225676/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225835/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/shdfws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225622/index.m3u8","http://39.130.202.81:6610/gitv_live/DFWS-HD/DFWS-HD.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225976/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hddongfangstv/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226519/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226237/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226261/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226217/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225797/index.m3u8"]
}, {
"name": "浙江卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226199/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225744/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://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225612/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226056/index.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225642/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226040/10000100000000060000000002296881_0.smil","http://117.169.124.36:6610/ysten-businessmobile/live/hdzhejiangstv/1.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226492/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226247/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225798/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226199/index.m3u8"]
}, {
"name": "北京卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226222/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/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://183.207.248.71:80/cntv/live1/HD-2500k-1080P-beijingstv/HD-2500k-1080P-beijingstv","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225728/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226064/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/bjws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225833/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225724/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225646/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225735/index.m3u8", "rtsp://183.252.166.199/PLTV/88888888/224/3221226092/10000100000000060000000002296930_0.smil","http://117.169.124.36:6610/ysten-businessmobile/live/hdbeijingstv/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226441/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226224/1.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226367/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225796/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226222/index.m3u8"]
}, {
"name": "四川卫视",
"urls": ["http://183.207.248.71:80/cntv/live1/n-sichuanstv/n-sichuanstv","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225733/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225532/index.m3u8?fmt=ts2hls","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226096/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/scws-hd/1.m3u8","http://39.130.202.81:6610/gitv_live/G_SICHUAN-HD/G_SICHUAN-HD.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225704/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226407/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226523/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225898/1.m3u8"]
}, {
"name": "安徽卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226196/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225737/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225691/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-anhuistv/HD-8000k-1080P-anhuistv", "http://39.134.24.24/PLTV/88888888/224/3221225847/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226087/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/ahws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225638/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/anhuistv/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226223/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226499/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225873/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226196/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226203/index.m3u8"]
}, {
"name": "兵团卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225530/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226200/index.m3u8","http://183.207.248.71:80/cntv/live1/SD-4000k-576P-bingtuanstv/SD-4000k-576P-bingtuanstv","http://coocaa-ynbit-ws.ifengli.com:2381/live/btws-sd/1.m3u8","rtsp://183.252.166.199/PLTV/88888888/224/3221226804/48628997.smil","http://111.13.42.47/PLTV/88888888/224/3221226541/1.m3u8"]
}, {
"name": "重庆卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225734/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225612/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225692/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-chongqingstv/HD-8000k-1080P-chongqingstv","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226062/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/cqws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225592/index.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226518/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221226569/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226202/index.m3u8"]
}, {
"name": "甘肅卫视",
"urls": ["http://183.207.248.71:80/cntv/live1/n-gansustv/n-gansustv","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225724/index.m3u8", "http://39.134.39.39/PLTV/88888888/224/3221226240/index.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225714/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225877/1.m3u8"]
}, {
"name": "广西卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226211/index.m3u8?fmt=ts2hls","http://coocaa-ynbit-ws.ifengli.com:2381/live/gxws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225594/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225879/1.m3u8"]
}, {
"name": "贵州卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225483/index.m3u8?fmt=ts2hls","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226105/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/gzws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225610/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226405/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226521/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225880/1.m3u8"]
}, {
"name": "海南卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226212/index.m3u8?fmt=ts2hls","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226102/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/lyws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225614/index.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226427/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226574/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225890/1.m3u8"]
}, {
"name": "河北卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225610/index.m3u8?fmt=ts2hls","http://183.207.248.71:80/cntv/live1/n-hebeistv/n-hebeistv","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226059/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/hebeiws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225744/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226409/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226536/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225881/1.m3u8"]
}, {
"name": "河南卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225611/index.m3u8?fmt=ts2hls","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226108/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/hnws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225716/index.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226525/1.m3u8"]
}, {
"name": "黑龙江卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226215/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225736/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225586/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225690/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-heilongjiangstv/HD-8000k-1080P-heilongjiangstv","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226014/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/hljws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225690/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdheilongjiangstv/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226524/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226239/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221225802/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226215/index.m3u8"]
}, {
"name": "湖北卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226194/index.m3u8","rtsp://183.252.166.199/PLTV/88888888/224/3221226091/10000100000000060000000002296929_0.smil","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225740/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225596/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225699/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225627/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226088/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/hbws-sd/1.m3u8","http://183.207.248.71:80/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hubeistv", "http://39.134.24.24/PLTV/88888888/224/3221225674/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdhubeistv/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226520/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226240/1.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226503/1.m3u8"]
}, {
"name": "吉林卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225680/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225553/index.m3u8?fmt=ts2hls","http://coocaa-ynbit-ws.ifengli.com:2381/live/jlws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225804/index.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226533/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225886/1.m3u8"]
}, {
"name": "江西卫视",
"urls": ["http://183.207.248.71:80/cntv/live1/jiangxistv/jiangxistv","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225705/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225746/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225492/index.m3u8?fmt=ts2hls","http://39.134.24.24/PLTV/88888888/224/3221225682/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226085/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/jxws-hd/1.m3u8","rtsp://183.252.166.199/PLTV/88888888/224/3221226687/42186801.smil","http://39.130.202.81:6610/gitv_live/G_JIANGXI-HD/G_JIANGXI-HD.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/jiangxistv/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226522/1.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226243/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221226570/1.m3u8"]
}, {
"name": "康巴卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226207/index.m3u8","http://183.207.248.71:80/cntv/live1/SD-4000k-576P-kambatv/SD-4000k-576P-kambatv"]
}, {
"name": "辽宁卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226210/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225735/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225601/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225696/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/lnws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225726/index.m3u8","http://111.13.42.47/PLTV/88888888/224/3221226488/1.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226201/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226210/index.m3u8"]
}, {
"name": "內蒙古卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225667/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/nmws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225626/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225891/1.m3u8"]
}, {
"name": "宁夏卫视",
"urls": ["http://183.207.248.71:80/cntv/live1/n-ningxiastv/n-ningxiastv","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225726/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225535/index.m3u8?fmt=ts2hls","http://coocaa-ynbit-ws.ifengli.com:2381/live/nxws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225730/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226528/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225892/1.m3u8"]
}, {
"name": "青海卫视",
"urls": ["http://183.207.248.71:80/cntv/live1/n-qinghaistv/n-qinghaistv","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225727/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225546/index.m3u8?fmt=ts2hls","http://39.134.24.24/PLTV/88888888/224/3221225606/index.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226529/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225893/1.m3u8"]
}, {
"name": "山东卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226209/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225738/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225484/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225697/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226067/index.m3u8","http://183.207.248.71:80/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv","http://coocaa-ynbit-ws.ifengli.com:2381/live/sdws-hd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225841/index.m3u8", "http://39.134.24.24/PLTV/88888888/224/3221225796/index.m3u8","http://117.169.124.36:6610/ysten-businessmobile/live/hdshandongstv/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226244/1.m3u8"]
}, {
"name": "山西卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225730/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225549/index.m3u8?fmt=ts2hls","http://coocaa-ynbit-ws.ifengli.com:2381/live/shanxiws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225738/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225895/1.m3u8"]
}, {
"name": "陜西农林卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226204/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/sxws-sd/1.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225877/index.m3u8"]
}, {
"name": "陜西卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225729/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225531/index.m3u8?fmt=ts2hls","http://183.207.248.71:80/cntv/live1/n-shanxi1stv/n-shanxi1stv","http://111.13.42.10/PLTV/88888888/224/3221226411/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226532/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225896/1.m3u8"]
}, {
"name": "天津卫视",
"urls": ["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226204/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225739/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225485/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225698/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225740/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221226073/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/tjws-sd/1.m3u8","http://183.207.248.71:80/cntv/live1/HD-2500k-1080P-tianjinstv/HD-2500k-1080P-tianjinstv","http://117.169.124.36:6610/ysten-businessmobile/live/hdtianjinstv/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226502/1.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226246/1.m3u8"]
}, {
"name": "云南卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225538/index.m3u8?fmt=ts2hls","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225664/index.m3u8","http://coocaa-ynbit-ws.ifengli.com:2381/live/ynws-hd/1.m3u8","http://183.207.248.71:80/cntv/live1/n-yntv1/n-yntv1", "http://39.134.24.24/PLTV/88888888/224/3221225696/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226424/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226543/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225902/1.m3u8"]
}, {
"name": "新疆卫视",
"urls": ["http://coocaa-ynbit-ws.ifengli.com:2381/live/xjws-sd/1.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226546/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225901/1.m3u8"]
}, {
"name": "西藏卫视",
"urls": ["http://coocaa-ynbit-ws.ifengli.com:2381/live/xzws-sd/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226428/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225900/1.m3u8"]
}, {
"name": "安多卫视",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226195/index.m3u8","http://183.207.248.71:80/cntv/live1/anduostv/anduostv","http://39.134.24.24/PLTV/88888888/224/3221225875/index.m3u8"]
},
{"name":"上海哈哈炫动","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225720/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225560/index.m3u8?fmt=ts2hls","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225657/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225909/1.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225872/index.m3u8","http://39.135.230.83/ott.fj.chinamobile.com/PLTV/88888888/224/3221227020/index.m3u8"]},
{"name":"北京卡酷少儿","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225677/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225654/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226511/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226558/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225907/1.m3u8","http://39.135.230.78/ott.fj.chinamobile.com/PLTV/88888888/224/3221225871/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226963/index.m3u8"]},
{"name":"广东嘉佳卡通","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226193/index.m3u8","http://111.13.42.12/PLTV/88888888/224/3221226539/1.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221227024/index.m3u8"]},
{"name":"江苏优漫卡通","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225665/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225656/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225910/1.m3u8","http://111.13.42.10/PLTV/88888888/224/3221226420/1.m3u8","http://39.135.230.74/ott.fj.chinamobile.com/PLTV/88888888/224/3221225874/index.m3u8"]},
{"name":"湖南金鹰卡通","urls":["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225721/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225653/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225554/index.m3u8?fmt=ts2hls","http://111.13.42.8/PLTV/88888888/224/3221226576/1.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221226959/index.m3u8","http://39.135.53.199/ott.fj.chinamobile.com/PLTV/88888888/224/3221225870/index.m3u8"]},
{"name":"大健康","urls":["http://111.13.42.45/PLTV/88888888/224/3221226556/1.m3u8"]},
{"name":"淘宝贝","urls":["http://111.13.42.12/PLTV/88888888/224/3221226554/1.m3u8"]},
{"name":"淘娱乐","urls":["http://111.13.42.10/PLTV/88888888/224/3221226551/1.m3u8"]},
{"name":"聚鲨环球精选","urls":["http://111.13.42.10/PLTV/88888888/224/3221226345/1.m3u8"]}]
}, {
"group": "港澳台海外",
"channels": [{
"name": "凤凰中文",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221228057/index.m3u8","http://223.110.235.3/ott.js.chinamobile.com/PLTV/3/224/3221228057/index.m3u8$JS1080P","http://zb.ios.ifeng.com/live/05QGDA0CIRK/index.m3u8#http://otttv.bj.chinamobile.com/TVOD/88888888/224/3221225942/1.m3u8#https://player.ggiptv.com/v/ifeng.php?id=2#rtmp://58.200.131.2:1935/livetv/fhzw#http://117.169.124.43:6610/ysten-businessmobile/live/fhchinese/index.m3u8","http://223.110.235.3/ott.js.chinamobile.com/PLTV/3/224/3221228057/index.m3u8", "rtmp://45.88.148.178/channel/60c2f331961593122ebaf8c7?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://223.110.245.139/PLTV/3/224/3221226922/index.m3u8", "http://223.110.235.3/ott.js.chinamobile.com/PLTV/3/224/3221228057/index.m3u8", "http://zb.ios.ifeng.com/live/05QGDA0CIRK/index.m3u8", "http://117.169.124.37:6610/ysten-businessmobile/live/fhchinese/1.m3u8", "http://117.169.124.43:6610/ysten-businessmobile/live/fhchinese/index.m3u8", "http://223.110.245.136/PLTV/3/224/3221226923/index.m3u8", "http://117.169.124.37:6610/ysten-businessmobile/live/fhchinese/1.m3u8", "http://117.169.124.43:6610/ysten-businessmobile/live/fhchinese/index.m3u8", "http://playtv-live.ifeng.com:80/live/06OLEGEGM4G.m3u8", "http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228608/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225942/1.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225948/1.m3u8"]
}, {
"name": "凤凰资讯",
"urls": ["http://ott.js.chinamobile.com/TVOD/3/224/3221228098/index.m3u8","http://223.110.235.13/ott.js.chinamobile.com/PLTV/3/224/3221228098/index.m3u8","http://223.110.235.13/ott.js.chinamobile.com/PLTV/3/224/3221228098/index.m3u8$JS1080P","http://117.169.124.37:6610/ysten-businessmobile/live/fhzixun/1.m3u8","http://223.110.235.13/ott.js.chinamobile.com/PLTV/3/224/3221228098/index.m3u8", "rtmp://45.88.148.178/channel/60c2f46e961593122ebaf8cb?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://zb.ios.ifeng.com/live/05QGCOB3T34/index.m3u8", "http://117.169.124.43:6610/ysten-businessmobile/live/fhzixun/index.m3u8", "http://117.169.124.37:6610/ysten-businessmobile/live/fhzixun/1.m3u8", "http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228597/index.m3u8","http://111.13.42.10/PLTV/88888888/224/3221225949/1.m3u8"]
}, {
"name": "凤凰香港",
"urls": ["http://223.110.236.2/ott.js.chinamobile.com/PLTV/3/224/3221228060/index.m3u8", "rtmp://45.88.148.178/channel/60c2f428961593122ebaf8c9?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8", "http://223.110.236.2/ott.js.chinamobile.com/PLTV/3/224/3221228060/index.m3u8", "http://223.110.236.2/ott.js.chinamobile.com/PLTV/3/224/3221228060/index.m3u8$JS1080P", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8", "http://183.207.249.34/PLTV/3/224/3221226975/index.m3u8", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8?icpid=88888888&from=0&hms_devid=3804", "http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8?icpid=88888888&from=0&hms_devid=38044364", "http://223.110.236.2/ott.js.chinamobile.com/PLTV/3/224/3221228060/index.m3u8$JS1080P", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8", "http://183.207.249.34/PLTV/3/224/3221226975/index.m3u8", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8?icpid=88888888&from=0&hms_devid=3804", "http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8?icpid=88888888&from=0&hms_devid=38044364", "http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8", "http://183.207.249.34/PLTV/3/224/3221226975/index.m3u8"]
}, {"name":"凤凰电影台","urls":["http://iptv.tvfix.org/hls/fhdy.m3u8","http://v.mp.haue.edu.cn/hls/fhdy.m3u8","http://218.202.220.2:5000/nn_live.ts?id=NEWSASIA"]},{
"name": "翡翠台",
"urls": ["http://116.199.5.51:8114/index.m3u8?Fsv_chan_hls_se_idx=188&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=&Pcontent_id=.m3u8",
"http://116.199.5.51:8114/00000000/2e368e04c76446bc9d30ca7a9f934dae/index.m3u8?Fsv_cid=1034&Fsv_chan_hls_se_idx=188&Fsv_ctype=LIVES&version=9&Fsv_rate_id=1&Fsv_otype=1&FvSeid=5abd1660af1babb4&Pcontent_id=7f88be5fb6fd426494f6aa240f1dc7a9&Provider_id=00000000&Fsv_filetype=1&Fsv_ShiftEnable=0&Fsv_SV_PARAM1=0&Fsv_ShiftTsp=240&Fsv_CMSID=00000000&AuthInfo=P2ZSH2gNMZ8aiVfV%2BjCYczoGsAYoDo4KY5I3eHfJhGTKdSzgLwCHoSet9it9fXrMLwehJxh9gmO%2F%0AOFrWyxI%2BtteLTJnZKT7Lg8BRYQNXMQU%3D%0A",
"http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=188&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=&Pcontent_id=.m3u8", "http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=188&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8",
"http://116.199.5.58:8114/index.m3u8?3Fsv_chan_hls_se_idx=10&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=&Pcontent_id=.m3u8",
"http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=188&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1",
"http://ai7499003.va1.aihost10.top/live/iptv_1.m3u8","http://116.199.5.51:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=188&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=188&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=188&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=188&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=188&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1&lv=1&c=0&s=4&v=100&wh=16:9&p=1翡翠台", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id=&Fsv_chan_hls_se_idx=188", "http://host496323.us.ooqr.com/pltv/gz.php?id=tvbfc"]
}, {
"name": "明珠台",
"urls": ["http://116.199.5.51:8114/index.m3u8?Fsv_chan_hls_se_idx=12&FvSeid=1&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=12&Fsv_rate_id=2&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=.m3u8&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=12&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=12&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?Fsv_chan_hls_se_idx=12&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=&Pcontent_id=.m3u8", "http://116.199.5.51:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=12&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1"]
}, {
"name": "TVB星河",
"urls": ["rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910d7a?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://50.7.161.82:8278/streams/d/Xinhe/./playlist.m3u8", "http://43.128.9.168/jjtv.php?id=4"]
}, {
"name": "星空卫视",
"urls": ["http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=233&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=233&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=233&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://218.202.220.2:5000/nn_live.ts?id=STARTV", "http://116.199.5.51:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=233&Fsv_rate_id=0&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Fsv_filetype=1&Fsv_ctype=LIVES&Fsv_cid=0&Fsv_chan_hls_se_idx=233&Fsv_rate_id=1&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Provider_id=&Pcontent_id=&Fsv_CMSID=&Fsv_otype=1", "http://116.199.5.52:8114/00000000/index.m3u8?&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id=&Fsv_chan_hls_se_idx=233"]
}, {
"name": "香港HKS",
"urls": ["http://zhibo.hkstv.tv/livestream/mutfysrq.flv","http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8","http://zhibo.hkstv.tv/livestream/mutfysrq.flv","http://zhibo.hkstv.tv:80/livestream/mutfysrq"]
}, {
"name": "澳门卫视",
"urls": ["http://61.244.22.4/ch3/ch3.live/chunklist_w415594313.m3u8","http://61.244.22.4/ch3/ch3.live/index.m3u8","http://61.244.22.4/ch3/ch3.live/playelist.m3u8"]
}, {
"name": "澳视澳门",
"urls": ["http://103.233.191.133:1935/ch1/ch1.live/playlist.m3u8","http://103.233.191.134:1935/ch1/ch1.live/playlist.m3u8","http://61.244.22.4/ch1/ch1.live/playelist.m3u8"]
}, {
"name": "澳门资讯",
"urls": ["http://61.244.22.5/ch5/info_ch5.live/master.m3u8","http://61.244.22.4/ch2/ch2.live/playelist.m3u8"]
}, {
"name": "民视",
"urls": ["rtmp://9wv7.mine.nu/sat/tv051","rtmp://45.92.126.226/channel/60c317bd961593122ebaf90a?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH","http://211.23.114.106:8504/http/61.221.81.94:8088/hls/73/815/ch49.m3u8","rtmp://59.124.75.138/sat/tv051","rtmp://59.124.75.157/sat/tv051", "http://50.7.61.147:30080/Entry/ftv", "rtmp://45.92.126.226/channel/60c317bd961593122ebaf90a", "http://50.7.61.148:30080/Entry/ftv", "http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv002", "http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv001"]
}, {
"name": "台视",
"urls": ["rtmp://59.124.75.138/sat/tv071","rtmp://9wv7.mine.nu/sat/tv071","rtmp://59.124.75.157/sat/tv071", "rtmp://104.149.141.122/channel/60b4e50239e1b02e8b910c44?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://50.7.61.148:30080/Entry/ttv","http://211.23.114.106:8502/http/61.221.81.94:8088/hls/72/814/ch46.m3u8", "http://60.251.59.180:8543/xoxo.m3u8", "http://50.7.61.148:30080/Entry/ttv", "rtmp://45.92.126.226/channel/60c31796961593122ebaf908", "http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv066"]
}, {
"name": "中视",
"urls": ["rtmp://59.124.75.138/sat/tv091","rtmp://9wv7.mine.nu/sat/tv091","rtmp://59.124.75.157/sat/tv091","rtmp://45.92.126.114/channel/60c3166c961593122ebaf8fe?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH","http://211.23.114.106:8502/http/61.221.81.94:8088/hls/72/814/ch47.m3u8", "http://50.7.61.148:30080/Entry/ctv", "http://50.7.61.148:30080/Entry/ctv", "http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv040"]
}, {
"name": "华视",
"urls": ["rtmp://59.124.75.157/sat/tv111","rtmp://9wv7.mine.nu/sat/tv111","rtmp://59.124.75.157/sat/tv111","rtmp://45.88.148.122/channel/60b4e50239e1b02e8b910c4c?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH","http://211.23.114.106:8503/http/61.221.81.94:8088/hls/72/814/ch48.m3u8", "http://50.7.61.147:30080/Entry/cts", "http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv041", "rtmp://59.124.75.138/sat/tv111"]
}, {
"name": "公视",
"urls": ["http://211.23.114.106:8505/http/61.221.81.94:8088/hls/73/815/ch50.m3u8","https://flv3948069e.live.126.net/live/sytv_9dd30b5c8e846938c26dde70be773545.flv","http://sytv.xtvants.fun/mytv.php?id=gs&token=free&user=free", "http://sytv.xtvants.fun/mytv.php?id=gs&token=qq3036107507&user=fmys", "rtmp://45.92.126.226/channel/60c31796961593122ebaf908?sign=epgg4bkSF4hx%2BZ5WNsuYKsEplghWqWFa%2FRw3tGNF7vys%2FTXdBAnc%2BYbrUpogDq3MZnOL", "rtmp://45.88.148.178/channel/60b4e50239e1b02e8b910c3e?sign=epgg4bkSF4hx%2BZ5WNsuYKsEplghWqWFa%2FRw3tGNF7vys%2FTXdBAnc%2BYbrUpogDq3MZnOL"]
}, {
"name": "CHC高清電影",
"urls": ["http://39.134.18.68/dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226463/index.m3u8", "http://dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226463/index.m3u8", "http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226463/index.m3u8"]
}, {
"name": "CHC动作電影",
"urls": ["http://39.134.18.68/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226465/index.m3u8", "http://dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226465/index.m3u8"]
}, {
"name": "CHC家庭影院",
"urls": ["http://39.134.18.68/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226462/index.m3u8", "http://dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226462/index.m3u8"]
}, {
"name": "超级电影",
"urls": ["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225717/index.m3u8", "http://39.134.66.66/PLTV/88888888/224/3221225644/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225766/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225623/index.m3u8","http://111.13.42.43/PLTV/88888888/224/3221226233/1.m3u8"]
}, {
"name": "超级电视剧",
"urls": ["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225716/index.m3u8", "http://39.134.66.66/PLTV/88888888/224/3221225637/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225765/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225625/index.m3u8","http://111.13.42.45/PLTV/88888888/224/3221226253/1.m3u8"]
}, {
"name": "黑莓电影",
"urls": ["http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225718/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225764/index.m3u8","http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225769/index.m3u8","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225743/index.m3u8", "http://ott.js.chinamobile.com/PLTV/3/224/3221225567/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225769/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225764/index.m3u8", "http://39.134.115.163:8080/PLTV/88888910/224/3221225718/index.m3u8","http://111.13.42.8/PLTV/88888888/224/3221225927/1.m3u8"]
}, {
"name": "卫视电影",
"urls": ["http://211.23.114.106:8553/http/116.50.42.19:8081/hls/62/804/ch07.m3u8","rtmp://104.149.141.122/channel/60b4e50239e1b02e8b910cc6?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://50.7.61.147:30080/Entry/starmovie", "http://sytv.xtvants.fun/mytv.php?id=wsdy&token=free&user=free"]
}, {
"name": "美亚电影",
"urls": ["http://v3948069e.live.126.net/live/hodtv4003.flv","http://iptv5.phoves.com.cn/mytv/mitv.php?id=2"]
}, {
"name": "好莱坞",
"urls": ["http://211.23.114.106:8554/http/116.50.42.19:8081/hls/74/816/ch55.m3u8","rtmp://104.149.141.122/channel/60b4e50239e1b02e8b910c92?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "龙华洋片",
"urls": ["http://211.23.114.106:8556/http/116.50.42.19:8066/hls/210/10014/cstv14.m3u8","rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910d40?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "邵氏电影",
"urls": ["http://106.53.212.251/dl/tv.php?id=213"]
}, {
"name": "龙华电影",
"urls": ["rtmp://45.88.148.114/channel/60b4e50239e1b02e8b910d4c?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn03"]
}, {
"name": "东森电影",
"urls": ["http://host496323.us.ooqr.com/pltv/gz.php?id=dsdy","rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910d8a?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "东森洋片",
"urls": ["http://host496323.us.ooqr.com/pltv/gz.php?id=dsyp","rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910d8c?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "纬来电影",
"urls": ["http://211.23.114.106:8555/http/116.50.42.19:8081/hls/69/811/ch35.m3u8","rtmp://104.149.130.142/channel/60b4e50239e1b02e8b910c8c?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "HBO",
"urls": ["http://211.23.114.106:8511/http/116.50.42.19:8081/hls/71/813/ch41.m3u8","rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910cce?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.88.148.122/channel/60b4e50239e1b02e8b910caa?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://104.149.130.142/channel/60b4e50239e1b02e8b910ccc?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://104.149.188.82/channel/6162d414295d84395baff8bd?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "https://gratismkctv.net/film/hbo.m3u8", "rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910cce", "rtmp://45.92.126.226/channel/60c2f6ca961593122ebaf8dc", "http://50.7.61.148:30080/Entry/hbo"]
}, {
"name": "AXN",
"urls": ["http://211.23.114.106:8558/http/116.50.42.19:8081/hls/71/813/ch43.m3u8","rtmp://45.92.126.114/channel/61322915c6f62a25d2da21de?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.88.148.114/channel/61322a00c6f62a25d2da21e4?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://104.149.188.82/channel/6162d0c6295d84395baff01b?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://50.7.61.148:30080/Entry/axn", "http://50.7.61.148:30080/Entry/axn"]
}, {
"name": "FOX MOVIES",
"urls": ["http://211.23.114.106:8560/http/116.50.42.19:8081/hls/62/804/ch08.m3u8","rtmp://104.149.130.142/channel/60b4e50239e1b02e8b910ca0?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.88.148.114/channel/61322ac7c6f62a25d2da21ea?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910ca8", "rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910ca8?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://104.149.186.246/channel/6162c3f2295d84395bafd642?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://104.149.184.98/channel/6162c327295d84395bafd4da?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "CINEMAX",
"urls": ["http://211.23.114.106:8559/http/116.50.42.19:8081/hls/71/813/ch42.m3u8","rtmp://104.149.141.122/channel/60b4e50239e1b02e8b910cac?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH","http://211.23.114.106:8516/http/61.221.81.94:8088/hls/70/812/ch39.m3u8", "rtmp://104.149.191.182/channel/6162d63d295d84395baffed0?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "https://feed.play.mv/live/10005200/isU48qPZqV/master.m3u8"]
}, {
"name": "国家地理",
"urls": ["rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910ca6","http://211.23.114.106:8509/http/61.221.81.94:8088/hls/61/803/ch01.m3u8", "rtmp://45.88.148.122/channel/60b4e50239e1b02e8b910d70?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://104.149.141.122/channel/60b4e50239e1b02e8b910d1e?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://50.7.161.82:8278/streams/d/Natgeowild/playlist.m3u8"]
}, {
"name": "法国时尚",
"urls": ["http://lb.streaming.sk/fashiontv/stream/chunklist.m3u8","rtmp://45.88.148.122/channel/60b4e50239e1b02e8b910c5c?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.88.148.114/channel/61004184f0618408855f3758?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "M20TV",
"urls": ["http://m2otv-lh.akamaihd.net/i/m2oTv_1@186074/index_600_av-b.m3u8"]
}, {
"name": "大爱一台",
"urls": ["https://pulltv1.wanfudaluye.com/live/tv1.m3u8","rtmp://45.88.148.114/channel/60b4e50239e1b02e8b910c7a?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "大爱二台",
"urls": ["https://pulltv2.wanfudaluye.com/live/tv2.m3u8","rtmp://45.88.148.122/channel/60c3441b961593122ebaf99a?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "大爱海外",
"urls": ["https://pulltv3.wanfudaluye.com/live/tv3.m3u8"]
}, {
"name": "三立台湾台",
"urls": ["http://211.23.114.106:8521/http/60.251.39.91:8081/hls/65/807/ch20.m3u8","https://setlive-lh.akamaihd.net/i/settaiwan_1@301196/index_1080_av-b.m3u8?sd=10&rebase=on", "https://setlive-lh.akamaihd.net/i/settaiwan_1@301196/index_1080_av-b.m3u8?sd=10&rebase=on", "https://setlive-lh.akamaihd.net/i/settaiwan_1@301196/index_1080_av-b.m3u8", "http://50.7.61.148:30080/Entry/settw-","rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910c78?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "三立都会台",
"urls": ["http://211.23.114.106:8522/http/60.251.39.91:8081/hls/65/807/ch19.m3u8", "https://setlive-lh.akamaihd.net/i/setmetro_1@132201/index_1080_av-b.m3u8?sd=10&rebase=on", "https://setlive-lh.akamaihd.net/i/setmetro_1@132201/index_1080_av-b.m3u8?sd=10&rebase=on", "https://setlive-lh.akamaihd.net/i/setmetro_1@132201/index_1080_av-b.m3u8","rtmp://45.92.126.226/channel/60c53f4a961593122ebafa48?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "卫视中文台",
"urls": ["http://211.23.114.106:8514/http/60.251.39.91:8081/hls/62/804/ch05.m3u8","http://50.7.61.148:30080/Entry/starchinese", "http://50.7.61.148:30080/Entry/starchinese"]
}, {
"name": "龍華日韓台",
"urls": ["http://211.23.114.106:8535/http/59.120.8.187:8066/hls/210/10011/cstv11.m3u8","http://hstv:[email protected]/litv/litvts.php?id=litv-longturn11", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn11"]
}, {
"name": "龍華戲劇台",
"urls": ["http://211.23.114.106:8534/http/59.120.8.187:8066/hls/210/10010/cstv10.m3u8","rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910d18?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.88.148.114/channel/60b4e50239e1b02e8b910cc0?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn18", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn18"]
}, {
"name": "龍華偶像台",
"urls": ["http://211.23.114.106:8579/http/59.120.8.187:8066/hls/210/10012/cstv12.m3u8","rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910d48?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn12", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn12"]
}, {
"name": "龍華動畫台",
"urls": ["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn01", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn01"]
}, {
"name": "龍華經典台",
"urls": ["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn21", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn21"]
}, {
"name": "愛爾達綜合台",
"urls": ["http://93.190.139.36:8278/streams/d/eltazonghe/playlist.m3u8"]
}, {
"name": "MoMo綜合台",
"urls": ["rtmp://59.124.75.138/sat/tv761", "rtmp://9wv7.mine.nu/sat/tv761", "rtmp://45.88.148.178/channel/60b4e50239e1b02e8b910cc8?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://58.99.33.16:1935/liveedge17/live_075_3.stream/chunklist.m3u8"]
}, {
"name": "海豚綜合",
"urls": ["http://58.99.33.16:1935/liveedge17/live_077_3.stream/chunklist.m3u8"]
}, {
"name": "美麗人生",
"urls": ["http://58.99.33.16:1935/liveedge17/live_070_3.stream/chunklist.m3u8"]
}, {"name":"東風衛視","urls":["http://211.23.114.106:8578/http/60.251.39.91:8081/hls/68/810/ch31.m3u8"]},{
"name": "東森新聞",
"urls": ["http://211.23.114.106:8540/http/60.251.39.91:8081/hls/63/805/ch10.m3u8","rtmp://45.88.148.178/channel/6100144cf0618408855f36e1?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "東森綜合",
"urls": ["http://211.23.114.106:8524/http/60.251.39.91:8081/hls/63/805/ch12.m3u8","rtmp://45.88.148.122/channel/60b4e50239e1b02e8b910d86?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "東森超視",
"urls": ["rtmp://9wv7.mine.nu/sat/tv521","http://211.23.114.106:8525/http/60.251.39.91:8081/hls/64/806/ch14.m3u8","rtmp://104.149.130.142/channel/60b4e50239e1b02e8b910d8e?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "東森幼幼",
"urls": ["http://211.23.114.106:8515/http/61.221.81.94:8088/hls/63/805/ch09.m3u8","rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910d84?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "東森戲劇",
"urls": ["http://211.23.114.106:8530/http/60.251.39.91:8081/hls/64/806/ch13.m3u8","rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910d88", "rtmp://45.92.126.226/channel/60b4e50239e1b02e8b910d88?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "東森財經",
"urls": ["rtmp://9wv7.mine.nu/sat/tv571","rtmp://59.124.75.138/sat/tv571","http://211.23.114.106:8546/http/116.50.42.19:8081/hls/63/805/ch11.m3u8","rtmp://104.149.141.122/channel/60b4e50239e1b02e8b910c84?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "JET綜合台",
"urls": ["rtmp://45.88.148.178/channel/60b4e50239e1b02e8b910c74?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "rtmp://45.88.148.178/channel/60b4e50239e1b02e8b910c74", "http://50.7.61.147:30080/Entry/jet"]
}, {
"name": "緯來戲劇",
"urls": ["http://211.23.114.106:8533/http/60.251.39.91:8081/hls/69/811/ch33.m3u8","rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910c9a?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "緯來日本",
"urls": ["rtmp://59.124.75.138/sat/tv771", "rtmp://9wv7.mine.nu/sat/tv771","http://211.23.114.106:8537/http/60.251.39.91:8081/hls/69/811/ch34.m3u8", "rtmp://45.92.126.114/channel/60c312ed961593122ebaf8f3?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://50.7.61.147:30080/Entry/vljp"]
}, {
"name": "緯來綜合",
"urls": ["http://211.23.114.106:8518/http/61.221.81.94:8088/hls/68/810/ch32.m3u8","rtmp://104.149.131.118/channel/60c312b7961593122ebaf8f1?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "緯來育樂",
"urls": ["rtmp://9wv7.mine.nu/sat/tv701", "rtmp://45.92.126.226/channel/60c31357961593122ebaf8f8?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH","http://211.23.114.106:8562/http/116.50.42.19:8081/hls/68/810/ch30.m3u8", "rtmp://59.124.75.138/sat/tv701"]
}, {
"name": "緯來精采",
"urls": ["rtmp://104.149.131.118/channel/60b4e50239e1b02e8b910d2e?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "緯來體育",
"urls": ["http://211.23.114.106:8563/http/59.120.8.187:8081/hls/67/809/ch28.m3u8","rtmp://104.149.131.118/channel/60c3138a961593122ebaf8fa?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "八大第一",
"urls": ["http://211.23.114.106:8536/http/61.221.81.94:8088/hls/66/808/ch22.m3u8","rtmp://104.149.131.118/channel/60c31d07961593122ebaf92d?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "八大綜合",
"urls": ["http://211.23.114.106:8520/http/61.221.81.94:8088/hls/66/808/ch21.m3u8","rtmp://45.83.118.242/channel/60c31c5a961593122ebaf92b?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv039"]
}, {
"name": "八大戲劇",
"urls": ["http://211.23.114.106:8531/http/60.251.39.91:8081/hls/66/808/ch23.m3u8","rtmp://45.83.118.242/channel/60c31d53961593122ebaf92f?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "八大娛樂",
"urls": ["rtmp://45.88.148.122/channel/60c31db1961593122ebaf931?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH"]
}, {
"name": "八大精彩",
"urls": ["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv034"]
}, {"name":"TVBS","urls":["http://211.23.114.106:8545/http/116.50.42.19:8081/hls/64/806/ch15.m3u8"]},{
"name": "TVBS新聞台",
"urls": ["rtmp://9wv7.mine.nu/sat/tv551","rtmp://59.124.75.138/sat/tv551","http://211.23.114.106:8546/http/116.50.42.19:8081/hls/64/806/ch16.m3u8"]
}, {
"name": "TVBS歡樂台",
"urls": ["rtmp://9wv7.mine.nu/sat/tv421", "rtmp://59.124.75.138/sat/tv421", "rtmp://59.124.75.138:1935/sat/tv421","http://211.23.114.106:8532/http/60.251.39.91:8081/hls/65/807/ch17.m3u8","http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv068"]
}, {"name":"WAKUWAKUJAPAN","urls":["http://211.23.114.106:8538/http/60.251.39.91:8081/hls/61/803/ch03.m3u8"]},{"name":"年代新聞","urls":["http://211.23.114.106:8517/http/60.251.39.91:8081/hls/67/809/ch27.m3u8"]},
{"name":"中天新聞","urls":["http://211.23.114.106:8541/http/60.251.39.91:8081/hls/78/80/ch63max.m3u8","http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv009"]},
{"name":"民視新聞","urls":["http://211.23.114.106:8542/http/60.251.39.91:8081/hls/73/815/ch51.m3u8"]},
{"name":"三立新聞","urls":["http://211.23.114.106:8543/http/60.251.39.91:8081/hls/65/807/ch18.m3u8"]},
{"name":"寰宇新聞","urls":["http://211.23.114.106:8547/http/116.50.42.19:8081/hls/76/818/ch62.m3u8","http://58.99.33.16:1935/liveedge17/live_163_3.stream/chunklist.m3u8", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn15", "http://hstv:[email protected]/litv/litvts.php?id=litv-longturn15"]},
{"name":"壹新聞","urls":["http://211.23.114.106:8548/http/116.50.42.19:8081/hls/66/808/ch24.m3u8","http://50.7.61.147:30080/Entry/etv"]},
{"name":"CNN新聞","urls":["http://211.23.114.106:8549/http/116.50.42.19:8081/hls/68/810/ch29.m3u8"]},
{"name":"CNBC新聞","urls":["http://211.23.114.106:8550/http/116.50.42.19:8078/hls/24/80/cnbc90.m3u8"]},
{"name":"Bloomberg","urls":["http://211.23.114.106:8551/http/116.50.42.19:8078/hls/43/80/bloomber.m3u8"]},
{"name":"NHK新聞","urls":["http://211.23.114.106:8552/http/116.50.42.19:8081/hls/62/804/ch06.m3u8"]}]
}, {
"group": "足球",
"channels": [
{
"name": "五星体育",
"urls": [
"http://112.25.48.11/live/program/live/ssty/4000000/mnf.m3u8","http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/ssty/2300000/mnf.m3u8","http://112.132.209.46/liveplay-kk.rtxapp.com/live/program/live/ssty/4000000/mnf.m3u8","http://111.40.196.9/PLTV/88888888/224/3221225503/index.m3u8","http://39.134.24.24/PLTV/88888888/224/3221225718/index.m3u8","http://112.132.209.46/liveplay-kk.rtxapp.com/live/program/live/ssty/4000000/mnf.m3u8"
]
},
{
"name": "魅力足球",
"urls": [
"http://183.207.255.188/live/program/live/mlyyhd/4000000/mnf.m3u8","http://cg01.hrtn.net:9090/live/mlyyhd_4000.m3u8","http://183.207.255.188/live/program/live/mlyyhd/4000000/mnf.m3u8"
]
}, {
"name": "咪咕-PP体育",
"urls": [
"http://39.134.65.162/PLTV/88888888/224/3221225611/index.m3u8"
]
},
{
"name": "劲爆体育",
"urls": [
"http://112.132.209.46/liveplay-kk.rtxapp.com/live/program/live/jbtyhd/4000000/mnf.m3u8","http://shbu.live.bestvcdn.com.cn:8080/live/program/live/jbtyhd/2300000/mnf.m3u8","http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/jbtyhd/2300000/mnf.m3u8","http://112.132.209.46/liveplay-kk.rtxapp.com/live/program/live/jbtyhd/4000000/mnf.m3u8"
]
}, {
"name": "精彩体育",
"urls": [
"http://39.134.24.193/PLTV/88888888/224/3221225809/index.m3u8?epg=cntv-cctv5?回看=http://39.134.24.193/PLTV/88888888/224/3221225809/index.m3u8"
]
},
{
"name": "足球频道",
"urls": [
"http://nmglive.imfc.cn/5n1r1c/182396.m3u8"
]
}, {"name" : "CCTV足球", "urls" : [ "http://39.136.18.70/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221225734/1/index.m3u8?fmt=ts2hls$2M1080P", "http://39.136.18.70/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226153/1/index.m3u8?fmt=ts2hls$8M1080P", "http://39.136.18.80/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226153/1/index.m3u8?fmt=ts2hls&icpid=88888888&from=1&ocs=2_39.136.18.69_80&hms_devid=4691,4693&online=1632726315&vqe=3", "http://39.136.18.70/cdnrrs.gz.chinamobile.com/PLTV/88888888/224/3221226153/1/index.m3u8?fmt=ts2hls", "http://cg01.hrtn.net:9090/live/fyzq_1500.m3u8", "http://39.134.216.5/live.hcs.cmvideo.cn:8088/ws_v/2018/fyzq/fyzq711/1000/index.m3u8?ProgramID=&encrypt=1" ]},
{
"name": "精品体育",
"urls": [
"http://39.134.67.6:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225674/1.m3u8","http://39.134.67.7:80/ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225674/1.m3u8","http://39.134.66.66/PLTV/88888888/224/3221225526/index.m3u8"
]
}
]
},{
"group": "日韩",
"channels": [{
"name": "韓國娛樂台KMTV",
"urls": ["rtmp://45.88.148.114/channel/60c2d183961593122ebaf8ae?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH", "http://93.190.139.36:8278/streams/d/chcaction/playlist.m3u8", "http://93.190.139.36:8278/streams/d/chcaction/playlist.m3u8"]
}, {
"name": "阿里郎",
"urls": ["http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8", "http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8", "http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b3256000_sleng.m3u8","http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv079"]
}, {
"name": "KBC광주방송",
"urls": ["http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8"]
}, {
"name": "SBS",
"urls": ["http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8","http://1.245.74.5:1935/live/tv/.m3u8"]
}, {
"name": "KBS",
"urls": ["http://luotuo.ycchenrong.cn/dl/youku.php?id=8034767"]
}, {
"name": "MBC",
"urls": ["http://vod.mpmbc.co.kr:1935/live/encoder-tv/playlist.m3u8","http://www.pickcom.co.kr:1935/sjp/live07/chunklist_w2107750490.m3u8","https://5c3639aa99149.streamlock.net/live_TV/TV/playlist.m3u8"]
}, {
"name": "MTN",
"urls": ["http://183.110.27.87/mtnlive/_definst_/720/chunklist.m3u8"]
},{
"name": "YTN",
"urls": ["http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8"]
}, {
"name": "KCTV",
"urls": ["http://119.77.96.184:1935/chn21/chn21/chunklist_w252131137.m3u8"]
}, {
"name": "TBS",
"urls": ["http://58.234.158.60:1935/catvlive/myStream/playlist.m3u8"]
}, {
"name": "SBSCJB",
"urls": ["http://1.222.207.80:1935/live/cjbtv/chunklist_w1357270949.m3u8"]
}, {
"name": "EBS第一頻道",
"urls": ["http://ebsonairios.ebs.co.kr/groundwavetablet500k/tablet500k/groundwavetablet500k.m3u8","http://ebsonairios.ebs.co.kr/plus1tablet500k/tablet500k/plus1tablet500k.index.m3u8"]
}, {
"name": "EBS第二頻道",
"urls": ["http://ebsonairios.ebs.co.kr/ebs2tablet500k/tablet500k/ebs2tablet500k.index.m3u8","http://ebsonair.ebs.co.kr:1935/ebs2familypc/familypc1m/playlist.m3u8","http://ebsonairios.ebs.co.kr/plus2tablet500k/tablet500k/plus2tablet500k.index.m3u8"]
}, {
"name": "EBSE頻道",
"urls": ["http://ebsonairios.ebs.co.kr/plus3tablet500k/tablet500k/plus3tablet500k.index.m3u8"]
}, {
"name": "阿里郎WORLD",
"urls": ["http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8","http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch/master.m3u8"]
}, {
"name": "KBSWorld",
"urls": ["https://livecdn.fptplay.net/sdb/kbs_hls.smil/chunklist_b2500000.m3u8"]
}, {
"name": "SexyK-Pop",
"urls": ["https://srv1.zcast.com.br/kpoptv/kpoptv/.m3u8"]
}, {
"name": "NHK",
"urls": ["https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8","https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8"]
}, {
"name": "Animax HD",
"urls": ["https://livecdn.fptplay.net/hda3/animaxport_hls.smil/chunklist.m3u8"]
}, {
"name": "Atx",
"urls": ["https://sub2.neetball.net/live/neet.m3u8"]
}, {
"name": "ウェザーニュース",
"urls": ["https://movie.mcas.jp/mcas/smil:wn1.smil/master.m3u8","http://movie.mcas.jp/mcas/wn1_2/master.m3u8"]
}, {
"name": "Gunma TV",
"urls": ["https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8"]
}]
}, {"group": "海外","channels": [{"name":"韩·娛樂台KMTV","urls":["rtmp://45.88.148.114/channel/60c2d183961593122ebaf8ae?sign=epgg4bkSF4hx%2BZ5WNsuYKsEpljb%2FpPGYAqq21iv2vQJp%2B%2B%2FBLThgPxbdMeXbUy1XfWEH","http://93.190.139.36:8278/streams/d/chcaction/playlist.m3u8","http://93.190.139.36:8278/streams/d/chcaction/playlist.m3u8"]},
{"name":"韩·阿里郎","urls":["http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8","http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8","http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b3256000_sleng.m3u8","http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv079"]},
{"name":"韩·KBC","urls":["http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8","http://119.77.96.184:1935/chn05/chn05/chunklist_w644291506.m3u8"]},
{"name":"韩·SBS","urls":["http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8","http://1.245.74.5:1935/live/tv/.m3u8"]},
{"name":"韩·KBS","urls":["http://luotuo.ycchenrong.cn/dl/youku.php?id=8034767"]},
{"name":"韩·MBC","urls":["http://vod.mpmbc.co.kr:1935/live/encoder-tv/playlist.m3u8","http://www.pickcom.co.kr:1935/sjp/live07/chunklist_w2107750490.m3u8","https://5c3639aa99149.streamlock.net/live_TV/TV/playlist.m3u8"]},
{"name":"韩·MTN","urls":["http://183.110.27.87/mtnlive/_definst_/720/chunklist.m3u8"]},
{"name":"韩·YTN","urls":["http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8","http://slive.ytn.co.kr/ytn/_definst_/ytn_stream_20190306/playlist.m3u8"]},
{"name":"韩·KCTV","urls":["http://119.77.96.184:1935/chn21/chn21/chunklist_w252131137.m3u8"]},
{"name":"韩·TBS","urls":["http://58.234.158.60:1935/catvlive/myStream/playlist.m3u8","http://58.234.158.60:1935/catvlive/myStream/playlist.m3u8"]},
{"name":"韩·SBSCJB","urls":["http://1.222.207.80:1935/live/cjbtv/chunklist_w1357270949.m3u8"]},
{"name":"韩·EBS-1","urls":["http://ebsonairios.ebs.co.kr/groundwavetablet500k/tablet500k/groundwavetablet500k.m3u8","http://ebsonairios.ebs.co.kr/plus1tablet500k/tablet500k/plus1tablet500k.index.m3u8","http://ebsonairios.ebs.co.kr/groundwavetablet500k/tablet500k/playlist.m3u8"]},
{"name":"韩·EBS-2","urls":["http://ebsonairios.ebs.co.kr/ebs2tablet500k/tablet500k/ebs2tablet500k.index.m3u8","http://ebsonair.ebs.co.kr:1935/ebs2familypc/familypc1m/playlist.m3u8","http://ebsonairios.ebs.co.kr/plus2tablet500k/tablet500k/plus2tablet500k.index.m3u8","http://ebsonairios.ebs.co.kr/ebs2tablet500k/tablet500k/ebs2tablet500k.index.m3u8"]},
{"name":"韩·EBSE","urls":["http://ebsonairios.ebs.co.kr/plus3tablet500k/tablet500k/plus3tablet500k.index.m3u8","http://ebsonairios.ebs.co.kr/plus3tablet500k/tablet500k/plus3tablet500k.index.m3u8"]},
{"name":"韩·阿里郎WORLD","urls":["http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8","http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch/master.m3u8"]},
{"name":"韩·KBSWorld","urls":["https://livecdn.fptplay.net/sdb/kbs_hls.smil/chunklist_b2500000.m3u8"]},
{"name":"韩·SexyK-Pop","urls":["https://srv1.zcast.com.br/kpoptv/kpoptv/.m3u8"]},
{"name":"韩·EBS少儿","urls":["http://ebsonairios.ebs.co.kr/ebsutablet500k/_definst_/tablet500k/chunklist_w1965791004.m3u8"]},
{"name":"韩·BBS佛教","urls":["http://bbstv.clouducs.com:1935/bbstv-live/livestream/chunklist_w1403706733.m3u8"]},
{"name":"韩·职业","urls":["http://live.worktv.or.kr:1935/live/wowtvlive1.sdp/playlist.m3u8"]},
{"name":"韩·GOODTV","urls":["http://mobliestream.c3tv.com:554/live/goodtv.sdp/playlist.m3u8"]},
{"name":"韩·YTNDMB","urls":["http://slive.ytn.co.kr:1935/dmb/ydlive_20140419_1/playlist.m3u8"]},
{"name":"日·NHK","urls":["https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8","https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8"]},
{"name":"日·Animax HD","urls":["https://livecdn.fptplay.net/hda3/animaxport_hls.smil/chunklist.m3u8","https://livecdn.fptplay.net/hda3/animaxport_2000.stream/.m3u8"]},
{"name":"日·Atx","urls":["https://sub2.neetball.net/live/neet.m3u8"]},
{"name":"日·ウェザーニュース","urls":["https://movie.mcas.jp/mcas/smil:wn1.smil/master.m3u8","http://movie.mcas.jp/mcas/wn1_2/master.m3u8"]},
{"name":"日·Gunma TV","urls":["https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8"]},
{"name":"日·全天新闻","urls":["https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8"]},
{"name":"日·宝石GSTV","urls":["https://gemstv.wide-stream.net/gemstv01/smil:gemstv01.smil/chunklist_w1860888413_b600000.m3u8"]},
{"name":"日·声优广播","urls":["http://www.uniqueradio.jp/agplayerf/hls/Active.m3u8"]},
{"name":"日·QVC","urls":["http://cdn-live1.qvc.jp/iPhone/800/800.m3u8"]},
{"name":"日·NHK华语","urls":["https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8"]},
{"name":"CGNTV","urls":["http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_kr02/chunklist_w1604760015.m3u8","http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/chunklist_w564190259.m3u8","https://livedoc.cgtn.com/500d/prog_index.m3u8","http://liveru.cgtn.com/1000r/prog_index.m3u8","http://livear.cgtn.com/1000a/prog_index.m3u8","http://livees.cgtn.com/1000e/prog_index.m3u8","http://live.cgtn.com/1000/prog_index.m3u8","http://live.cgtn.com/500/prog_index.m3u8","http://liveru.cgtn.com/1000r/prog_index.m3u8","http://livees.cgtn.com/1000e/prog_index.m3u8","http://live.cgtn.com/500/prog_index.m3u8","http://liveru.cgtn.com/1000r/prog_index.m3u8","http://livees.cgtn.com/1000e/prog_index.m3u8"]},
{"name":"Channel News Asia","urls":["https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_5.m3u8"]},
{"name":"FTVLIVE","urls":["http://218.236.58.185:1935/FTVLIVE_MOBILE/Stream_mobile/playlist.m3u8"]},
{"name":"新闻CBS News 1","urls":["http://cbsnewshd-lh.akamaihd.net/i/CBSNHD_7@199302/master.m3u8"]},
{"name":"俄·IGITV蓝光","urls":["http://hls-igi.cdnvideo.ru/igi/igi_hq/playlist.m3u8"]},
{"name":"俄·ТВTV蓝光","urls":["http://hls-video01.cdnvideo.ru/video01/smil:video01.smil/chunklist_b4128000.m3u8"]},
{"name":"俄·NastoyashcheyeVremya","urls":["http://rfe-lh.akamaihd.net/i/rfe_tvmc5@383630/master.m3u8"]},
{"name":"俄·RBC(Opt-1)","urls":["http://92.50.128.180/utv/1358/index.m3u8"]},
{"name":"俄·音乐TROSoyuz","urls":["http://live2.mediacdn.ru/sr1/tro/playlist.m3u8"]},
{"name":"俄·Euronews","urls":["http://evronovosti.mediacdn.ru/sr1/evronovosti/playlist_2m.m3u8"]},
{"name":"和平HBTV","urls":["http://hoabinhtvlive.746b3ddb.cdnviet.com/hoabinhtv/playlist.m3u8"]},
{"name":"KPRF","urls":["http://kprf-htlive.cdn.ngenix.net/live/_definst_/stream_high/chunklist.m3u8"]},
{"name":"法·时尚","urls":["http://lb.streaming.sk/fashiontv/stream/chunklist.m3u8","http://lb.streaming.sk/fashiontv/stream/chunklist_w1702070444.m3u8","http://lb.streaming.sk/fashiontv/stream/chunklist_w1906011378.m3u8","http://lb.streaming.sk/fashiontv/stream/chunklist.m3u8","http://lb.streaming.sk/fashiontv/stream/chunklist_w1702070444.m3u8"]},
{"name":"VOA卫视『蓝光』","urls":["https://voa-lh.akamaihd.net/i/voa_mpls_tvmc8@326847/master.m3u8"]},
{"name":"Channel News Asia『蓝光』","urls":["http://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_5.m3u8"]},
{"name":"CNBC 18","urls":["https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8"]},
{"name":"美·NASA Public Channel","urls":["https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8","https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master_2000.m3u8"]},
{"name":"NDTV 24X7","urls":["https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/ndtv24x7master.m3u8"]},
{"name":"VB","urls":["http://live.tv2bornholm.dk/stream/live/chunklist.m3u8"]},
{"name":"半·新闻","urls":["http://live-hls-web-aja.getaj.net/AJA/02.m3u8"]},
{"name":"美·彭博财经Bloomberg TV","urls":["http://liveproduseast.akamaized.net/us/Channel-USTV-AWS-virginia-1/Source-USTV-1000-1_live.m3u8"]},
{"name":"M2O音乐TV","urls":["http://m2otv-lh.akamaihd.net/i/m2oTv_1@186074/index_600_av-b.m3u8","http://m2otv-lh.akamaihd.net/i/m2oTv_1@186074/index_600_av-p.m3u8"]},
{"name":"意·电台","urls":["http://radioitaliatv-lh.akamaihd.net/i/radioitaliatv_1@329645/index_720x480_av-p.m3u8"]},
{"name":"法·24台","urls":["http://static.france24.com/live/F24_EN_LO_HLS/live_web.m3u8","http://static.france24.com/live/F24_AR_LO_HLS/live_web.m3u8","http://tv.balkanweb.com/news24/livestream/playlist.m3u8","http://tv.balkanweb.com:8081/news24/livestream/chunks.m3u8"]},
{"name":"Ytv","urls":["http://streams.sibinformburo.cdnvideo.ru/sibinformburo/sibinformburo.sdp/chunklist.m3u8"]},
{"name":"法·第五世界台","urls":["http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_1.m3u8","http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_1.m3u8","http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_1.m3u8","http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_1.m3u8"]},
{"name":"新加坡","urls":["https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_4.m3u8"]},
{"name":"赛马网","urls":["https://racingvic-i.akamaized.net/hls/live/598695/racingvic/268.m3u8"]},
{"name":"HP音乐蓝光","urls":["http://hls-video01.cdnvideo.ru/video01/smil:video01.smil/chunklist_b4128000.m3u8"]},
{"name":"彭博财经","urls":["http://liveproduseast.akamaized.net/us/Channel-USTV-AWS-virginia-1/Source-USTV-1000-1_live.m3u8"]},
{"name":"美法·时尚音乐","urls":["http://lb.streaming.sk/fashiontv/stream/chunklist_w1702070444.m3u8"]},
{"name":"模特音乐FashionTV(SK)","urls":["http://lb.streaming.sk/fashiontv/stream/chunklist_w1906011378.m3u8","http://95.67.47.115/hls/hdfashion_ua_low/index.m3u8"]},
{"name":"音乐MusicTop","urls":["http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w538311571_b364000_sleng.m3u8"]},
{"name":"TVIkim音乐(1080p)","urls":["http://edge.vediostream.com/abr/tvikim/live/tvikim_source/playlist.m3u8"]},
{"name":"CNA(1080p)","urls":["https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8"]},
{"name":"美·红牛运动","urls":["http://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8","http://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_1660.m3u8"]},
{"name":"西·加利西亚欧洲体育电视台","urls":["http://europa-crtvg.flumotion.com/playlist.m3u8"]},
{"name":"泰·THAIPBS","urls":["http://thaipbs-live.cdn.byteark.com/live-en/playlist_720p/index.m3u8"]},
{"name":"美·CSBN","urls":["https://cbsnhls-i.akamaihd.net/hls/live/264710/cbsn_hlsprod_2/master_360.m3u8"]},
{"name":"澳·赛马网","urls":["https://racingvic-i.akamaized.net/hls/live/598695/racingvic/268.m3u8"]},
{"name":"西·CanalParlamento(Updated)","urls":["http://congresodirecto-f.akamaihd.net:80/i/congreso6_1@54665/master.m3u8"]},
{"name":"丹·TV2Fyn","urls":["http://cdn-lt-hls-vod.tv2fyn.dk/fhls/p/1966291/sp/196629100/serveFlavor/entryId/0_yct7rqn3/v/2/flavorId/0_h2wfmuqm/name/a.mp4/index.m3u8"]},
{"name":"丹·TV2Lorry","urls":["http://cdn-lt-hls-vod.tv2lorry.dk/fhls/p/2045321/sp/204532100/serveFlavor/entryId/0_0u9letdh/v/1/flavorId/0_p5f7q6yf/name/a.mp4/index.m3u8"]},
{"name":"墨·UnoTV(VOD)","urls":["http://ooyalahd2-f.akamaihd.net/i/UnoTV01_delivery@122640/master.m3u8"]},
{"name":"哥斯达黎加ExtremaTV","urls":["http://livestreamcdn.net:1935/ExtremaTV/ExtremaTV/playlist.m3u8"]},
{"name":"乌·M2音乐","urls":["http://live.m2.tv/hls3/stream.m3u8"]},
{"name":"乌·100ws","urls":["http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8"]},
{"name":"乌·Lale","urls":["http://stream.atr.ua/lale//live/index.m3u8"]},
{"name":"捷·音乐Retro(Opt-1)","urls":["http://stream.mediawork.cz/retrotv/retrotvHQ1/playlist.m3u8"]},
{"name":"斯·TV8","urls":["http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/chunklist_w974670813.m3u8"]},
{"name":"斯·TVNZ","urls":["http://s1.media-planet.sk:80/live/novezamky/BratuMarian.m3u8"]},
{"name":"希·FoxTV","urls":["http://live.streams.ovh:1935/foxtv/foxtv/playlist.m3u8"]},
{"name":"印·ABPAsmita","urls":["http://abpasmita-lh.akamaihd.net:80/i/abpasmita_1@77821/master.m3u8"]},
{"name":"日·CGNTV","urls":["http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/chunklist_w564190259.m3u8"]},
{"name":"越·ANTV","urls":["http://antvlive.ab5c6921.cdnviet.com/antv/playlist.m3u8"]},
{"name":"阿尔巴利亚","urls":["http://tvsn-i.akamaihd.net/hls/live/261837/expo/expo_750.m3u8"]},
{"name":"狗狗宠物","urls":["http://video.blivenyc.com/broadcast/prod/2061/22/file-3192k.m3u8"]},
{"name":"西·Ⅰ中国环球","urls":["http://livees.cgtn.com/1000e/prog_index.m3u8"]},
{"name":"VB","urls":["http://live.tv2bornholm.dk/stream/live/chunklist.m3u8"]},
{"name":"THAIPBS-3","urls":["http://thaipbs-live.cdn.byteark.com/live/playlist_480p/index.m3u8"]},
{"name":"France24Arabic","urls":["http://static.france24.com/live/F24_AR_LO_HLS/live_web.m3u8"]},
{"name":"TV7+(Хмельн)","urls":["http://tv7plus.com/hls/tv7_site.m3u8"]},
{"name":"新·Ⅰ亚洲新闻","urls":["http://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_4.m3u8"]},
{"name":"ANTV","urls":["http://antvlive.ab5c6921.cdnviet.com/antv/playlist.m3u8"]},
{"name":"泰·公共三台","urls":["http://thaipbs-live.cdn.byteark.com/live/playlist_1080p/index.m3u8"]},
{"name":"TVIKIM44","urls":["http://edge.vediostream.com/abr/tvikim/live/tvikim_480p/playlist.m3u8"]},
{"name":"45","urls":["http://edge.vediostream.com/abr/tvikim/live/tvikim_480p/chunks.m3u8"]},
{"name":"ZEEALWAN50","urls":["http://ghaasiflu.online/Dijlah/tracks-v1a1/mono.m3u8"]},
{"name":"越·HBTV","urls":["http://hoabinhtvlive.746b3ddb.cdnviet.com/hoabinhtv/playlist.m3u8"]}
]},{
"group": "明星",
"channels": [{
"name": "周星馳",
"urls": ["http://117.148.179.153/PLTV/88888888/224/3221231562/index.m3u8","https://hw.flv.huya.com/src/1394575534-1394575534-5989656310331736064-2789274524-10057-A-0-1-imgplus.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1394575534-1394575534-5989656310331736064-2789274524-10057-A-0-1.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1199563481163-1199563481163-5444324506032144384-2399127085782-10057-A-0-1.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1199561277724-1199561277724-5434860807588413440-2399122678904-10057-A-0-1.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1449698986-1449698986-6226409733914361856-2847687634-10057-A-0-1.m3u8", "http://121.51.94.31/tx.hls.huya.com/src/1394575534-1394575534-5989656310331736064-2789274524-10057-A-0-1-imgplus.m3u8", "http://112.74.200.9:88/tv000000/m3u8.php?/migu/623338112", "http://dyscdnali1.douyucdn.cn/live/122402rK7MO9bXSq.flv?uuid=", "http://tx2play1.douyucdn.cn/live/122402rK7MO9bXSq.xs?uuid=", "http://api.phoves.com.cn/iptv/huya.php?id=11342412", "http://api.phoves.com.cn/iptv/huya.php?id=19105261"]
}, {
"name": "林正英",
"urls": ["http://121.51.94.31/tx.hls.huya.com/src/1394575543-1394575543-5989656348986441728-2789274542-10057-A-0-1.m3u8","https://hw.flv.huya.com/src/1394575543-1394575543-5989656348986441728-2789274542-10057-A-0-1.m3u8","https://hw.flv.huya.com/src/1394575543-1394575543-5989656348986441728-2789274542-10057-A-0-1.m3u8", "http://api.phoves.com.cn/iptv/huya.php?id=11342421", "http://117.148.179.165/PLTV/88888888/224/3221231742/index.m3u8", "https://3954-quic.liveplay.myqcloud.com/live/3954_363783415.flv"]
}, {
"name": "成龍",
"urls": ["http://117.148.179.163/PLTV/88888888/224/3221231687/index.m3u8","https://hw.flv.huya.com/src/1394565191-1394565191-5989611887484993536-2789253838-10057-A-0-1-imgplus.m3u8", "http://121.51.94.31/tx.hls.huya.com/src/1394565191-1394565191-5989611887484993536-2789253838-10057-A-0-1.m3u8", "http://112.74.200.9:88/tv000000/m3u8.php?/migu/707671890", "http://api.phoves.com.cn/iptv/huya.php?id=11342386"]
}, {
"name": "張國榮",
"urls": ["http://117.148.179.177/PLTV/88888888/224/3221231790/index.m3u8", "http://112.74.200.9:88/tv000000/m3u8.php?/migu/707689526", "http://api.phoves.com.cn/iptv/huya.php?id=11602034"]
}, {
"name": "吳京",
"urls": ["http://117.148.179.183/PLTV/88888888/224/3221231564/index.m3u8","https://hw.flv.huya.com/src/1524434090-1524434090-6547394561457520640-3048991636-10057-A-0-1.m3u8" , "http://121.51.94.31/tx.hls.huya.com/src/1524434090-1524434090-6547394561457520640-3048991636-10057-A-0-1.m3u8", "http://112.74.200.9:88/tv000000/m3u8.php?/migu/625681368", "http://api.phoves.com.cn/iptv/huya.php?id=11602045"]
}, {
"name": "劉德華",
"urls": ["http://117.148.179.154/PLTV/88888888/224/3221231757/index.m3u8","https://hw.flv.huya.com/src/1394575547-1394575547-5989656366166310912-2789274550-10057-A-0-1.m3u8" , "http://112.74.200.9:88/tv000000/m3u8.php?/migu/659315648", "http://api.phoves.com.cn/iptv/huya.php?id=11342424"]
}, {
"name": "古天樂",
"urls": ["http://117.148.179.176/PLTV/88888888/224/3221231645/index.m3u8", "http://api.phoves.com.cn/iptv/huya.php?id=10871113"]
}, {
"name": "徐崢",
"urls": ["http://121.51.94.31/tx.hls.huya.com/src/1524434085-1524434085-6547394539982684160-3048991626-10057-A-0-1.m3u8","https://hw.flv.huya.com/src/1524434085-1524434085-6547394539982684160-3048991626-10057-A-0-1.m3u8", "http://api.phoves.com.cn/iptv/huya.php?id=11602043"]
}, {
"name": "沈腾",
"urls": ["http://121.51.94.31/tx.hls.huya.com/src/1524418085-1524418085-6547325820505948160-3048959626-10057-A-0-1-imgplus.m3u8","https://hw.flv.huya.com/src/1524418085-1524418085-6547325820505948160-3048959626-10057-A-0-1-imgplus.m3u8"]
},
{"name":"甄子丹","urls":["https://hw.flv.huya.com/src/1423787820-1423787820-6115122123343134720-2847699096-10057-A-0-1-imgplus.m3u8"]},
{"name":"洪金宝","urls":["https://hw.flv.huya.com/src/1394575551-1394575551-5989656383346180096-2789274558-10057-A-0-1-imgplus.m3u8","https://hw.flv.huya.com/src/1449698705-1449698705-6226408527028551680-3049003156-10057-A-0-1.m3u8"]},
{"name":"五福星","urls":["https://hw.flv.huya.com/src/1356780980-1356780980-5827329936934830080-2713685416-10057-A-0-1.m3u8"]},
{"name":"李小龙","urls":["https://hw.flv.huya.com/src/1449588725-1449588725-6225936166525337600-3048959678-10057-A-0-1.m3u8"]},
{"name":"李连杰","urls":["https://hw.flv.huya.com/src/1394565196-1394565196-5989611908959830016-2789253848-10057-A-0-1-imgplus.m3u8"]},
{"name":"女神系列","urls":["https://hw.flv.huya.com/src/1388451591-1388451591-5963354175424167936-2777026638-10057-A-0-1-imgplus.m3u8"]},
{"name":"张柏芝","urls":["https://hw.flv.huya.com/src/1524434111-1524434111-6547394651651833856-3048991678-10057-A-0-1.m3u8"]},
{"name":"北有谢","urls":["https://hw.flv.huya.com/src/1445653465-1445653465-6209034353524080640-2847699238-10057-A-0-1.m3u8"]},
{"name":"刘涛","urls":["https://hw.flv.huya.com/src/1524418105-1524418105-6547325906405294080-3048959666-10057-A-0-1.m3u8"]},
{"name":"大咖自黑","urls":["https://hw.flv.huya.com/src/1449572975-1449572975-6225868520790425600-2789274544-10057-A-0-1.m3u8"]},
{"name":"极限挑战","urls":["https://hw.flv.huya.com/src/1423782086-1423782086-6115097496000659456-2847687628-10057-A-0-1-imgplus.m3u8"]},
{"name":"【黑帮大片】","urls":["https://hw.flv.huya.com/src/1388472589-1388472589-5963444361147449344-2777068634-10057-A-0-1-imgplus.m3u8"]},
{
"name": "金庸頻道",
"urls": ["http://117.148.179.132/PLTV/88888888/224/3221231477/index.m3u8","https://hw.flv.huya.com/src/1524418105-1524418105-6547325906405294080-3048959666-10057-A-0-1.m3u8"]
}, {
"name": "喜劇聯盟",
"urls": ["http://117.148.179.154/PLTV/88888888/224/3221231621/index.m3u8","https://hw.flv.huya.com/src/1445653465-1445653465-6209034353524080640-2847699238-10057-A-0-1.m3u8","https://hw.flv.huya.com/src/1388451591-1388451591-5963354175424167936-2777026638-10057-A-0-1-imgplus.m3u8"]
}, {
"name": "高分影院",
"urls": ["http://117.148.179.182/PLTV/88888888/224/3221231699/index.m3u8"]
}, {
"name": "周潤發",
"urls": ["http://117.148.179.177/PLTV/88888888/224/3221231709/index.m3u8","https://hw.flv.huya.com/src/1394565192-1394565192-5989611891779960832-2789253840-10057-A-0-1-imgplus.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1394565192-1394565192-5989611891779960832-2789253840-10057-A-0-1-imgplus.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1199561240999-1199561240999-5434703074914467840-2399122605454-10057-A-0-1.m3u8", "http://121.51.249.99/txdirect.hls.huya.com/src/1524434089-1524434089-6547394557162553344-3048991634-10057-A-0-1.m3u8", "http://112.74.200.9:88/tv000000/m3u8.php?/migu/639526984", "http://api.phoves.com.cn/iptv/huya.php?id=11342387"]
}, {
"name": "郭富城",
"urls": ["http://117.148.179.152/PLTV/88888888/224/3221231688/index.m3u8"]
}, {
"name": "楊冪",
"urls": ["http://117.148.179.183/PLTV/88888888/224/3221231556/index.m3u8"]
}, {
"name": "劉亦菲",
"urls": ["http://117.148.179.165/PLTV/88888888/224/3221231787/index.m3u8"]
}, {
"name": "懷舊老片",
"urls": ["http://117.148.179.146/PLTV/88888888/224/3221231513/index.m3u8"]
}, {
"name": "午夜失眠劇場",
"urls": ["http://117.148.179.141/PLTV/88888888/224/3221231516/index.m3u8"]
}, {
"name": "雲上電影院",
"urls": ["http://117.148.179.176/PLTV/88888888/224/3221231565/index.m3u8"]
}, {
"name": "每日科幻電影",
"urls": ["http://117.148.179.160/PLTV/88888888/224/3221231568/index.m3u8"]
}, {
"name": "殭屍劇場",
"urls": ["http://117.148.179.165/PLTV/88888888/224/3221231742/index.m3u8", "https://3954-quic.liveplay.myqcloud.com/live/3954_363783415.flv"]
}, {
"name": "TVB劇場",
"urls": ["http://117.148.179.157/PLTV/88888888/224/3221231733/index.m3u8"]
}, {
"name": "新片放映廳",
"urls": ["http://117.148.179.160/PLTV/88888888/224/3221231640/index.m3u8"]
}, {
"name": "盜墓",
"urls": ["http://117.148.179.164/PLTV/88888888/224/3221231652/index.m3u8"]
}, {
"name": "試膽大會",
"urls": ["http://117.148.179.166/PLTV/88888888/224/3221231672/index.m3u8"]
}, {
"name": "高能燒腦時刻",
"urls": ["http://117.148.179.169/PLTV/88888888/224/3221231504/index.m3u8"]
}, {
"name": "4K劇場",
"urls": ["http://117.148.179.161/PLTV/88888888/224/3221231624/index.m3u8"]
}, {
"name": "愛情公寓",
"urls": ["http://117.148.179.160/PLTV/88888888/224/3221231583/index.m3u8"]
}, {
"name": "軍旅劇場",
"urls": ["http://117.148.179.145/PLTV/88888888/224/3221231585/index.m3u8"]
}, {
"name": "SNH48劇場公演",
"urls": ["http://117.148.179.139/PLTV/88888888/224/3221231622/index.m3u8"]
}, {
"name": "少林劇場",
"urls": ["http://117.148.179.160/PLTV/88888888/224/3221231628/index.m3u8"]
}, {
"name": "神探狄仁傑",
"urls": ["http://117.148.179.139/PLTV/88888888/224/3221231634/index.m3u8"]
}, {
"name": "黃金劇場",
"urls": ["http://117.148.179.183/PLTV/88888888/224/3221231637/index.m3u8"]
}, {
"name": "追劇少女",
"urls": ["http://117.148.179.179/PLTV/88888888/224/3221231643/index.m3u8"]
}, {
"name": "古龍作品集",
"urls": ["http://117.148.179.160/PLTV/88888888/224/3221231657/index.m3u8"]
}, {
"name": "經典賀歲片",
"urls": ["http://117.148.179.159/PLTV/88888888/224/3221231679/index.m3u8"]
}, {
"name": "每日薦影",
"urls": ["http://117.148.179.162/PLTV/88888888/224/3221231727/index.m3u8"]
}, {
"name": "武俠劇場",
"urls": ["http://117.148.179.160/PLTV/88888888/224/3221231763/index.m3u8"]
}, {
"name": "KK_经典好剧",
"urls": ["http://hpull.kktv8.com/livekktv/153793844/playlist.m3u8"]
}, {
"name": "KK_科幻怪兽",
"urls": ["http://hpull.kktv8.com/livekktv/143960119/playlist.m3u8"]
}, {
"name": "KK_喜剧电影",
"urls": ["http://hpull.kktv8.com/livekktv/99592190/playlist.m3u8"]
}, {
"name": "KK_女神影院",
"urls": ["http://hpull.kktv8.com/livekktv/99350550/playlist.m3u8"]
}, {
"name": "斗鱼电影1",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=925724"]
}, {
"name": "斗鱼电影2",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=122402"]
}, {
"name": "斗鱼电影3",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=85894"]
}, {
"name": "斗鱼电影4",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=310926"]
}, {
"name": "斗鱼电影5",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=263824"]
}, {
"name": "斗鱼电影6",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=747764"]
}, {
"name": "斗鱼动漫",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=206858"]
}, {
"name": "斗鱼4K",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=9249162"]
}, {
"name": "国语动漫",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=6449849"]
}, {
"name": "鬼吹灯",
"urls": ["http://148.70.143.24/cms/yslb/yunshitv/wangyouzhibo/douyu.php?tvplay=7701735"]
}, {
"name": "BesTv影院1",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226757/45949783.smil"]
}, {
"name": "Bestv影院2",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226816/48629572.smil"]
}, {
"name": "Bestv影院3",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226748/45950069.smil"]
}, {
"name": "Bestv影院4",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226797/47878049.smil"]
}, {
"name": "Bestv电视剧1",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226761/45973212.smil"]
}, {
"name": "Bestv电视剧2",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226022/10000100000000060000000002296864_0.smil"]
}, {
"name": "Bestv电视剧3",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226752/45973624.smil"]
}, {
"name": "Bestv动画1",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226756/45973923.smil"]
}, {
"name": "Bestv动画2",
"urls": ["rtsp://183.252.166.199/PLTV/88888888/224/3221226917/57526342.smil"]
}, {
"name": "埋堆堆01",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561226091-1199561226091-5434639045542019072-2399122575638-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆03",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561219773-1199561219773-5434611909938642944-2399122563002-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆04",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563459241-1199563459241-5444230351759081472-2399127041938-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆05",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563478941-1199563478941-5444314962614812672-2399127081338-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆06",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561223711-1199561223711-5434628823519854592-2399122570878-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆07",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199564000752-1199564000752-5446556123794505728-2399128124960-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆08",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563995848-1199563995848-5446535061274886144-2399128115152-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆09",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563493628-1199563493628-5444378042799489024-2399127110712-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆10",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563478721-1199563478721-5444314017722007552-2399127080898-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆11",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561463578-1199561463578-5435659044440244224-2399123050612-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆12",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561245453-1199561245453-5434722204698804224-2399122614362-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆13",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199564003640-1199564003640-5446568527660056576-2399128130736-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆14",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561153241-1199561153241-5434326157174505472-2399122429938-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆17",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561179116-1199561179116-5434437289453289472-2399122481688-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆18",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561185543-1199561185543-5434464893208100864-2399122494542-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆19",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563478867-1199563478867-5444314644787232768-2399127081190-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆20",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199564060588-1199564060588-5446813117457629184-2399128244632-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆21",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563481280-1199563481280-5444325008543318016-2399127086016-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆22",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561185548-1199561185548-5434464914682937344-2399122494552-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆23",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563492830-1199563492830-5444374615415586816-2399127109116-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆24",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563484986-1199563484986-5444340925692116992-2399127093428-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆25",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561217760-1199561217760-5434603264169476096-2399122558976-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆26",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563486009-1199563486009-5444345319443660800-2399127095474-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆27",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563491091-1199563491091-5444367146467459072-2399127105638-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆28",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563478540-1199563478540-5444313240332926976-2399127080536-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆29",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561235975-1199561235975-5434681496998772736-2399122595406-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆30",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561240999-1199561240999-5434703074914467840-2399122605454-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆31",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563461114-1199563461114-5444238396232826880-2399127045684-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆32",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563489752-1199563489752-5444361395506249728-2399127102960-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆33",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561181108-1199561181108-5434445845028143104-2399122485672-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆34",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561277675-1199561277675-5434860597135015936-2399122678806-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆35",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561176240-1199561176240-5434424937127346176-2399122475936-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆37",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561277694-1199561277694-5434860678739394560-2399122678844-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆38",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561179151-1199561179151-5434437439777144832-2399122481758-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆39",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563483195-1199563483195-5444333233405689856-2399127089846-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆40",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563452505-1199563452505-5444201420859375616-2399127028466-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆41",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563479483-1199563479483-5444317290487087104-2399127082422-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆42",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561278783-1199561278783-5434865355958779904-2399122681022-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆43",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561277724-1199561277724-5434860807588413440-2399122678904-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆44",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563491137-1199563491137-5444367344035954688-2399127105730-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆46",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561223732-1199561223732-5434628913714167808-2399122570920-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆48",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563489431-1199563489431-5444360016821747712-2399127102318-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆49",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561277677-1199561277677-5434860605724950528-2399122678810-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆50",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561240090-1199561240090-5434699170789195776-2399122603636-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆51",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561178473-1199561178473-5434434527789318144-2399122480402-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆53",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199564067003-1199564067003-5446840669672833024-2399128257462-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆54",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563551865-1199563551865-5444628168809906176-2399127227186-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆56",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561152145-1199561152145-5434321449890349056-2399122427746-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆57",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563452337-1199563452337-5444200699304869888-2399127028130-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆58",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561176260-1199561176260-5434425023026692096-2399122475976-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆59",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561462555-1199561462555-5435654650688700416-2399123048566-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆60",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563479466-1199563479466-5444317217472643072-2399127082388-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆61",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561153167-1199561153167-5434325839346925568-2399122429790-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆63",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561182641-1199561182641-5434452429213007872-2399122488738-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆64",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561177177-1199561177177-5434428961511702528-2399122477810-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆65",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563564801-1199563564801-5444683728506847232-2399127253058-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆66",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199563488528-1199563488528-5444356138466279424-2399127100512-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆67",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561181026-1199561181026-5434445492840824832-2399122485508-10057-A-0-1.m3u8"]
}, {
"name": "埋堆堆68",
"urls": ["http://121.12.115.162/txdirect.hls.huya.com/src/1199561158071-1199561158071-5434346901866545152-2399122439598-10057-A-0-1.m3u8"]
}]
}, {
"group": "NewTV",
"channels": [{"name":"超级电影NewTV","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225717/index.m3u8"]},
{"name":"超级电视剧","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225716/index.m3u8"]},
{"name":"超级综艺","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225714/index.m3u8"]},
{"name":"明星大片","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225664/index.m3u8"]},
{"name":"欢乐剧场","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225742/index.m3u8"]},
{"name":"海外剧场","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225671/index.m3u8"]},
{"name": "愛情喜劇","urls": ["http://183.207.248.71:80/cntv/live1/n-aiqingxj/n-aiqingxj","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225669/index.m3u8","http://112.15.230.34/PLTV/88888888/224/3221229731/index.m3u8","http://117.148.179.45/PLTV/88888888/224/3221229014/index.m3u8"]}, {
"name": "潮媽辣婆",
"urls": ["http://183.207.248.71:80/cntv/live1/n-cmlapo/n-cmlapo","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225685/index.m3u8","http://117.148.179.43/PLTV/88888888/224/3221229725/index.m3u8","http://117.148.179.16/PLTV/88888888/224/3221229031/index.m3u8"]
}, {
"name": "動作電影",
"urls": ["http://183.207.248.71:80/cntv/live1/n-dongzuody/n-dongzuody","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225661/index.m3u8","http://117.148.179.15/PLTV/88888888/224/3221229034/index.m3u8","http://117.148.179.44/PLTV/88888888/224/3221229672/index.m3u8"]
}, {"name":"惊悚悬疑","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225665/index.m3u8","http://117.148.179.43/PLTV/88888888/224/3221229701/index.m3u8","http://117.148.179.51/PLTV/88888888/224/3221229001/index.m3u8"]},{
"name": "古裝劇場",
"urls": ["http://183.207.248.71:80/cntv/live1/n-guzhuangjc/n-guzhuangjc","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225663/index.m3u8","http://112.15.230.59/PLTV/88888888/224/3221229710/index.m3u8","http://117.148.179.51/PLTV/88888888/224/3221229011/index.m3u8"]
}, {"name":"怡伴健康","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225673/index.m3u8","http://117.148.179.32/PLTV/88888888/224/3221229016/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229692/index.m3u8"]},{
"name": "黑莓電競之夜",
"urls": ["http://183.207.248.71:80/cntv/live1/wmyx/wmyx"]
}, {
"name": "黑莓電影",
"urls": ["http://183.207.248.71:80/cntv/live1/HD-8000k-1080P-Supermovie/HD-8000k-1080P-Supermovie"]
}, {
"name": "黑莓動畫",
"urls": ["http://183.207.248.71:80/cntv/live1/donghuawg/donghuawg"]
}, {
"name": "家庭劇場",
"urls": ["http://183.207.248.71:80/cntv/live1/n-jiatingjc/n-jiatingjc","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225677/index.m3u8","http://117.148.179.52/PLTV/88888888/224/3221229007/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229695/index.m3u8"]
}, {
"name": "金牌綜藝",
"urls": ["http://183.207.248.71:80/cntv/live1/n-saishijx/n-saishijx","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225666/index.m3u8","http://117.148.179.40/PLTV/88888888/224/3221229704/index.m3u8","http://117.148.179.35/PLTV/88888888/224/3221229002/index.m3u8"]
}, {
"name": "精品大劇",
"urls": ["http://183.207.248.71:80/cntv/live1/n-jdaju/n-jdaju","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225670/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229713/index.m3u8","http://117.148.179.49/PLTV/88888888/224/3221229017/index.m3u8"]
}, {"name":"炫舞未来","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225719/index.m3u8","http://117.148.179.45/PLTV/88888888/224/3221229155/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229669/index.m3u8"]},{
"name": "精品體育",
"urls": ["http://183.207.248.71:80/cntv/live1/n-jtiyu/n-jtiyu","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225715/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229719/index.m3u8","http://117.148.179.47/PLTV/88888888/224/3221229026/index.m3u8"]
}, {
"name": "精品綜合",
"urls": ["http://183.207.248.71:80/cntv/live1/n-mingxingdp/n-mingxingdp","http://117.148.179.40/PLTV/88888888/224/3221229005/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229660/index.m3u8"]
}, {"name":"精品纪录","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225672/index.m3u8","http://117.148.179.43/PLTV/88888888/224/3221229707/index.m3u8","http://117.148.179.21/PLTV/88888888/224/3221229013/index.m3u8"]},{
"name": "軍旅劇場",
"urls": ["http://183.207.248.71:80/cntv/live1/n-junlvjc/n-junlvjc","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225676/index.m3u8","http://117.148.179.52/PLTV/88888888/224/3221229004/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229698/index.m3u8"]
}, {
"name": "軍事評論",
"urls": ["http://183.207.248.71:80/cntv/live1/n-junshipl/n-junshipl","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225668/index.m3u8","http://117.148.179.43/PLTV/88888888/224/3221229716/index.m3u8","http://117.148.179.51/PLTV/88888888/224/3221229008/index.m3u8"]
}, {
"name": "農業致富",
"urls": ["http://183.207.248.71:80/cntv/live1/n-nongyezf/n-nongyezf","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225683/index.m3u8","http://117.148.179.45/PLTV/88888888/224/3221229029/index.m3u8","http://117.148.179.24/PLTV/88888888/224/3221229666/index.m3u8"]
}, {
"name": "熱播精選",
"urls": ["http://183.207.248.71:80/cntv/live1/n-xiqumd/n-xiqumd","http://117.148.179.15/PLTV/88888888/224/3221229062/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229654/index.m3u8"]
}, {"name":"武搏世界","urls":["http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225680/index.m3u8","http://112.15.230.38/PLTV/88888888/224/3221229722/index.m3u8","http://117.148.179.16/PLTV/88888888/224/3221229041/index.m3u8"]},{
"name": "中國功夫",
"urls": ["http://183.207.248.71:80/cntv/live1/n-gzkongfu/n-gzkongfu","http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225681/index.m3u8","http://117.148.179.47/PLTV/88888888/224/3221229019/index.m3u8","http://117.148.179.37/PLTV/88888888/224/3221229663/index.m3u8"]
}]
}, {"group": "CIBN","channels": [{"name":"综合CIBN","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226420/index.m3u8"]},
{"name":"经典剧场","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226402/index.m3u8","http://117.148.179.176/PLTV/88888888/224/3221231595/index.m3u8"]},
{"name":"古装剧场","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226400/index.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231625/index.m3u8"]},
{"name":"骄阳剧场","urls":["http://117.148.179.165/PLTV/88888888/224/3221231745/index.m3u8","http://211.94.219.178:18080/PLTV/68/224/3221226423/index.m3u8"]},
{"name":"微电影","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226441/index.m3u8","http://117.148.179.157/PLTV/88888888/224/3221231586/index.m3u8"]},
{"name":"纪录片","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226437/index.m3u8","http://117.148.179.154/PLTV/88888888/224/3221231594/index.m3u8"]},
{"name":"流金岁月","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226425/index.m3u8","http://117.148.179.158/PLTV/88888888/224/3221231664/index.m3u8"]},
{"name":"时尚生活","urls":["http://117.148.179.183/PLTV/88888888/224/3221231489/index.m3u8"]},
{"name":"风尚运动","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226429/index.m3u8"]},
{"name":"真人秀","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226416/index.m3u8"]},
{"name":"动画乐园","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226406/index.m3u8"]},
{"name":"SiTV全纪实","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226580/index.m3u8"]},
{"name":"SiTV极速汽车","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226574/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226583/index.m3u8"]},
{"name":"SiTV游戏风云","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226579/index.m3u8"]},
{"name":"SiTV都市剧场","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226581/index.m3u8"]}
]},{
"group": "iHOT",
"channels": [{"name":"求索科学iHOT","urls":["http://39.134.134.85/000000001000/6000000002000032344/1.m3u8"]},
{"name":"求索纪录","urls":["http://39.134.134.85/000000001000/6000000002000032052/1.m3u8"]},
{"name":"求索生活","urls":["http://39.134.134.85/000000001000/6000000002000003382/1.m3u8"]},
{"name":"求索动物","urls":["http://39.134.134.85/000000001000/6000000002000010046/1.m3u8"]},
{"name":"爱院线","urls":["http://39.134.134.85/000000001000/6000000006000030630/1.m3u8"]},
{"name":"爱科幻","urls":["http://39.134.134.85/000000001000/6000000006000020630/1.m3u8"]},
{"name":"爱喜剧","urls":["http://39.134.134.85/000000001000/6000000006000010630/1.m3u8"]},
{"name":"爱都市","urls":["http://39.134.134.85/000000001000/6000000006000080630/1.m3u8"]},
{"name":"爱家庭","urls":["http://39.134.134.85/000000001000/6000000006000090630/1.m3u8"]},
{"name":"爱青春","urls":["http://39.134.134.85/000000001000/6000000006000100630/1.m3u8"]},
{"name":"爱江湖","urls":["http://39.134.134.85/000000001000/6000000006000110630/1.m3u8"]},
{"name":"爱浪漫","urls":["http://39.134.134.85/000000001000/6000000006000040630/1.m3u8"]},
{"name":"爱悬疑","urls":["http://39.134.134.85/000000001000/6000000006000050630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230098/index.m3u8"]},
{"name":"爱玩具","urls":["http://39.134.134.85/000000001000/6000000006000220630/1.m3u8"]},
{"name":"爱电竞","urls":["http://39.134.134.85/000000001000/6000000006000230630/1.m3u8"]},
{"name":"爱赛车","urls":["http://39.134.134.85/000000001000/6000000006000240630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230032/index.m3u8"]},
{"name":"爱旅行","urls":["http://39.134.134.85/000000001000/6000000006000250630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230052/index.m3u8"]},
{"name":"爱怀旧","urls":["http://39.134.134.85/000000001000/6000000006000260630/1.m3u8"]},
{"name":"爱奇谈","urls":["http://39.134.134.85/000000001000/6000000006000270630/1.m3u8"]},
{"name":"爱动漫","urls":["http://39.134.134.85/000000001000/6000000006000280630/1.m3u8"]},
{"name":"爱体育","urls":["http://39.134.134.85/000000001000/6000000006000290630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230034/index.m3u8"]},
{"name":"爱探索","urls":["http://39.134.134.85/000000001000/6000000006000300630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230112/index.m3u8"]},
{"name":"爱经典","urls":["http://39.134.134.85/000000001000/6000000006000060630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230101/index.m3u8"]},
{"name":"爱谍战","urls":["http://39.134.134.85/000000001000/6000000006000070630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230092/index.m3u8"]},
{"name":"爱美食","urls":["http://39.134.134.85/000000001000/6000000006000120630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230115/index.m3u8"]},
{"name":"爱娱乐","urls":["http://39.134.134.85/000000001000/6000000006000130630/1.m3u8"]},
{"name":"爱时尚","urls":["http://39.134.134.85/000000001000/6000000006000140630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230109/index.m3u8"]},
{"name":"爱历史","urls":["http://39.134.134.85/000000001000/6000000006000150630/1.m3u8","http://117.148.179.50/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221230100/index.m3u8"]},
{"name":"爱科学","urls":["http://39.134.134.85/000000001000/6000000006000160630/1.m3u8"]},
{"name":"爱军武","urls":["http://39.134.134.85/000000001000/6000000006000170630/1.m3u8"]},
{"name":"爱幼教","urls":["http://39.134.134.85/000000001000/6000000006000180630/1.m3u8"]},
{"name":"爱猎奇","urls":["http://39.134.134.85/000000001000/6000000006000190630/1.m3u8"]},
{"name":"爱解密","urls":["http://39.134.134.85/000000001000/6000000006000200630/1.m3u8"]},
{"name":"爱世界","urls":["http://39.134.134.85/000000001000/6000000006000210630/1.m3u8"]}]
}, {
"group": "CIBN",
"channels": [{"name":"综合CIBN","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226420/index.m3u8"]},
{"name":"经典剧场","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226402/index.m3u8","http://117.148.179.176/PLTV/88888888/224/3221231595/index.m3u8"]},
{"name":"古装剧场","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226400/index.m3u8","http://117.148.179.160/PLTV/88888888/224/3221231625/index.m3u8"]},
{"name":"骄阳剧场","urls":["http://117.148.179.165/PLTV/88888888/224/3221231745/index.m3u8","http://211.94.219.178:18080/PLTV/68/224/3221226423/index.m3u8"]},
{"name":"微电影","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226441/index.m3u8","http://117.148.179.157/PLTV/88888888/224/3221231586/index.m3u8"]},
{"name":"纪录片","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226437/index.m3u8","http://117.148.179.154/PLTV/88888888/224/3221231594/index.m3u8"]},
{"name":"流金岁月","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226425/index.m3u8","http://117.148.179.158/PLTV/88888888/224/3221231664/index.m3u8"]},
{"name":"时尚生活","urls":["http://117.148.179.183/PLTV/88888888/224/3221231489/index.m3u8"]},
{"name":"风尚运动","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226429/index.m3u8"]},
{"name":"真人秀","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226416/index.m3u8"]},
{"name":"动画乐园","urls":["http://211.94.219.178:18080/PLTV/68/224/3221226406/index.m3u8"]},
{"name":"SiTV全纪实","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226580/index.m3u8"]},
{"name":"SiTV极速汽车","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226574/index.m3u8","http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226583/index.m3u8"]},
{"name":"SiTV游戏风云","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226579/index.m3u8"]},
{"name":"SiTV都市剧场","urls":["http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226581/index.m3u8"]}]
}, {
"group": "风景区",
"channels": [{"name":"全国风景总览","urls":["https://gcalic.v.myalicdn.com/gc/wgw05_1/index.m3u8?contentid=2820180516001"]},
{"name":"北京-南宫温泉休闲度假区","urls":["http://gcalic.v.myalicdn.com/gc/tyhjntyz_1/index.m3u8?contentid=2820180516001"]},
{"name":"北京-水立方","urls":["http://gcalic.v.myalicdn.com/gc/gccntv241-slf01_1/index.m3u8?contentid=2820180516001"]},
{"name":"北京-黄花城水长城01","urls":["https://gcalic.v.myalicdn.com/gc/wgw01_1/index.m3u8?contentid=2820180516001","https://gcalic.v.myalicdn.com/gc/wgw02_1/index.m3u8?contentid=2820180516001","https://gcalic.v.myalicdn.com/gc/wgw03_1/index.m3u8?contentid=2820180516001","https://gcalic.v.myalicdn.com/gc/wgw04_1/index.m3u8?contentid=2820180516001"]},
{"name":"北京-八达岭长城南七楼","urls":["http://gcalic.v.myalicdn.com/gc/bgws7_1/index.m3u8?contentid=2820180516001"]},
{"name":"北京-中央电视塔东","urls":["http://gcalic.v.myalicdn.com/gc/ztd_1/index.m3u8?contentid=2820180516001"]},
{"name":"天津-天津之眼","urls":["https://gcalic.v.myalicdn.com/gc/tjhh01_1/index.m3u8?contentid=2820180516001"]},
{"name":"天津-天津海河","urls":["https://gcalic.v.myalicdn.com/gc/tjhh02_1/index.m3u8?contentid=2820180516001"]},
{"name":"山西-悬空寺全景","urls":["https://gcalic.v.myalicdn.com/gc/hsxksqj_1/index.m3u8?contentid=2820180516001"]},
{"name":"辽宁-沈阳金廊","urls":["https://gcalic.v.myalicdn.com/gc/zsslsjjfsd_1/index.m3u8?contentid=2820180516001"]},
{"name":"黑龙江-雪乡梦幻家园","urls":["https://gcalic.v.myalicdn.com/gc/mdjxxmhjyxj_1/index.m3u8?contentid=2820180516001"]},
{"name":"江苏-无锡鼋头渚长春桥","urls":["https://gcksc.v.kcdnvip.com/gc/dlst02_1/index.m3u8?BR=md®ion=beijing"]},
{"name":"江苏-无锡鼋头渚赏樱阁","urls":["https://gcalic.v.myalicdn.com/gc/pshdxg01_1/index.m3u8?contentid=2820180516001"]},
{"name":"江苏-南京牛首山","urls":["https://gcalic.v.myalicdn.com/gc/nss01_1/index.m3u8?contentid=2820180516001"]},
{"name":"江苏-南京玄武湖公园","urls":["https://gcalic.v.myalicdn.com/gc/xwh01_1/index.m3u8?contentid=2820180516001"]},
{"name":"江苏-徐州云龙湖观景台西","urls":["https://gcalic.v.myalicdn.com/gc/ylh04_1/index.m3u8?contentid=2820180516001"]},
{"name":"江苏-徐州云龙湖观景台南","urls":["https://gcalic.v.myalicdn.com/gc/ylh03_1/index.m3u8?contentid=2820180516001"]},
{"name":"江苏-兴化千垛景区","urls":["https://mlivecncc.v.wscdns.com/mlive/mlive_djy02_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-云栖小镇","urls":["https://gcalic.v.myalicdn.com/gc/hnttpgsz_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-千岛湖","urls":["https://gcalic.v.myalicdn.com/gc/caqdh_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-普陀山","urls":["https://gcalic.v.myalicdn.com/gc/pts01_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-舟山东极岛","urls":["https://gcalic.v.myalicdn.com/gc/djd01_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-丽水仙都风景区","urls":["https://gcalic.v.myalicdn.com/gc/xdfjq01_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-乌镇蓝印花布","urls":["https://gcalic.v.myalicdn.com/gc/zjwzlyhb_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-乌镇全景","urls":["https://gcalic.v.myalicdn.com/gc/zjwzblt_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-乌镇西市河","urls":["https://gcalic.v.myalicdn.com/gc/zjwzbblh_1/index.m3u8?contentid=2820180516001"]},
{"name":"浙江-乌镇龙形田","urls":["https://gcalic.v.myalicdn.com/gc/zjwzlxt_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-西递牌坊","urls":["https://gcalic.v.myalicdn.com/gc/yxxdpf_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-宏村月沼","urls":["https://gcalic.v.myalicdn.com/gc/yxhcyz_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-西递半山亭","urls":["https://gcalic.v.myalicdn.com/gc/yxxdbst_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黟县芦村远眺","urls":["https://gcalic.v.myalicdn.com/gc/yxlcyt_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-宏村南湖","urls":["https://gcalic.v.myalicdn.com/gc/yxhcnh_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山","urls":["https://gcalic.v.myalicdn.com/gc/ahhs01_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山始信新道","urls":["https://gcalic.v.myalicdn.com/gc/hsyg_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山卧云峰","urls":["https://gcalic.v.myalicdn.com/gc/hswlf_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山梦笔生花","urls":["https://gcalic.v.myalicdn.com/gc/hsmbsh_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山光明顶","urls":["https://gcalic.v.myalicdn.com/gc/hsgmd_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山飞来石","urls":["https://gcalic.v.myalicdn.com/gc/hsptgy_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山平天矼","urls":["https://gcalic.v.myalicdn.com/gc/hsptgz_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-黄山排云亭","urls":["https://gcalic.v.myalicdn.com/gc/hspyt_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-九华山拜经台","urls":["https://gcalic.v.myalicdn.com/gc/jhs02_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-九华山","urls":["https://gcalic.v.myalicdn.com/gc/jhs05_1/index.m3u8?contentid=2820180516001"]},
{"name":"安徽-九华山花台","urls":["https://gcalic.v.myalicdn.com/gc/jhs01_1/index.m3u8?contentid=2820180516001"]},
{"name":"福建-厦门鼓浪屿","urls":["https://gcalic.v.myalicdn.com/gc/gly01_1/index.m3u8?contentid=2820180516001"]},
{"name":"福建-武夷山玉女峰","urls":["https://gcalic.v.myalicdn.com/gc/wysynf_1/index.m3u8?contentid=2820180516001"]},
{"name":"福建-宁德太姥山景区","urls":["https://gcalic.v.myalicdn.com/gc/tms01_1/index.m3u8?contentid=2820180516001"]},
{"name":"福建-漳州六鳌翡翠湾","urls":["https://gcalic.v.myalicdn.com/gc/fcw01_1/index.m3u8?contentid=2820180516001"]},
{"name":"福建-醉美沙滩翡翠湾","urls":["https://gcalic.v.myalicdn.com/gc/fcw03_1/index.m3u8?contentid=2820180516001"]},
{"name":"江西-婺源江岭2号观景台","urls":["https://gcalic.v.myalicdn.com/gc/wygjt2_1/index.m3u8?contentid=2820180516001"]},
{"name":"江西-婺源江岭1号观景台","urls":["https://gcalic.v.myalicdn.com/gc/wygjt1_1/index.m3u8?contentid=2820180516001"]},
{"name":"江西-龙虎山-中间水泡","urls":["https://gcalic.v.myalicdn.com/gc/lhszjsp_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-泰山","urls":["https://gcalic.v.myalicdn.com/gc/taishan04_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-泰山主峰","urls":["https://gcalic.v.myalicdn.com/gc/taishan01_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-瞻鲁台","urls":["https://gcalic.v.myalicdn.com/gc/hkts06_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-泰山十八盘","urls":["https://gcalic.v.myalicdn.com/gc/taishan05_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-玉皇顶西","urls":["https://gcalic.v.myalicdn.com/gc/hkts11_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-玉皇顶东","urls":["https://gcalic.v.myalicdn.com/gc/hkts10_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-太平岭","urls":["https://gcalic.v.myalicdn.com/gc/hkts09_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-扇子崖","urls":["https://gcalic.v.myalicdn.com/gc/hkts08_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-南天门","urls":["https://gcalic.v.myalicdn.com/gc/hkts07_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-开山","urls":["https://gcalic.v.myalicdn.com/gc/hkts05_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-经石峪","urls":["https://gcalic.v.myalicdn.com/gc/hkts04_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-碧霞祠","urls":["https://gcalic.v.myalicdn.com/gc/hkts03_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-白云亭悬崖","urls":["https://gcalic.v.myalicdn.com/gc/hkts02_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-拱北日出","urls":["https://gcalic.v.myalicdn.com/gc/hkts01_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-泰山天街","urls":["https://gcalic.v.myalicdn.com/gc/taishan07_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-泰山玉皇顶","urls":["https://gcalic.v.myalicdn.com/gc/taishan06_1/index.m3u8?contentid=2820180516001"]},
{"name":"山东-泰山大观峰","urls":["https://gcalic.v.myalicdn.com/gc/taishan03_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-郑东新区千玺广场","urls":["https://gcalic.v.myalicdn.com/gc/zdxq01_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-少林寺广场","urls":["https://gcalic.v.myalicdn.com/gc/zsslsgc_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-云台山小寨沟","urls":["https://gcalic.v.myalicdn.com/gc/ytsxzg_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-云台山百家岩","urls":["https://gcalic.v.myalicdn.com/gc/ytsbjy_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-云台山红石峡","urls":["https://gcalic.v.myalicdn.com/gc/ytshsx_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-云台山茱萸峰","urls":["https://gcalic.v.myalicdn.com/gc/ytszyf_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-八里沟桃花湾瀑布","urls":["https://gcalic.v.myalicdn.com/gc/blg05_1/index.m3u8?contentid=2820180516001"]},
{"name":"河南-八里沟天界山玻璃栈道","urls":["https://gcalic.v.myalicdn.com/gc/blg03_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖北-武汉黄鹤楼","urls":["https://gcalic.v.myalicdn.com/gc/qdls02_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖北-龙王庙","urls":["https://gcalic.v.myalicdn.com/gc/hnttbdjd_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖北-武汉长江大桥","urls":["https://gcalic.v.myalicdn.com/gc/qdls04_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖北-金丝猴01","urls":["https://gcalic.v.myalicdn.com/gc/jshhd01_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-天门山天门洞","urls":["https://gcalic.v.myalicdn.com/gc/tmstmd01_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-天门山天空步道","urls":["https://gcalic.v.myalicdn.com/gc/tms02_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-天门山西线玻璃栈道","urls":["https://gcalic.v.myalicdn.com/gc/tms05_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-天门山云梦仙顶","urls":["https://gcalic.v.myalicdn.com/gc/tms04_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-十八洞村","urls":["https://gcalic.v.myalicdn.com/gc/sbd01_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-凤凰古城南华山","urls":["https://gcalic.v.myalicdn.com/gc/fhgcdnhs_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-凤凰古城东关门","urls":["https://gcalic.v.myalicdn.com/gc/fhgcdgm_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-张家界水绕四门","urls":["https://gcalic.v.myalicdn.com/gc/zjjsrsm_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-张家界将军列队","urls":["https://gcalic.v.myalicdn.com/gc/zjjjjdl_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-阿凡达悬浮山","urls":["https://gcalic.v.myalicdn.com/gc/zjjafdxfs_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-张家界迷魂台","urls":["https://gcalic.v.myalicdn.com/gc/zjjmht_1/index.m3u8?contentid=2820180516001"]},
{"name":"湖南-宝峰湖","urls":["https://gcalic.v.myalicdn.com/gc/zjjbfh_1/index.m3u8?contentid=2820180516001"]},
{"name":"广东-东莞中心广场","urls":["https://gcalic.v.myalicdn.com/gc/zsslstpt_1/index.m3u8?contentid=2820180516001"]},
{"name":"广东-深圳世界之窗","urls":["https://gcalic.v.myalicdn.com/gc/sjzc01_1/index.m3u8?contentid=2820180516001"]},
{"name":"广东-丹霞山丹梯铁锁","urls":["https://gcalic.v.myalicdn.com/gc/dxsdtts_1/index.m3u8?contentid=2820180516001"]},
{"name":"都江堰青青","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao20_1/index.m3u8"]},
{"name":"都江堰妃妃","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao13_1/index.m3u8"]},
{"name":"都江堰娅祥","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao15_1/index.m3u8"]},
{"name":"都江堰瑞瑞","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao11_1/index.m3u8"]},
{"name":"都江堰英英","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao16_1/index.m3u8"]},
{"name":"都江堰壹壹玖玖","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao14_1/index.m3u8"]},
{"name":"都江堰水秀","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao12_1/index.m3u8"]},
{"name":"都江堰神树萍①","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao25_1/index.m3u8","http://gcalic.v.myalicdn.com/gc/xiongmao26_1/index.m3u8","http://gcalic.v.myalicdn.com/gc/xiongmao22_1/index.m3u8"]},
{"name":"怡然②","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao18_1/index.m3u8"]},
{"name":"基地幼年园①","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao03_1/index.m3u8","http://gcalic.v.myalicdn.com/gc/xiongmao04_1/index.m3u8"]},
{"name":"基地母子园①","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao07_1/index.m3u8","http://gcalic.v.myalicdn.com/gc/xiongmao08_1/index.m3u8"]},
{"name":"基地幼儿园①","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao05_1/index.m3u8","http://gcalic.v.myalicdn.com/gc/xiongmao06_1/index.m3u8"]},
{"name":"基地成年园①","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao01_1/index.m3u8","http://gcalic.v.myalicdn.com/gc/xiongmao02_1/index.m3u8"]},
{"name":"基地别墅","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao09_1/index.m3u8","http://gccnchwc.v.cdn20.com/gc/xiongmao09_1.flv","http://gcalic.v.myalicdn.com/gc/xiongmao10_1/index.m3u8"]},
{"name":"核桃坪","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao19_1/index.m3u8"]},
{"name":"卧龙臭水","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao17_1/index.m3u8"]},
{"name":"大丰麋鹿","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao23_1/index.m3u8"]},
{"name":"白马雪山","urls":["http://gcalic.v.myalicdn.com/gc/xiongmao24_1/index.m3u8"]},
{"name":"成都高清","urls":["http://gcalic.v.myalicdn.com/gc/ipanda_1td/index.m3u8"]},
{"name":"都江堰高清","urls":["http://gcalic.v.myalicdn.com/gc/ipanda1000_1td/index.m3u8"]}]
},
{"group": "斗鱼","channels": [{"name":"牛叔说电影","urls":["http://epg.112114.xyz/douyu/2758565"]},
{"name":"小片说电影","urls":["http://epg.112114.xyz/douyu/4258555"]},
{"name":"侃片大师兄","urls":["http://epg.112114.xyz/douyu/9338839"]},
{"name":"特辑影院","urls":["http://epg.112114.xyz/douyu/3637778"]},
{"name":"女神金","urls":["http://epg.112114.xyz/douyu/747764"]},
{"name":"周末恐怖","urls":["http://epg.112114.xyz/douyu/3637726"]},
{"name":"周末经典","urls":["http://epg.112114.xyz/douyu/3637765"]},
{"name":"林正英僵尸","urls":["http://epg.112114.xyz/douyu/218859"]},
{"name":"小鸽陪看","urls":["http://epg.112114.xyz/douyu/3928"]},
{"name":"欧美恐怖","urls":["http://epg.112114.xyz/douyu/96577"]},
{"name":"动漫","urls":["http://epg.112114.xyz/douyu/206858"]},
{"name":"恐怖电影","urls":["http://epg.112114.xyz/douyu/310926"]},
{"name":"香港赌片","urls":["http://epg.112114.xyz/douyu/315457"]},
{"name":"米娅陪看","urls":["http://epg.112114.xyz/douyu/6537888"]},
{"name":"黎黎来了","urls":["http://epg.112114.xyz/douyu/7116591"]},
{"name":"漫威科幻","urls":["http://epg.112114.xyz/douyu/6140589"]},
{"name":"欧美科幻","urls":["http://epg.112114.xyz/douyu/9651304"]},
{"name":"经典喜剧","urls":["http://epg.112114.xyz/douyu/9650887"]},
{"name":"国产大片","urls":["http://epg.112114.xyz/douyu/8986148"]},
{"name":"刘德华","urls":["http://epg.112114.xyz/douyu/2516864"]},
{"name":"神乐华语","urls":["http://epg.112114.xyz/douyu/85894"]},
{"name":"神乐经典","urls":["http://epg.112114.xyz/douyu/122402"]},
{"name":"神乐欧美","urls":["http://epg.112114.xyz/douyu/20415"]},
{"name":"神乐粤语","urls":["http://epg.112114.xyz/douyu/6566671"]},
{"name":"贝爷MAX","urls":["http://epg.112114.xyz/douyu/4332"]},
{"name":"贝爷影厅","urls":["http://epg.112114.xyz/douyu/252802","http://epg.112114.xyz/douyu/36337","http://epg.112114.xyz/douyu/925724"]},
{"name":"甜牛奶","urls":["http://epg.112114.xyz/douyu/7494871"]},
{"name":"兔兔陪看","urls":["http://epg.112114.xyz/douyu/1504768"]},
{"name":"贝贝看片","urls":["http://epg.112114.xyz/douyu/431460"]},
{"name":"小栗子","urls":["http://epg.112114.xyz/douyu/7254536"]},
{"name":"斗小饼Q","urls":["http://epg.112114.xyz/douyu/1735337"]},
{"name":"晴宝","urls":["http://epg.112114.xyz/douyu/5870248"]},
{"name":"瑶瑶","urls":["http://epg.112114.xyz/douyu/2935323"]}
]},
{"group": "教育网源","channels": [{"name":"CCTV-1高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv1hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv1.m3u8"]},
{"name":"CCTV-2高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv2hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv2.m3u8"]},
{"name":"CCTV-3高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv3hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv3.m3u8"]},
{"name":"CCTV-4高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv4hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv4.m3u8"]},
{"name":"CCTV-5高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv5hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv5.m3u8"]},
{"name":"CCTV-5+高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv5phd.m3u8"]},
{"name":"CCTV-6高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv6hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv6.m3u8"]},
{"name":"CCTV-7高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv7hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv7.m3u8"]},
{"name":"CCTV-8高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv8hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv8.m3u8"]},
{"name":"CCTV-9高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv9hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv9.m3u8"]},
{"name":"CCTV-10高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv10hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv10.m3u8"]},
{"name":"CCTV-11戏曲","urls":["http://live.scuec.edu.cn:8080/hls/cctv11.m3u8"]},
{"name":"CCTV-12高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv12hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv12.m3u8"]},
{"name":"CCTV-13高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv13hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv13.m3u8"]},
{"name":"CCTV-15音乐","urls":["http://live.scuec.edu.cn:8080/hls/cctv15.m3u8"]},
{"name":"CCTV-14高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv14hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv14.m3u8"]},
{"name":"CCTV-17高清","urls":["http://live.scuec.edu.cn:8080/hls/cctv17hd.m3u8","http://live.scuec.edu.cn:8080/hls/cctv17.m3u8"]},
{"name":"CHC高清电影","urls":["http://live.scuec.edu.cn:8080/hls/chchd.m3u8"]},
{"name":"CHC家庭影院","urls":["http://live.scuec.edu.cn:8080/hls/chctv.m3u8"]},
{"name":"CHC动作电影","urls":["http://live.scuec.edu.cn:8080/hls/chcatv.m3u8"]},
{"name":"凤凰资讯高清","urls":["http://live.scuec.edu.cn:8080/hls/fhzxhd.m3u8"]},
{"name":"凤凰中文高清","urls":["http://live.scuec.edu.cn:8080/hls/fhzwhd.m3u8"]},
{"name":"凤凰中文","urls":["http://live.scuec.edu.cn:8080/hls/fhzw.m3u8"]},
{"name":"凤凰资讯","urls":["http://live.scuec.edu.cn:8080/hls/fhzx.m3u8"]},
{"name":"凤凰电影","urls":["http://live.scuec.edu.cn:8080/hls/fhdy.m3u8"]},
{"name":"Discovery","urls":["http://live.scuec.edu.cn:8080/hls/discovery.m3u8"]},
{"name":"国家地理","urls":["http://live.scuec.edu.cn:8080/hls/natlgeo.m3u8"]},
{"name":"Channel V","urls":["http://live.scuec.edu.cn:8080/hls/channelv.m3u8"]},
{"name":"星空卫视","urls":["http://live.scuec.edu.cn:8080/hls/startv.m3u8"]},
{"name":"Star Sports","urls":["http://live.scuec.edu.cn:8080/hls/starsports.m3u8"]},
{"name":"湖南卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/hunanhd.m3u8","http://live.scuec.edu.cn:8080/hls/hunantv.m3u8"]},
{"name":"浙江卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/zjhd.m3u8","http://live.scuec.edu.cn:8080/hls/zjtv.m3u8"]},
{"name":"江苏卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/jshd.m3u8","http://live.scuec.edu.cn:8080/hls/jstv.m3u8"]},
{"name":"东方卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/dfhd.m3u8","http://live.scuec.edu.cn:8080/hls/dftv.m3u8"]},
{"name":"安徽卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/ahhd.m3u8","http://live.scuec.edu.cn:8080/hls/ahtv.m3u8"]},
{"name":"黑龙江卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/hljhd.m3u8","http://live.scuec.edu.cn:8080/hls/hljtv.m3u8"]},
{"name":"辽宁卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/lnhd.m3u8","http://live.scuec.edu.cn:8080/hls/lntv.m3u8"]},
{"name":"深圳卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/szhd.m3u8","http://live.scuec.edu.cn:8080/hls/sztv.m3u8"]},
{"name":"广东卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/gdhd.m3u8","http://live.scuec.edu.cn:8080/hls/gdtv.m3u8"]},
{"name":"天津卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/tjhd.m3u8","http://live.scuec.edu.cn:8080/hls/tjtv.m3u8"]},
{"name":"湖北卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/hbhd.m3u8","http://live.scuec.edu.cn:8080/hls/hbtv.m3u8"]},
{"name":"山东卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/sdhd.m3u8","http://live.scuec.edu.cn:8080/hls/sdtv.m3u8"]},
{"name":"重庆卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/cqhd.m3u8","http://live.scuec.edu.cn:8080/hls/cqtv.m3u8"]},
{"name":"福建东南卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/dnhd.m3u8","http://live.scuec.edu.cn:8080/hls/dntv.m3u8"]},
{"name":"四川卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/schd.m3u8","http://live.scuec.edu.cn:8080/hls/sctv.m3u8"]},
{"name":"河北卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/hebhd.m3u8","http://live.scuec.edu.cn:8080/hls/hebtv.m3u8"]},
{"name":"江西卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/jxhd.m3u8"]},
{"name":"河南卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/hnhd.m3u8","http://live.scuec.edu.cn:8080/hls/hntv.m3u8"]},
{"name":"广西卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/gxhd.m3u8","http://live.scuec.edu.cn:8080/hls/gxtv.m3u8"]},
{"name":"吉林卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/jlhd.m3u8"]},
{"name":"中国教育电视台1高清","urls":["http://live.scuec.edu.cn:8080/hls/cetv1hd.m3u8"]},
{"name":"海南卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/lyhd.m3u8","http://live.scuec.edu.cn:8080/hls/lytv.m3u8"]},
{"name":"贵州卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/gzhd.m3u8","http://live.scuec.edu.cn:8080/hls/gztv.m3u8"]},
{"name":"陕西卫视","urls":["http://live.scuec.edu.cn:8080/hls/sxtv.m3u8"]},
{"name":"吉林卫视","urls":["http://live.scuec.edu.cn:8080/hls/jltv.m3u8"]},
{"name":"西藏卫视","urls":["http://live.scuec.edu.cn:8080/hls/xztv.m3u8"]},
{"name":"内蒙古卫视","urls":["http://live.scuec.edu.cn:8080/hls/nmtv.m3u8"]},
{"name":"青海卫视","urls":["http://live.scuec.edu.cn:8080/hls/qhtv.m3u8"]},
{"name":"山西卫视","urls":["http://live.scuec.edu.cn:8080/hls/sxrtv.m3u8"]},
{"name":"新疆卫视","urls":["http://live.scuec.edu.cn:8080/hls/xjtv.m3u8"]},
{"name":"云南卫视","urls":["http://live.scuec.edu.cn:8080/hls/yntv.m3u8"]},
{"name":"江西卫视","urls":["http://live.scuec.edu.cn:8080/hls/jxtv.m3u8"]},
{"name":"厦门卫视","urls":["http://live.scuec.edu.cn:8080/hls/xmtv.m3u8"]},
{"name":"宁夏卫视","urls":["http://live.scuec.edu.cn:8080/hls/nxtv.m3u8"]},
{"name":"甘肃卫视","urls":["http://live.scuec.edu.cn:8080/hls/gstv.m3u8"]},
{"name":"兵团卫视","urls":["http://live.scuec.edu.cn:8080/hls/bttv.m3u8"]},
{"name":"延边卫视","urls":["http://live.scuec.edu.cn:8080/hls/ybtv.m3u8"]},
{"name":"三沙卫视","urls":["http://live.scuec.edu.cn:8080/hls/sstv.m3u8"]},
{"name":"金鹰卡通","urls":["http://live.scuec.edu.cn:8080/hls/jykttv.m3u8"]},
{"name":"优漫卡通","urls":["http://live.scuec.edu.cn:8080/hls/ymkttv.m3u8"]},
{"name":"新动漫","urls":["http://live.scuec.edu.cn:8080/hls/xdmtv.m3u8"]},
{"name":"探案剧场","urls":["http://live.scuec.edu.cn:8080/hls/tajctv.m3u8"]},
{"name":"卡通剧场高清","urls":["http://live.scuec.edu.cn:8080/hls/ktjchd.m3u8"]},
{"name":"大众影视高清","urls":["http://live.scuec.edu.cn:8080/hls/dzyshd.m3u8"]},
{"name":"家庭影院高清","urls":["http://live.scuec.edu.cn:8080/hls/jtyyhd.m3u8"]},
{"name":"家庭剧场高清","urls":["http://live.scuec.edu.cn:8080/hls/jtjchd.m3u8"]},
{"name":"CGTN纪实高清","urls":["http://live.scuec.edu.cn:8080/hls/cgtndochd.m3u8"]},
{"name":"足球频道","urls":["http://live.scuec.edu.cn:8080/hls/zqhd.m3u8"]},
{"name":"CGTN","urls":["http://live.scuec.edu.cn:8080/hls/cctv16.m3u8"]},
{"name":"文化精品","urls":["http://live.scuec.edu.cn:8080/hls/whjptv.m3u8"]},
{"name":"老故事","urls":["http://live.scuec.edu.cn:8080/hls/lgstv.m3u8"]},
{"name":"纪实人文高清","urls":["http://live.scuec.edu.cn:8080/hls/docuchina.m3u8"]},
{"name":"金鹰纪实高清","urls":["http://live.scuec.edu.cn:8080/hls/gedocu.m3u8"]},
{"name":"北京卫视","urls":["http://live.scuec.edu.cn:8080/hls/btv1.m3u8"]},
{"name":"北京文艺","urls":["http://live.scuec.edu.cn:8080/hls/btv2.m3u8"]},
{"name":"北京科教","urls":["http://live.scuec.edu.cn:8080/hls/btv3.m3u8"]},
{"name":"北京影视","urls":["http://live.scuec.edu.cn:8080/hls/btv4.m3u8"]},
{"name":"北京财经","urls":["http://live.scuec.edu.cn:8080/hls/btv5.m3u8"]},
{"name":"北京生活","urls":["http://live.scuec.edu.cn:8080/hls/btv7.m3u8"]},
{"name":"北京青年","urls":["http://live.scuec.edu.cn:8080/hls/btv8.m3u8"]},
{"name":"北京新闻","urls":["http://live.scuec.edu.cn:8080/hls/btv9.m3u8"]},
{"name":"北京卡酷少儿","urls":["http://live.scuec.edu.cn:8080/hls/btv10.m3u8"]},
{"name":"北京冬奥纪实","urls":["http://live.scuec.edu.cn:8080/hls/btv11.m3u8"]},
{"name":"北京卫视高清","urls":["http://live.scuec.edu.cn:8080/hls/btv1hd.m3u8"]},
{"name":"北京文艺高清","urls":["http://live.scuec.edu.cn:8080/hls/btv2hd.m3u8"]},
{"name":"Kaku少儿高清","urls":["http://live.scuec.edu.cn:8080/hls/btv10hd.m3u8"]},
{"name":"北京冬奥纪实高清","urls":["http://live.scuec.edu.cn:8080/hls/btv11hd.m3u8"]},
{"name":"北京影视高清","urls":["http://live.scuec.edu.cn:8080/hls/btv4hd.m3u8"]},
{"name":"北京新闻高清","urls":["http://live.scuec.edu.cn:8080/hls/btv9hd.m3u8"]},
{"name":"辽宁影视剧","urls":["http://live.scuec.edu.cn:8080/hls/lnysjtv.m3u8"]},
{"name":"辽宁体育","urls":["http://live.scuec.edu.cn:8080/hls/lntytv.m3u8"]},
{"name":"中国教育电视台1","urls":["http://live.scuec.edu.cn:8080/hls/cetv1.m3u8"]},
{"name":"中国教育电视台3","urls":["http://live.scuec.edu.cn:8080/hls/cetv3.m3u8"]},
{"name":"中国教育电视台4","urls":["http://live.scuec.edu.cn:8080/hls/cetv4.m3u8"]},
{"name":"山东教育电视台","urls":["http://live.scuec.edu.cn:8080/hls/sdetv.m3u8"]}
]}, {"group": "SNH48 女团","channels": [{"name":"女团10月7","urls":["https://ts.48.cn/snh/20211007/gaoqing/bk/648919343238549504.m3u8"]},
{"name":"女团10.6","urls":["https://ts.48.cn/snh/20211006/gaoqing/bk/648919196559544320.m3u8"]},
{"name":"女团10.5","urls":["https://ts.48.cn/snh/20211005/gaoqing/bk/648919043777826816.m3u8"]},
{"name":"女团10.3","urls":["https://ts.48.cn/snh/20211003/gaoqing/bk/648918619037437952.m3u8"]},
{"name":"女团10.2","urls":["https://ts.48.cn/snh/20211002/gaoqing/bk/648918427886227456.m3u8"]},
{"name":"女团10.1","urls":["https://ts.48.cn/snh/20211001/gaoqing/bk/648918146645561344.m3u8"]},
{"name":"女团9.25","urls":["https://ts.48.cn/snh/20210925/gaoqing/bk/646047926713126912.m3u8"]},
{"name":"女团1","urls":["https://ts.48.cn/bej/20210911/gaoqing/bk/639468765148155904.m3u8"]},
{"name":"女团2","urls":["https://ts.48.cn/bej/20210703/gaoqing/bk/614054118253465600.m3u8"]},
{"name":"女团3","urls":["https://ts.48.cn/snh/20210626/gaoqing/bk/614058772907495424.m3u8"]},
{"name":"女团4","urls":["https://ts.48.cn/snh/20210801/gaoqing/bk/627512422128488448.m3u8"]},
{"name":"女团5","urls":["https://ts.48.cn/snh/20210917/gaoqing/bk/642040771316092928.m3u8"]},
{"name":"女团6","urls":["https://ts.48.cn/snh/20210829/gaoqing/bk/636973348787392512.m3u8"]},
{"name":"女团7","urls":["https://ts.48.cn/snh/20210826/gaoqing/bk/635516952057286656.m3u8"]},
{"name":"女团8","urls":["https://ts.48.cn/snh/20210801/gaoqing/bk/627512147128946688.m3u8"]},
{"name":"女团9","urls":["https://ts.48.cn/snh/20210731/gaoqing/bk/625288506467225600.m3u8"]},
{"name":"女团10","urls":["https://ts.48.cn/snh/20210730/gaoqing/bk/625288157920563200.m3u8"]},
{"name":"女团11","urls":["https://ts.48.cn/snh/20210717/gaoqing/bk/621367157252231168.m3u8"]},
{"name":"女团12","urls":["https://ts.48.cn/snh/20210912/gaoqing/bk/642040429866192896.m3u8"]},
{"name":"女团13","urls":["https://ts.48.cn/snh/20210911/gaoqing/bk/640565016715399168.m3u8"]},
{"name":"女团14","urls":["https://ts.48.cn/snh/20210918/gaoqing/bk/644242937241997312.m3u8"]},
{"name":"女团15","urls":["https://ts.48.cn/snh/20210920/gaoqing/bk/644244325208494080.m3u8"]},
{"name":"女团16","urls":["https://ts.48.cn/snh/20210627/gaoqing/bk/614058945683460096.m3u8"]},
{"name":"女团17","urls":["https://ts.48.cn/snh/20210711/gaoqing/bk/618870915301445632.m3u8"]},
{"name":"女团18","urls":["https://ts.48.cn/snh/20201017/gaoqing/bk/522415827029135360.m3u8"]},
{"name":"女团19","urls":["https://ts.48.cn/snh/20210128/gaoqing/bk/559022081658654720.m3u8k/614058772907495424.m3u8"]},
{"name":"女团20","urls":["https://ts.48.cn/snh/20210625/gaoqing/bk/614055955257954304.m3u8"]},
{"name":"女团21","urls":["https://ts.48.cn/snh/20201031/gaoqing/bk/528239425371312128.m3u8"]},
{"name":"女团22","urls":["https://ts.48.cn/gnz/20210903/gaoqing/bk/639134387754831872.m3u8"]},
{"name":"女团23","urls":["https://ts.48.cn/gnz/20210921/gaoqing/bk/644177374499115008.m3u8"]},
{"name":"女团24","urls":["https://ts.48.cn/gnz/20210920/gaoqing/bk/644177146882625536.m3u8"]},
{"name":"女团25","urls":["https://ts.48.cn/gnz/20210920/gaoqing/bk/644176936542474240.m3u8"]},
{"name":"女团26","urls":["https://ts.48.cn/gnz/20210919/gaoqing/bk/644176667830194176.m3u8"]},
{"name":"女团27","urls":["https://ts.48.cn/gnz/20210919/gaoqing/bk/644176449659277312.m3u8"]},
{"name":"女团28","urls":["https://ts.48.cn/gnz/20210912/gaoqing/bk/642335274237235200.m3u8"]},
{"name":"女团29","urls":["https://ts.48.cn/gnz/20210912/gaoqing/bk/642334899207737344.m3u8"]},
{"name":"女团30","urls":["https://ts.48.cn/gnz/20210911/gaoqing/bk/642334603073097728.m3u8"]},
{"name":"女团31","urls":["https://ts.48.cn/gnz/20210905/gaoqing/bk/639135028803866624.m3u8"]},
{"name":"女团32","urls":["https://ts.48.cn/gnz/20210904/gaoqing/bk/639134825052966912.m3u8"]},
{"name":"女团33","urls":["https://ts.48.cn/gnz/20210905/gaoqing/bk/639135248295989248.m3u8"]},
{"name":"女团34","urls":["https://ts.48.cn/gnz/20210904/gaoqing/bk/639134597784604672.m3u8"]},
{"name":"女团35","urls":["https://ts.48.cn/gnz/20210910/gaoqing/bk/642333965165596672.m3u8"]},
{"name":"女团36","urls":["https://ts.48.cn/ckg/20210922/gaoqing/bk/644519674546819072.m3u8"]},
{"name":"女团37","urls":["https://ts.48.cn/ckg/20210921/gaoqing/bk/644518849762103296.m3u8"]},
{"name":"女团37","urls":["https://ts.48.cn/ckg/20210911/gaoqing/bk/642370864060108800.m3u8"]},
{"name":"女团39","urls":["https://ts.48.cn/ckg/20210904/gaoqing/bk/640688874453798912.m3u8"]},
{"name":"女团40","urls":["https://ts.48.cn/ckg/20210828/gaoqing/bk/637656624426455040.m3u8"]},
{"name":"女团41","urls":["https://ts.48.cn/snh/20210130/gaoqing/bk/559023022952747008.m3u8"]},
{"name":"女团42","urls":["https://ts.48.cn/ckg/20210824/gaoqing/bk/635506060125081600.m3u8"]},
{"name":"女团43","urls":["https://ts.48.cn/ckg/20210801/gaoqing/bk/626786032848539648.m3u8"]},
{"name":"女团44","urls":["https://ts.48.cn/ckg/20210801/gaoqing/bk/624626979523334144.m3u8"]},
{"name":"女团45","urls":["https://ts.48.cn/ckg/20210718/gaoqing/bk/621713911814361088.m3u8"]},
{"name":"女团46","urls":["https://ts.48.cn/ckg/20210711/gaoqing/bk/619138512039251968.m3u8"]},
{"name":"女团47","urls":["https://ts.48.cn/ckg/20210710/gaoqing/bk/619134947715518464.m3u8"]},
{"name":"女团48","urls":["https://ts.48.cn/ckg/20210707/gaoqing/bk/616641239585722368.m3u8"]},
{"name":"女团49","urls":["https://ts.48.cn/bej/20210919/gaoqing/bk/641959903159455744.m3u8"]},
{"name":"女团50","urls":["https://ts.48.cn/snh/20210130/gaoqing/bk/559022566704746496.m3u8"]},
{"name":"女团51","urls":["https://ts.48.cn/bej/20210905/gaoqing/bk/639773666550026240.m3u8"]},
{"name":"女团52","urls":["https://ts.48.cn/bej/20210829/gaoqing/bk/635428440679190528.m3u8"]},
{"name":"女团53","urls":["https://ts.48.cn/bej/20210626/gaoqing/bk/611541965655052288.m3u8"]},
{"name":"女团54","urls":["https://ts.48.cn/snh/20201119/gaoqing/bk/535486242349715456.m3u8"]},
{"name":"女团55","urls":["https://ts.48.cn/bej/20210704/gaoqing/bk/614054605656756224.m3u8"]},
{"name":"女团56","urls":["https://ts.48.cn/bej/20210724/gaoqing/bk/621679073258442752.m3u8"]},
{"name":"女团57","urls":["https://ts.48.cn/bej/20210820/gaoqing/bk/635421508828467200.m3u8"]},
{"name":"女团58","urls":["https://ts.48.cn/bej/20210619/gaoqing/bk/608978360766107648.m3u8"]},
{"name":"女团59","urls":["https://ts.48.cn/bej/20210530/gaoqing/bk/601373924531179520.m3u8"]},
{"name":"女团60","urls":["https://ts.48.cn/bej/20210503/gaoqing/bk/591239820691181568.m3u8"]},
{"name":"女团61","urls":["https://ts.48.cn/bej/20210101/gaoqing/bk/550636543025156096.m3u8"]},
{"name":"女团62","urls":["https://ts.48.cn/bej/20191228/gaoqing/bk/413722644909461504.m3u8"]},
{"name":"女团63","urls":["https://ts.48.cn/snh/20210912/gaoqing/bk/642040604869332992.m3u8"]},
{"name":"女团64","urls":["https://ts.48.cn/snh/20210911/gaoqing/bk/640564831746592768.m3u8"]},
{"name":"女团65","urls":["https://ts.48.cn/snh/20210905/gaoqing/bk/638039046204755968.m3u8"]},
{"name":"女团66","urls":["https://ts.48.cn/snh/20210109/gaoqing/bk/553268891591970816.m3u8"]},
{"name":"女团67","urls":["https://ts.48.cn/snh/20201122/gaoqing/bk/535487065725145088.m3u86/gaoqing/bk/635516952057286656.m3u8"]},
{"name":"女团68","urls":["https://ts.48.cn/snh/20210124/gaoqing/bk/556502795148922880.m3u8"]},
{"name":"女团69","urls":["https://ts.48.cn/snh/20201121/gaoqing/bk/535486703257587712.m3u8"]},
{"name":"女团70","urls":["https://ts.48.cn/snh/20210129/gaoqing/bk/559022255617413120.m3u8"]},
{"name":"女团71","urls":["https://ts.48.cn/snh/20201114/gaoqing/bk/533242859170369536.m3u8"]},
{"name":"女团72","urls":["https://ts.48.cn/snh/20201108/gaoqing/bk/530825960113377280.m3u8"]},
{"name":"女团73","urls":["https://ts.48.cn/snh/20201107/gaoqing/bk/530825657611784192.m3u8"]},
{"name":"女团74","urls":["https://ts.48.cn/snh/20210920/gaoqing/bk/644245227604611072.m3u8"]},
{"name":"女团75","urls":["https://ts.48.cn/snh/20201030/gaoqing/bk/526031506798088192.m3u8"]},
{"name":"女团76","urls":["https://ts.48.cn/snh/20210124/gaoqing/bk/556502626676314112.m3u8"]},
{"name":"女团77","urls":["https://ts.48.cn/snh/20201105/gaoqing/bk/528586047649288192.m3u8"]},
{"name":"女团78","urls":["https://ts.48.cn/snh/20210719/gaoqing/bk/621367896120823808.m3u8"]},
{"name":"女团79","urls":["https://ts.48.cn/snh/20210704/gaoqing/bk/616348363177922560.m3u8"]},
{"name":"女团80","urls":["https://ts.48.cn/snh/20200829/gaoqing/bk/502539268021620736.m3u8"]},
{"name":"韩国AOA★","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240403907854.mp4"]},
{"name":"韩国歌团★001","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240095359203.mp4"]},
{"name":"韩国歌团★002","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239978750464.mp4"]},
{"name":"韩国歌团★003","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239858729476.mp4"]},
{"name":"韩国歌团★004","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239755956819.mp4"]},
{"name":"韩国歌团★005","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239987758613.mp4"]},
{"name":"韩国歌团★006","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239880949246.mp4"]},
{"name":"韩国歌团★007","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239903717006.mp4"]},
{"name":"韩国歌团★008","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239903321355.mp4"]},
{"name":"韩国歌团★009","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239799872402.mp4"]},
{"name":"韩国歌团★010","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239799088974.mp4"]},
{"name":"韩国歌团★011","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240024786285.mp4"]},
{"name":"韩国歌团★012","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240142715042.mp4"]},
{"name":"韩国歌团★013","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240025046562.mp4"]},
{"name":"韩国歌团★014","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240145171654.mp4"]},
{"name":"韩国歌团★015","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240147051191.mp4"]},
{"name":"韩国歌团★016","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239805200933.mp4"]},
{"name":"韩国歌团★017","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239910253332.mp4"]},
{"name":"韩国歌团★018","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239806164759.mp4"]},
{"name":"韩国歌团★019","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239807872136.mp4"]},
{"name":"韩国歌团★020","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240032526123.mp4"]},
{"name":"韩国歌团★021","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239808028600.mp4"]},
{"name":"韩国歌团★022","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240031614983.mp4"]},
{"name":"韩国歌团★023","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240150331617.mp4"]},
{"name":"韩国歌团★024","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239809100782.mp4"]},
{"name":"韩国歌团★025","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240151167718.mp4"]},
{"name":"韩国歌团★026","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240033362815.mp4"]},
{"name":"韩国歌团★027","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240151167938.mp4"]},
{"name":"韩国歌团★028","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240035466345.mp4"]},
{"name":"韩国歌团★029","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239811800375.mp4"]},
{"name":"韩国歌团★030","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239916285148.mp4"]},
{"name":"韩国歌团★031","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239927589941.mp4"]},
{"name":"韩国歌团★032","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239931661209.mp4"]},
{"name":"韩国歌团★033","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240171579858.mp4"]},
{"name":"韩国歌团★034","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239831144046.mp4"]},
{"name":"韩国歌团★035","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240056530470.mp4"]},
{"name":"韩国歌团★036","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239832040344.mp4"]},
{"name":"韩国歌团★037","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240173879894.mp4"]},
{"name":"韩国歌团★038","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240057078179.mp4"]},
{"name":"韩国歌团★039","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239936685999.mp4"]},
{"name":"韩国歌团★040","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240059018784.mp4"]},
{"name":"韩国歌团★041","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239834324813.mp4"]},
{"name":"韩国歌团★042","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239834716201.mp4"]},
{"name":"韩国歌团★043","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239837532125.mp4"]},
{"name":"韩国歌团★044","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240179867562.mp4"]},
{"name":"韩国歌团★045","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240063650207.mp4"]},
{"name":"韩国歌团★046","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240181243061.mp4"]},
{"name":"韩国歌团★047","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240181363115.mp4"]},
{"name":"韩国歌团★048","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239944465251.mp4"]},
{"name":"韩国歌团★049","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240065122134.mp4"]},
{"name":"韩国歌团★050","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239840536452.mp4"]},
{"name":"韩国歌团★051","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240065838644.mp4"]},
{"name":"韩国歌团★052","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239945877111.mp4"]},
{"name":"韩国歌团★053","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240184339138.mp4"]},
{"name":"韩国歌团★054","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239842640589.mp4"]},
{"name":"韩国歌团★055","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240186067562.mp4"]},
{"name":"韩国歌团★056","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240187071401.mp4"]},
{"name":"韩国歌团★057","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240069974546.mp4"]},
{"name":"韩国歌团★058","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070346911.mp4"]},
{"name":"韩国歌团★059","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070818783.mp4"]},
{"name":"韩国歌团★060","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239846692034.mp4"]},
{"name":"韩国歌团★061","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239951329234.mp4"]},
{"name":"韩国歌团★062","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240191295627.mp4"]},
{"name":"韩国歌团★063","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240026585459.mp4"]},
{"name":"韩国歌团★064","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240192067467.mp4"]},
{"name":"韩国歌团★065","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239911732892.mp4"]},
{"name":"韩国歌团★066","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240196491782.mp4"]},
{"name":"韩国歌团★067","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239960909980.mp4"]},
{"name":"韩国歌团★068","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240017737344.mp4"]},
{"name":"韩国歌团★069","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240202339353.mp4"]},
{"name":"韩国歌团★070","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240203243765.mp4"]},
{"name":"韩国歌团★071","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240205555546.mp4"]},
{"name":"韩国歌团★072","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239983417489.mp4"]},
{"name":"韩国歌团★073","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239924412457.mp4"]},
{"name":"韩国歌团★074","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240221687198.mp4"]},
{"name":"韩国歌团★075","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240222023079.mp4"]},
{"name":"韩国歌团★076","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240107150280.mp4"]},
{"name":"韩国歌团★077","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240224523227.mp4"]},
{"name":"韩国歌团★078","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239987569147.mp4"]},
{"name":"韩国歌团★079","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240225803033.mp4"]},
{"name":"韩国歌团★080","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239989445779.mp4"]},
{"name":"韩国歌团★081","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240229579224.mp4"]},
{"name":"韩国歌团★082","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239993533054.mp4"]},
{"name":"韩国歌团★083","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239994225085.mp4"]},
{"name":"韩国歌团★084","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239994741288.mp4"]},
{"name":"韩国歌团★085","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239995197198.mp4"]},
{"name":"韩国歌团★086","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240232939168.mp4"]},
{"name":"韩国歌团★087","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239890536417.mp4"]},
{"name":"韩国歌团★088","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239890568711.mp4"]},
{"name":"韩国歌团★089","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240233783820.mp4"]},
{"name":"韩国歌团★090","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239894180409.mp4"]},
{"name":"韩国歌团★091","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239999177791.mp4"]},
{"name":"韩国歌团★092","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239895496483.mp4"]},
{"name":"韩国歌团★093","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240119938989.mp4"]},
{"name":"韩国歌团★094","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240002397273.mp4"]},
{"name":"韩国歌团★095","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240241527208.mp4"]},
{"name":"韩国歌团★096","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239899840062.mp4"]},
{"name":"韩国歌团★097","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240243499351.mp4"]},
{"name":"韩国歌团★098","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240127638122.mp4"]},
{"name":"韩国歌团★099","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240030505796.mp4"]},
{"name":"韩国歌团★100","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240245283772.mp4"]},
{"name":"韩国歌团★101","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240247623420.mp4"]},
{"name":"韩国歌团★102","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240043672242.mp4"]},
{"name":"韩国歌团★103","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240339124000.mp4"]},
{"name":"韩国歌团★104","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240221702622.mp4"]},
{"name":"韩国歌团★105","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239993732827.mp4"]},
{"name":"韩国歌团★106","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239994460907.mp4"]},
{"name":"韩国歌团★107","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240340899550.mp4"]},
{"name":"韩国歌团★108","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239995692215.mp4"]},
{"name":"韩国歌团★109","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240341971789.mp4"]},
{"name":"韩国歌团★110","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239996664565.mp4"]},
{"name":"韩国歌团★111","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240342839842.mp4"]},
{"name":"韩国歌团★112","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240225254466.mp4"]},
{"name":"韩国歌团★113","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240225226897.mp4"]},
{"name":"韩国歌团★114","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239998000351.mp4"]},
{"name":"韩国歌团★115","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240105989528.mp4"]},
{"name":"韩国歌团★116","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/239998340711.mp4"]},
{"name":"韩国歌团★117","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240106477140.mp4"]},
{"name":"韩国歌团★118","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240107389699.mp4"]},
{"name":"韩国歌团★119","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240345787129.mp4"]},
{"name":"韩国歌团★120","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240227966801.mp4"]},
{"name":"韩国歌团★121","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240228462625.mp4"]},
{"name":"韩国歌团★122","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240108721427.mp4"]},
{"name":"韩国歌团★123","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240001176191.mp4"]},
{"name":"韩国歌团★125","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240001228776.mp4"]},
{"name":"韩国歌团★126","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240109533631.mp4"]},
{"name":"韩国歌团★127","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240347663598.mp4"]},
{"name":"韩国歌团★128","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240001932458.mp4"]},
{"name":"韩国歌团★129","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240002044738.mp4"]},
{"name":"韩国歌团★130","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240111085001.mp4"]},
{"name":"韩国歌团★131","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240350575186.mp4"]},
{"name":"韩国歌团★132","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240350771160.mp4"]},
{"name":"韩国歌团★133","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240113261859.mp4"]},
{"name":"韩国歌团★134","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240352039996.mp4"]},
{"name":"韩国歌团★135","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240236014123.mp4"]},
{"name":"韩国歌团★136","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240008036293.mp4"]},
{"name":"韩国歌团★137","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240354863286.mp4"]},
{"name":"韩国歌团★138","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240008780109.mp4"]},
{"name":"韩国歌团★139","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240009608741.mp4"]},
{"name":"韩国歌团★140","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240379515679.mp4"]},
{"name":"韩国歌团★141","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240262842385.mp4"]},
{"name":"韩国歌团★142","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240264262344.mp4"]},
{"name":"韩国歌团★143","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240384227055.mp4"]},
{"name":"韩国歌团★144","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240038428237.mp4"]},
{"name":"韩国歌团★145","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240267170778.mp4"]},
{"name":"韩国歌团★146","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240386743317.mp4"]},
{"name":"韩国歌团★147","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240268654616.mp4"]},
{"name":"韩国歌团★148","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240387107547.mp4"]},
{"name":"韩国歌团★149","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240150573492.mp4"]},
{"name":"韩国歌团★150","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240388683474.mp4"]},
{"name":"韩国歌团★151","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240270774376.mp4"]},
{"name":"韩国歌团★152","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240151273206.mp4"]},
{"name":"韩国歌团★153","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240389031565.mp4"]},
{"name":"音乐20TV","urls":["http://m2otv-lh.akamaihd.net/i/m2oTv_1@186074/index_600_av-p.m3u8"]},
{"name":"韩国太妍★01","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240162304531.mp4"]},
{"name":"韩国太妍★02","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240167997205.mp4"]},
{"name":"韩国太妍★03","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240059400880.mp4"]},
{"name":"韩国太妍★04","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240407847242.mp4"]},
{"name":"韩国太妍★05","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240062596020.mp4"]},
{"name":"韩国太妍★06","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240170661907.mp4"]},
{"name":"韩国太妍★07","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240411259014.mp4"]},
{"name":"韩国太妍★08","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240174309994.mp4"]},
{"name":"韩国太妍★09","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240175225325.mp4"]},
{"name":"韩国太妍★10","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240066736888.mp4"]},
{"name":"韩国太妍★11","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240175161903.mp4"]},
{"name":"韩国太妍★12","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240295526170.mp4"]},
{"name":"韩国太妍★13","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240295818399.mp4"]},
{"name":"韩国太妍★14","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240177321736.mp4"]},
{"name":"韩国太妍★15","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240177941288.mp4"]},
{"name":"韩国太妍★16","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070652257.mp4"]},
{"name":"韩国太妍★17","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240298266546.mp4"]},
{"name":"韩国太妍★18","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240070884570.mp4"]},
{"name":"韩国太妍★19","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240298694512.mp4"]},
{"name":"韩国太妍★20","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240418087243.mp4"]},
{"name":"韩国太妍★21","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240299394846.mp4"]},
{"name":"韩国太妍★22","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240181409471.mp4"]},
{"name":"韩国太妍★23","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240182993056.mp4"]},
{"name":"韩国太妍★24","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240301854532.mp4"]},
{"name":"韩国太妍★25","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240075164377.mp4"]},
{"name":"韩国太妍★26","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240349762400.mp4"]},
{"name":"韩国太妍★27","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240121912724.mp4"]},
{"name":"韩国太妍★28","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240126480392.mp4"]},
{"name":"韩国太妍★29","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240355262537.mp4"]},
{"name":"韩国太妍★30","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240355734488.mp4"]},
{"name":"韩国太妍★31","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240237453313.mp4"]},
{"name":"韩国太妍★32","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240130092025.mp4"]},
{"name":"韩国太妍★33","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240478207039.mp4"]},
{"name":"韩国太妍★34","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240361330093.mp4"]},
{"name":"韩国太妍★35","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240139316317.mp4"]},
{"name":"韩国太妍★36","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240248465975.mp4"]},
{"name":"韩国太妍★37","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240139720035.mp4"]},
{"name":"韩国太妍★38","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240368550193.mp4"]},
{"name":"韩国太妍★39","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240250429573.mp4"]},
{"name":"韩国太妍★40","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240370230905.mp4"]},
{"name":"韩国太妍★41","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240160716008.mp4"]},
{"name":"韩国太妍★42","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240161212784.mp4"]},
{"name":"韩国太妍★43","urls":["https://cloud.video.taobao.com//play/u/57349687/p/1/e/6/t/1/240389662042.mp4"]}
]},
{"group": "临时源","channels": [{"name":"中视","urls":["http://211.23.114.106:8502/http/61.221.81.94:8088/hls/72/814/ch47.m3u8"]},
{"name":"华视","urls":["http://211.23.114.106:8503/http/61.221.81.94:8088/hls/72/814/ch48.m3u8"]},
{"name":"民视","urls":["http://211.23.114.106:8504/http/61.221.81.94:8088/hls/73/815/ch49.m3u8"]},
{"name":"公视","urls":["http://211.23.114.106:8505/http/61.221.81.94:8088/hls/73/815/ch50.m3u8"]},
{"name":"卫视电影台","urls":["http://211.23.114.106:8553/http/116.50.42.19:8081/hls/62/804/ch07.m3u8"]},
{"name":"好莱坞电影","urls":["http://211.23.114.106:8554/http/116.50.42.19:8081/hls/74/816/ch55.m3u8"]},
{"name":"纬来电影台","urls":["http://211.23.114.106:8555/http/116.50.42.19:8081/hls/69/811/ch35.m3u8"]},
{"name":"龙华电影台","urls":["http://211.23.114.106:8556/http/116.50.42.19:8066/hls/210/10014/cstv14.m3u8"]},
{"name":"HBO HD","urls":["http://211.23.114.106:8511/http/116.50.42.19:8081/hls/71/813/ch41.m3u8"]},
{"name":"AXN电影","urls":["http://211.23.114.106:8558/http/116.50.42.19:8081/hls/71/813/ch43.m3u8"]},
{"name":"Cinemax","urls":["http://211.23.114.106:8559/http/116.50.42.19:8081/hls/71/813/ch42.m3u8"]},
{"name":"FOXmovies","urls":["http://211.23.114.106:8560/http/116.50.42.19:8081/hls/62/804/ch08.m3u8"]},
{"name":"FOX频道","urls":["http://211.23.114.106:8561/http/116.50.42.19:8081/hls/61/803/ch02.m3u8"]},
{"name":"国家地理","urls":["http://211.23.114.106:8509/http/61.221.81.94:8088/hls/61/803/ch01.m3u8"]},
{"name":"Discovery","urls":["http://211.23.114.106:8510/http/61.221.81.94:8088/hls/71/813/ch44.m3u8"]},
{"name":"旅游生活","urls":["http://211.23.114.106:8570/http/61.221.81.94:8088/hls/70/812/ch38.m3u8"]},
{"name":"动物星球","urls":["http://211.23.114.106:8512/http/61.221.81.94:8088/hls/70/812/ch37.m3u8"]},
{"name":"八大综合","urls":["http://211.23.114.106:8520/http/61.221.81.94:8088/hls/66/808/ch21.m3u8"]},
{"name":"亚洲旅游","urls":["http://211.23.114.106:8513/http/61.221.81.94:8088/hls/76/818/ch61.m3u8"]},
{"name":"迪士尼","urls":["http://211.23.114.106:8581/http/61.221.81.94:8088/hls/70/812/ch40.m3u8"]},
{"name":"东森幼幼","urls":["http://211.23.114.106:8515/http/61.221.81.94:8088/hls/63/805/ch09.m3u8"]},
{"name":"ANIMAX","urls":["http://211.23.114.106:8516/http/61.221.81.94:8088/hls/70/812/ch39.m3u8"]},
{"name":"龙华卡通","urls":["http://211.23.114.106:8528/http/59.120.8.187:8066/hls/210/10013/cstv13.m3u8"]},
{"name":"纬来综合","urls":["http://211.23.114.106:8518/http/61.221.81.94:8088/hls/68/810/ch32.m3u8"]},
{"name":"八大第一","urls":["http://211.23.114.106:8536/http/61.221.81.94:8088/hls/66/808/ch22.m3u8"]},
{"name":"八大综合","urls":["http://211.23.114.106:8520/http/61.221.81.94:8088/hls/66/808/ch21.m3u8"]},
{"name":"三立台湾","urls":["http://211.23.114.106:8521/http/60.251.39.91:8081/hls/65/807/ch20.m3u8"]},
{"name":"三立都会","urls":["http://211.23.114.106:8522/http/60.251.39.91:8081/hls/65/807/ch19.m3u8"]},
{"name":"卫视中文","urls":["http://211.23.114.106:8514/http/60.251.39.91:8081/hls/62/804/ch05.m3u8"]},
{"name":"东森综合","urls":["http://211.23.114.106:8524/http/60.251.39.91:8081/hls/63/805/ch12.m3u8"]},
{"name":"东森超视","urls":["http://211.23.114.106:8525/http/60.251.39.91:8081/hls/64/806/ch14.m3u8"]},
{"name":"中天综合","urls":["http://211.23.114.106:8526/http/60.251.39.91:8081/hls/67/809/ch25.m3u8"]},
{"name":"中天娱乐","urls":["http://211.23.114.106:8527/http/60.251.39.91:8081/hls/67/809/ch26.m3u8"]},
{"name":"东风卫视","urls":["http://211.23.114.106:8578/http/60.251.39.91:8081/hls/68/810/ch31.m3u8"]},
{"name":"MuchTV","urls":["http://211.23.114.106:8529/http/60.251.39.91:8081/hls/72/814/ch45.m3u8"]},
{"name":"东森戏剧","urls":["http://211.23.114.106:8530/http/60.251.39.91:8081/hls/64/806/ch13.m3u8"]},
{"name":"八大戏剧","urls":["http://211.23.114.106:8531/http/60.251.39.91:8081/hls/66/808/ch23.m3u8"]},
{"name":"TVBS欢乐","urls":["http://211.23.114.106:8532/http/60.251.39.91:8081/hls/65/807/ch17.m3u8"]},
{"name":"纬来戏剧","urls":["http://211.23.114.106:8533/http/60.251.39.91:8081/hls/69/811/ch33.m3u8"]},
{"name":"龙华戏剧","urls":["http://211.23.114.106:8534/http/59.120.8.187:8066/hls/210/10010/cstv10.m3u8"]},
{"name":"龙华日韩","urls":["http://211.23.114.106:8535/http/59.120.8.187:8066/hls/210/10011/cstv11.m3u8"]},
{"name":"龙华偶像","urls":["http://211.23.114.106:8579/http/59.120.8.187:8066/hls/210/10012/cstv12.m3u8"]},
{"name":"纬来日本","urls":["http://211.23.114.106:8537/http/60.251.39.91:8081/hls/69/811/ch34.m3u8"]},
{"name":"WAKUWAKU JAPAN","urls":["http://211.23.114.106:8538/http/60.251.39.91:8081/hls/61/803/ch03.m3u8"]},
{"name":"年代新闻","urls":["http://211.23.114.106:8517/http/60.251.39.91:8081/hls/67/809/ch27.m3u8"]},
{"name":"东森新闻","urls":["http://211.23.114.106:8540/http/60.251.39.91:8081/hls/63/805/ch10.m3u8"]},
{"name":"中天新闻","urls":["http://211.23.114.106:8541/http/60.251.39.91:8081/hls/78/80/ch63max.m3u8"]},
{"name":"民视新闻","urls":["http://211.23.114.106:8542/http/60.251.39.91:8081/hls/73/815/ch51.m3u8"]},
{"name":"三立新闻","urls":["http://211.23.114.106:8543/http/60.251.39.91:8081/hls/65/807/ch18.m3u8"]},
{"name":"TVBS新闻","urls":["http://211.23.114.106:8546/http/116.50.42.19:8081/hls/64/806/ch16.m3u8"]},
{"name":"TVBS HD","urls":["http://211.23.114.106:8545/http/116.50.42.19:8081/hls/64/806/ch15.m3u8"]},
{"name":"东森财经","urls":["http://211.23.114.106:8546/http/116.50.42.19:8081/hls/63/805/ch11.m3u8"]},
{"name":"寰宇新闻","urls":["http://211.23.114.106:8547/http/116.50.42.19:8081/hls/76/818/ch62.m3u8"]},
{"name":"壹新闻台","urls":["http://211.23.114.106:8548/http/116.50.42.19:8081/hls/66/808/ch24.m3u8"]},
{"name":"CNN新闻","urls":["http://211.23.114.106:8549/http/116.50.42.19:8081/hls/68/810/ch29.m3u8"]},
{"name":"CNBC新闻","urls":["http://211.23.114.106:8550/http/116.50.42.19:8078/hls/24/80/cnbc90.m3u8"]},
{"name":"Bloomberg","urls":["http://211.23.114.106:8551/http/116.50.42.19:8078/hls/43/80/bloomber.m3u8"]},
{"name":"NHK新闻","urls":["http://211.23.114.106:8552/http/116.50.42.19:8081/hls/62/804/ch06.m3u8"]},
{"name":"纬来育乐","urls":["http://211.23.114.106:8562/http/116.50.42.19:8081/hls/68/810/ch30.m3u8"]},
{"name":"人间卫视","urls":["http://211.23.114.106:8506/http/61.221.81.94:8088/hls/69/811/ch36.m3u8"]},
{"name":"大爱","urls":["http://211.23.114.106:8507/http/61.221.81.94:8088/hls/73/815/ch52.m3u8"]},
{"name":"好消息","urls":["http://211.23.114.106:8508/http/61.221.81.94:8088/hls/74/816/ch53.m3u8"]},
{"name":"纬来体育","urls":["http://211.23.114.106:8563/http/59.120.8.187:8081/hls/67/809/ch28.m3u8"]},
{"name":"博斯运动1","urls":["http://211.23.114.106:8564/http/59.120.8.187:8066/hls/210/10018/cstv18.m3u8"]},
{"name":"博斯运动2","urls":["http://211.23.114.106:8565/http/59.120.8.187:8081/hls/61/803/ch04.m3u8"]},
{"name":"ELEVEN SPORTS 1","urls":["http://211.23.114.106:8566/http/59.120.8.187:8078/hls/25/80/esport.m3u8"]},
{"name":"ELEVEN SPORTS 2","urls":["http://211.23.114.106:8567/http/59.120.8.187:8078/hls/26/80/esport2.m3u8"]}
]},
{"group": "临时源二","channels": [{"name":"CCTV1综合频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225490/index.m3u8","http://iptv.tvfix.org/hls/cctv1hd.m3u8"]},
{"name":"CCTV2经济频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225612/index.m3u8","http://iptv.tvfix.org/hls/cctv2hd.m3u8"]},
{"name":"CCTV3综艺频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225611/index.m3u8","http://iptv.tvfix.org/hls/cctv3hd.m3u8"]},
{"name":"CCTV4中文国际HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225610/index.m3u8","http://iptv.tvfix.org/hls/cctv4hd.m3u8"]},
{"name":"CCTV5+体育赛事HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225494/index.m3u8","http://iptv.tvfix.org/hls/cctv5phd.m3u8"]},
{"name":"CCTV5体育频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225489/index.m3u8","http://iptv.tvfix.org/hls/cctv5hd.m3u8"]},
{"name":"CCTV6电影频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225609/index.m3u8","http://iptv.tvfix.org/hls/cctv6hd.m3u8"]},
{"name":"CCTV7国防军事HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226002/index.m3u8","http://iptv.tvfix.org/hls/cctv7hd.m3u8"]},
{"name":"CCTV8电视剧频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225492/index.m3u8","http://iptv.tvfix.org/hls/cctv8hd.m3u8"]},
{"name":"CCTV9纪录频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225607/index.m3u8","http://iptv.tvfix.org/hls/cctv9hd.m3u8"]},
{"name":"CCTV10科教频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225606/index.m3u8","http://iptv.tvfix.org/hls/cctv10hd.m3u8"]},
{"name":"CCTV11戏曲频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225853/index.m3u8","http://iptv.tvfix.org/hls/cctv11.m3u8"]},
{"name":"CCTV12社会与法HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225605/index.m3u8","http://iptv.tvfix.org/hls/cctv12hd.m3u8"]},
{"name":"CCTV13新闻频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226062/index.m3u8","http://iptv.tvfix.org/hls/cctv13hd.m3u8"]},
{"name":"CCTV14少儿频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225604/index.m3u8","http://iptv.tvfix.org/hls/cctv14hd.m3u8"]},
{"name":"CCTV15音乐频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225854/index.m3u8","http://iptv.tvfix.org/hls/cctv15.m3u8"]},
{"name":"CCTV-16奥运","urls":["http://iptv.tvfix.org/hls/cctv16hd.m3u8"]},
{"name":"CCTV17农业频道HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225608/index.m3u8","http://iptv.tvfix.org/hls/cctv17hd.m3u8"]},
{"name":"凤凰资讯","urls":["http://iptv.tvfix.org/hls/fhzx.m3u8"]},
{"name":"凤凰中文","urls":["http://iptv.tvfix.org/hls/fhzw.m3u8"]},
{"name":"凤凰电影","urls":["http://iptv.tvfix.org/hls/fhdy.m3u8"]},
{"name":"Discovery","urls":["http://iptv.tvfix.org/hls/discovery.m3u8"]},
{"name":"国家地理","urls":["http://iptv.tvfix.org/hls/natlgeo.m3u8"]},
{"name":"Channel V","urls":["http://iptv.tvfix.org/hls/channelv.m3u8"]},
{"name":"星空卫视","urls":["http://iptv.tvfix.org/hls/startv.m3u8"]},
{"name":"Star Sports","urls":["http://iptv.tvfix.org/hls/starsports.m3u8"]},
{"name":"CHC動作電影","urls":["http://iptv.tvfix.org/hls/chcatv.m3u8"]},
{"name":"CHC家庭電影","urls":["http://iptv.tvfix.org/hls/chctv.m3u8"]},
{"name":"翡翠台(第2声道简体)","urls":["http://iptv.tvfix.org/hls/jade2.m3u8","http://iptv.tvfix.org/hls/jadenhk.m3u8","http://iptv.tvfix.org/hls/jadenhk2.m3u8"]},
{"name":"J2","urls":["http://iptv.tvfix.org/hls/j2.m3u8","http://iptv.tvfix.org/hls/j22.m3u8"]},
{"name":"无线新闻台","urls":["http://iptv.tvfix.org/hls/inews.m3u8"]},
{"name":"明珠台","urls":["http://iptv.tvfix.org/hls/pearl.m3u8","http://iptv.tvfix.org/hls/pearl2.m3u8","http://iptv.tvfix.org/hls/financenhk.m3u8"]},
{"name":"TVBS亚洲台","urls":["http://iptv.tvfix.org/hls/tvbs.m3u8"]},
{"name":"TVBS新闻台","urls":["http://iptv.tvfix.org/hls/tvbsnews.m3u8"]},
{"name":"美亚电影台(粤语)","urls":["http://iptv.tvfix.org/hls/mydy.m3u8","http://iptv.tvfix.org/hls/mydy2.m3u8"]},
{"name":"天映经典(粤语)","urls":["http://iptv.tvfix.org/hls/tyjd.m3u8","http://iptv.tvfix.org/hls/tyjd2.m3u8"]},
{"name":"Animax","urls":["http://iptv.tvfix.org/hls/animax.m3u8","http://iptv.tvfix.org/hls/animax2.m3u8"]},
{"name":"Hands Up Channel","urls":["http://iptv.tvfix.org/hls/kid.m3u8"]},
{"name":"Thrill","urls":["http://iptv.tvfix.org/hls/thrill.m3u8","http://iptv.tvfix.org/hls/thrill2.m3u8"]},
{"name":"tvN","urls":["http://iptv.tvfix.org/hls/tvn.m3u8"]},
{"name":"TVB经典台","urls":["http://iptv.tvfix.org/hls/tvbjd.m3u8"]},
{"name":"TVB为食台","urls":["http://iptv.tvfix.org/hls/tvbws.m3u8"]},
{"name":"TVB星河(粤语)","urls":["http://iptv.tvfix.org/hls/tvbxh.m3u8","http://iptv.tvfix.org/hls/tvbxh2.m3u8"]},
{"name":"TVB功夫台(粤语)","urls":["http://iptv.tvfix.org/hls/tvbkf.m3u8","http://iptv.tvfix.org/hls/tvbkf2.m3u8"]},
{"name":"湖南卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225506/index.m3u8","http://iptv.tvfix.org/hls/hunanhd.m3u8"]},
{"name":"江苏卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225504/index.m3u8","http://iptv.tvfix.org/hls/jshd.m3u8"]},
{"name":"浙江卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225505/index.m3u8","http://iptv.tvfix.org/hls/zjhd.m3u8"]},
{"name":"北京卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225502/index.m3u8","http://iptv.tvfix.org/hls/btv1hd.m3u8"]},
{"name":"东方卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225503/index.m3u8","http://iptv.tvfix.org/hls/dfhd.m3u8"]},
{"name":"深圳卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225592/index.m3u8","http://iptv.tvfix.org/hls/szhd.m3u8"]},
{"name":"安徽卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225590/index.m3u8","http://iptv.tvfix.org/hls/ahhd.m3u8"]},
{"name":"冬奥纪实HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226011/index.m3u8","http://iptv.tvfix.org/hls/btv11hd.m3u8"]},
{"name":"广东卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225589/index.m3u8","http://iptv.tvfix.org/hls/gdhd.m3u8"]},
{"name":"贵州卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225586/index.m3u8","http://iptv.tvfix.org/hls/gzhd.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225796/index.m3u8"]},
{"name":"河南卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226064/index.m3u8","http://iptv.tvfix.org/hls/hnhd.m3u8"]},
{"name":"黑龙江卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225594/index.m3u8","http://iptv.tvfix.org/hls/hljhd.m3u8"]},
{"name":"吉林卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225598/index.m3u8","http://iptv.tvfix.org/hls/jlhd.m3u8"]},
{"name":"江西卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225599/index.m3u8","http://iptv.tvfix.org/hls/jxhd.m3u8"]},
{"name":"辽宁卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225593/index.m3u8","http://iptv.tvfix.org/hls/lnhd.m3u8"]},
{"name":"云南卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226063/index.m3u8","http://iptv.tvfix.org/hls/yntv.m3u8"]},
{"name":"重庆卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225601/index.m3u8","http://iptv.tvfix.org/hls/cqhd.m3u8"]},
{"name":"陕西卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225498/index.m3u8","http://iptv.tvfix.org/hls/sxtv.m3u8"]},
{"name":"四川卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225600/index.m3u8","http://iptv.tvfix.org/hls/schd.m3u8"]},
{"name":"天津卫视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225588/index.m3u8","http://iptv.tvfix.org/hls/tjhd.m3u8"]},
{"name":"海南衛視","urls":["http://iptv.tvfix.org/hls/lyhd.m3u8"]},
{"name":"山東衛視","urls":["http://iptv.tvfix.org/hls/sdhd.m3u8"]},
{"name":"東南衛視","urls":["http://iptv.tvfix.org/hls/dnhd.m3u8"]},
{"name":"甘肅衛視","urls":["http://iptv.tvfix.org/hls/gstv.m3u8"]},
{"name":"廣西衛視","urls":["http://iptv.tvfix.org/hls/gxhd.m3u8"]},
{"name":"河北衛視","urls":["http://iptv.tvfix.org/hls/hebhd.m3u8"]},
{"name":"湖北衛視","urls":["http://iptv.tvfix.org/hls/hbhd.m3u8"]},
{"name":"內蒙古衛視","urls":["http://iptv.tvfix.org/hls/nmtv.m3u8"]},
{"name":"寧夏衛視","urls":["http://iptv.tvfix.org/hls/nxtv.m3u8"]},
{"name":"山西衛視","urls":["http://iptv.tvfix.org/hls/sxrtv.m3u8"]},
{"name":"新疆衛視","urls":["http://iptv.tvfix.org/hls/xjtv.m3u8"]},
{"name":"青海衛視","urls":["http://iptv.tvfix.org/hls/qhtv.m3u8"]},
{"name":"兵團衛視","urls":["http://iptv.tvfix.org/hls/bttv.m3u8"]},
{"name":"廈門衛視","urls":["http://iptv.tvfix.org/hls/xmtv.m3u8"]},
{"name":"未知HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225891/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226010/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225985/index.m3u8"]},
{"name":"渭南新闻综合HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225660/index.m3u8"]},
{"name":"西乡融媒HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225862/index.m3u8"]},
{"name":"旬阳新闻HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225844/index.m3u8"]},
{"name":"延安1套HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225662/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225700/index.m3u8"]},
{"name":"延安2套HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225699/index.m3u8"]},
{"name":"杨凌电视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225900/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225901/index.m3u8"]},
{"name":"岚皋电视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225850/index.m3u8"]},
{"name":"汉中1HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226065/index.m3u8"]},
{"name":"扶风HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225935/index.m3u8"]},
{"name":"神木1HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225893/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225694/index.m3u8"]},
{"name":"神木2HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225991/index.m3u8"]},
{"name":"石泉电视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225879/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226005/index.m3u8"]},
{"name":"陕西新闻资讯HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225500/index.m3u8"]},
{"name":"城固电视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225944/index.m3u8"]},
{"name":"定边融媒HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226013/index.m3u8"]},
{"name":"宝鸡1套HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225658/index.m3u8"]},
{"name":"紫阳综合HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225845/index.m3u8"]},
{"name":"宁陕电视HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225848/index.m3u8"]},
{"name":"陕西都市青春HD","urls":["http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221226060/index.m3u8","http://129.226.106.4/zycfcdn.gdwlcloud.com/PLTV/88888888/224/3221225830/index.m3u8"]},
{"name":"上海紀實人文","urls":["http://iptv.tvfix.org/hls/docuchina.m3u8"]},
{"name":"湖南金鷹紀實","urls":["http://iptv.tvfix.org/hls/gedocu.m3u8"]},
{"name":"湖南金鷹卡通","urls":["http://iptv.tvfix.org/hls/jykttv.m3u8"]},
{"name":"FTV足球頻道","urls":["http://iptv.tvfix.org/hls/zqhd.m3u8"]},
{"name":"北京衛視","urls":["http://iptv.tvfix.org/hls/btv1hd.m3u8"]},
{"name":"北京文藝","urls":["http://iptv.tvfix.org/hls/btv2hd.m3u8"]},
{"name":"北京科教","urls":["http://iptv.tvfix.org/hls/btv3hd.m3u8"]},
{"name":"北京影視","urls":["http://iptv.tvfix.org/hls/btv4hd.m3u8"]},
{"name":"北京財經","urls":["http://iptv.tvfix.org/hls/btv5hd.m3u8"]},
{"name":"北京生活","urls":["http://iptv.tvfix.org/hls/btv7hd.m3u8"]},
{"name":"北京青年","urls":["http://iptv.tvfix.org/hls/btv8hd.m3u8"]},
{"name":"北京新聞","urls":["http://iptv.tvfix.org/hls/btv9hd.m3u8"]},
{"name":"北京卡酷","urls":["http://iptv.tvfix.org/hls/btv10hd.m3u8"]},
{"name":"CGTN","urls":["http://iptv.tvfix.org/hls/cctv16.m3u8"]},
{"name":"CGTN-紀錄","urls":["http://iptv.tvfix.org/hls/cgtnhd.m3u8"]},
{"name":"山東教育","urls":["http://iptv.tvfix.org/hls/sdetv.m3u8"]},
{"name":"CETV-1","urls":["http://iptv.tvfix.org/hls/cetv1hd.m3u8"]},
{"name":"CETV-3","urls":["http://iptv.tvfix.org/hls/cetv3.m3u8"]},
{"name":"CETV-4","urls":["http://iptv.tvfix.org/hls/cetv4.m3u8"]}
]},
{"group": "临时源三","channels": [{"name":"CCTV1","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225618/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225642/index.m3u8","http://223.110.243.159/ott.js.chinamobile.com/PLTV/3/224/3221227725/index.m3u8"]},
{"name":"CCTV2","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225619/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225643/index.m3u8","http://223.110.241.137:6610/gitv/live1/G_CCTV-2-HD/G_CCTV-2-HD/1.m3u8"]},
{"name":"CCTV3","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225647/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225634/index.m3u8","http://223.110.243.154/ott.js.chinamobile.com/PLTV/3/224/3221227650/index.m3u8"]},
{"name":"CCTV4","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225621/index.m3u8","http://39.130.202.115:6610/gitv_live/G_CCTV-4-HD/G_CCTV-4-HD.m3u8","http://223.110.245.142/ott.js.chinamobile.com/PLTV/3/224/3221227658/index.m3u8"]},
{"name":"CCTV5","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225648/index.m3u8","http://39.135.138.58:18890/PLTV/88888888/224/3221225751/index.m3u8","http://223.110.246.70/ott.js.chinamobile.com/PLTV/4/224/3221227686/index.m3u8"]},
{"name":"CCTV5+HD","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225649/index.m3u8","http://39.134.39.39/PLTV/88888888/224/3221226253/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225649/index.m3u8"]},
{"name":"CCTV6","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225650/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225632/index.m3u8","http://223.110.243.147/ott.js.chinamobile.com/PLTV/3/224/3221227664/index.m3u8"]},
{"name":"CCTV7","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225624/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225644/index.m3u8","http://223.110.243.147/ott.js.chinamobile.com/PLTV/3/224/3221227690/index.m3u8"]},
{"name":"CCTV8","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225635/index.m3u8","http://39.135.140.227:6610/PLTV/88888888/224/3221225631/2/index.m3u8?fmt=ts2hls","http://223.110.243.141/ott.js.chinamobile.com/PLTV/3/224/3221227629/index.m3u8"]},
{"name":"CCTV9","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225626/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225646/index.m3u8","http://223.110.243.151/ott.js.chinamobile.com/PLTV/3/224/3221227614/index.m3u8"]},
{"name":"CCTV10","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225627/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225636/index.m3u8","http://223.110.243.148/ott.js.chinamobile.com/PLTV/3/224/3221227717/index.m3u8"]},
{"name":"CCTV11","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225628/index.m3u8","http://223.110.243.157/ott.js.chinamobile.com/PLTV/3/224/3221227524/index.m3u8","http://223.110.243.158/ott.js.chinamobile.com/PLTV/3/224/3221227720/index.m3u8"]},
{"name":"CCTV12","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225637/index.m3u8","http://223.110.243.148/ott.js.chinamobile.com/PLTV/3/224/3221227655/index.m3u8"]},
{"name":"CCTV13","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225638/index.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225638/index.m3u8","http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/cctvxw/1300000/mnf.m3u8"]},
{"name":"CCTV14","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225639/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225640/index.m3u8","http://223.110.243.157/ott.js.chinamobile.com/PLTV/3/224/3221227656/index.m3u8"]},
{"name":"CCTV15","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225641/index.m3u8://39.135.140.227:6610/PLTV/88888888/224/3221225641/2/index.m3u8?fmt=ts2hls","http://223.110.243.154/ott.js.chinamobile.com/PLTV/3/224/3221227723/index.m3u8"]},
{"name":"CCTV17","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225908/index.m3u8","http://39.135.140.227:6610/PLTV/88888888/224/3221225907/2/index.m3u8?fmt=ts2hls","http://223.110.245.142/ott.js.chinamobile.com/PLTV/3/224/3221227726/index.m3u8"]},
{"name":"纯享4K","urls":["http://39.135.138.60:18890/PLTV/88888910/224/3221225786/index.m3u8"]},
{"name":"CNC中文","urls":["http://39.135.138.59:18890/PLTV/88888910/224/3221225694/index.m3u8","http://39.135.138.59:18890/PLTV/88888910/224/3221225693/index.m3u8"]},
{"name":"凤凰资讯","urls":["http://223.110.235.13/ott.js.chinamobile.com/PLTV/3/224/3221228098/index.m3u8","http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226923/index.m3u8","http://117.169.124.43:6610/ysten-businessmobile/live/fhzixun/index.m3u8"]},
{"name":"凤凰香港","urls":["http://223.110.236.2/ott.js.chinamobile.com/PLTV/3/224/3221228060/index.m3u8","http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8?icpid=88888888&from=0&hms_devid=3804"]},
{"name":"凤凰中文","urls":["http://223.110.235.3/ott.js.chinamobile.com/PLTV/3/224/3221228057/index.m3u8","http://117.169.124.43:6610/ysten-businessmobile/live/fhchinese/index.m3u8"]},
{"name":"广东卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/gdwshd/2300000/mnf.m3u8","http://223.110.245.157/ott.js.chinamobile.com/PLTV/3/224/3221227673/index.m3u8"]},
{"name":"深圳卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/szwshd/2300000/mnf.m3u8","http://223.110.245.154/ott.js.chinamobile.com/PLTV/3/224/3221227677/index.m3u8"]},
{"name":"湖南卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/hnwshd/2300000/mnf.m3u8","http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/hnwshd/2300000/mnf.m3u8"]},
{"name":"江苏卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/jswshd/2300000/mnf.m3u8","http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/jswshd/2300000/mnf.m3u8"]},
{"name":"浙江卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/zjwshd/2300000/mnf.m3u8","http://39.135.138.60:18890/PLTV/88888910/224/3221225703/index.m3u8"]},
{"name":"东南卫视","urls":["http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221227670/index.m3u8"]},
{"name":"东方卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/hddfws/2300000/mnf.m3u8"]},
{"name":"北京卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/bjwshd/2300000/mnf.m3u8","https://hsplay-360.v.btime.com/live_btime/btv_sn_20170706_s1/index.m3u8"]},
{"name":"安徽卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/ahwshd/2300000/mnf.m3u8"]},
{"name":"东南卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/dnwshd/2300000/mnf.m3u8"]},
{"name":"黑龙江卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/hljwshd/2300000/mnf.m3u8","http://223.110.243.142/ott.js.chinamobile.com/PLTV/3/224/3221227662/index.m3u8"]},
{"name":"江西卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/jxwshd/2300000/mnf.m3u8","http://39.135.140.227:6610/PLTV/88888888/224/3221225705/2/index.m3u8?fmt=ts2hls"]},
{"name":"辽宁卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/lnwshd/2300000/mnf.m3u8"]},
{"name":"山东卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/sdwshd/2300000/mnf.m3u8"]},
{"name":"天津卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/tjwshd/2300000/mnf.m3u8"]},
{"name":"青海卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/qhws/1300000/mnf.m3u8"]},
{"name":"云南卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/ynws/1300000/mnf.m3u8"]},
{"name":"内蒙古卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/nmgws/1300000/mnf.m3u8"]},
{"name":"山西卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/shanxiws/1300000/mnf.m3u8"]},
{"name":"重庆卫视","urls":["http://223.110.245.154/ott.js.chinamobile.com/PLTV/3/224/3221227729/index.m3u8"]},
{"name":"辽宁卫视","urls":["http://223.110.243.151/ott.js.chinamobile.com/PLTV/3/224/3221227676/index.m3u8"]},
{"name":"湖北卫视","urls":["http://223.110.245.157/ott.js.chinamobile.com/PLTV/3/224/3221227665/index.m3u8"]},
{"name":"山东卫视","urls":["http://223.110.243.157/ott.js.chinamobile.com/PLTV/3/224/3221227671/index.m3u8"]},
{"name":"天津卫视","urls":["http://223.110.243.148/ott.js.chinamobile.com/PLTV/3/224/3221227756/index.m3u8"]},
{"name":"安徽卫视","urls":["http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221227653/index.m3u8"]},
{"name":"兵团卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/btws/1300000/mnf.m3u8"]},
{"name":"新疆卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/xjws/1300000/mnf.m3u8"]},
{"name":"宁夏卫视","urls":["http://219.151.31.43/liveplay-kk.rtxapp.com/live/program/live/nxws/1300000/mnf.m3u8"]}
]},
{"group": "临时源四","channels": [{"name":"民視台灣","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv001"]},
{"name":"民視","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv002"]},
{"name":"民視第一","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv003"]},
{"name":"民視綜藝","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv004"]},
{"name":"豬哥亮歌廳秀","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv006"]},
{"name":"中天新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv009"]},
{"name":"非凡新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv010"]},
{"name":"影迷數位電影","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv011"]},
{"name":"Cnex","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv013"]},
{"name":"時尚運動","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv014"]},
{"name":"韓國娛樂","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv016"]},
{"name":"達文西","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv018"]},
{"name":"八大精彩","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv034"]},
{"name":"八大綜合","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv039"]},
{"name":"中視","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv040"]},
{"name":"華視","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv041"]},
{"name":"公視戲劇","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv042"]},
{"name":"客家電視","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv043"]},
{"name":"靖天卡通","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv044"]},
{"name":"靖洋戲劇","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv045"]},
{"name":"靖天綜合","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv046"]},
{"name":"靖天日本","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv047"]},
{"name":"非凡商業","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv048"]},
{"name":"采昌","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv049"]},
{"name":"台視新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv051"]},
{"name":"華視新聞資訊","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv052"]},
{"name":"Ginx Esports","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv053"]},
{"name":"靖天歡樂","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv054"]},
{"name":"靖天映畫","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv055"]},
{"name":"台視財經","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv056"]},
{"name":"靖洋卡通","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv057"]},
{"name":"靖天戲劇","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv058"]},
{"name":"CLASSICA古典樂","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv059"]},
{"name":"靖天電影","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv061"]},
{"name":"靖天育樂","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv062"]},
{"name":"靖天國際","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv063"]},
{"name":"中視精彩","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv064"]},
{"name":"靖天資訊","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv065"]},
{"name":"台視","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv066"]},
{"name":"TVBS精彩","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv067"]},
{"name":"TVBS歡樂","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv068"]},
{"name":"愛爾達娛樂","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv070"]},
{"name":"TVBS新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv072"]},
{"name":"TVBS直播","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv073"]},
{"name":"中視新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv074"]},
{"name":"Catch Play","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv076"]},
{"name":"Trace Sports","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv077"]},
{"name":"Arirang","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv079"]},
{"name":"中視經典","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv080"]},
{"name":"Trace Urban","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv082"]},
{"name":"Mezzo Live","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv083"]},
{"name":"國會頻道1","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv084"]},
{"name":"國會頻道2","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv085"]},
{"name":"智林體育","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv101"]},
{"name":"東森購物1","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv102"]},
{"name":"東森購物2","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv103"]},
{"name":"財經頻道","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv104"]},
{"name":"中天亞洲","urls":["http://hstv:[email protected]/litv/litvts.php?id=4gtv-4gtv109"]},
{"name":"V0A美國之音","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv03"]},
{"name":"民視旅遊","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv07"]},
{"name":"民視影劇","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv09"]},
{"name":"半島國際新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv10"]},
{"name":"民視新聞台","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv13"]},
{"name":"愛放i-Fun動漫","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv15"]},
{"name":"好訊息","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv16"]},
{"name":"好訊息2","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-ftv17"]},
{"name":"龍華卡通","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn01"]},
{"name":"BabyFirst","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn02"]},
{"name":"龍華電影","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn03"]},
{"name":"博斯魅力","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn04"]},
{"name":"博斯高球1","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn05"]},
{"name":"博斯高球2","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn06"]},
{"name":"博斯運動1","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn07"]},
{"name":"博斯運動2","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn08"]},
{"name":"博斯網球","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn09"]},
{"name":"博斯無限","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn10"]},
{"name":"龍華日韓","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn11"]},
{"name":"龍華偶像","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn12"]},
{"name":"博斯電玩","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn13"]},
{"name":"寰宇新聞","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn14"]},
{"name":"寰宇新聞台灣","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn15"]},
{"name":"梅蒂斯藝術","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn16"]},
{"name":"亞洲旅遊","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn17"]},
{"name":"龍華戲劇","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn18"]},
{"name":"FashionOne","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn19"]},
{"name":"ELTV英語","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn20"]},
{"name":"龍華經典","urls":["http://hstv:[email protected]/litv/litvts.php?id=litv-longturn21"]}
]},
{"group": "临时源五","channels": [{"name":"中視","urls":["http://220.135.55.74:8542/live.m3u8"]},
{"name":"華視","urls":["http://220.135.55.74:8544/live.m3u8"]},
{"name":"民視","urls":["http://220.135.55.74:8545/live.m3u8"]},
{"name":"台視","urls":["http://220.135.55.74:8566/http/59.120.8.187:8078/hls/21/80/phoenixch.m3u8"]},
{"name":"公視","urls":["http://220.135.55.74:8562/live.m3u8"]},
{"name":"衛視中文","urls":["http://220.135.55.74:8522/live.m3u8","http://220.135.55.74:8522/http/123.51.149.60:8081/hls/62/804/ch05.m3u8"]},
{"name":"衛視電影","urls":["http://220.135.55.74:8529/live.m3u8"]},
{"name":"鳯凰衛視資訊","urls":["http://220.135.55.74:8565/http/59.120.8.187:8078/hls/20/80/phoenixif.m3u8"]},
{"name":"緯來綜合","urls":["http://220.135.55.74:8540/live.m3u8"]},
{"name":"緯來日本","urls":["http://220.135.55.74:8524/live.m3u8","http://220.135.55.74:8524/http/123.51.149.60:8081/hls/69/811/ch34.m3u8"]},
{"name":"緯來體育","urls":["http://220.135.55.74:8509/live.m3u8"]},
{"name":"緯來電影","urls":["http://220.135.55.74:8556/live.m3u8"]},
{"name":"緯來戲劇","urls":["http://220.135.55.74:8557/live.m3u8","http://220.135.55.74:8557/http/123.51.149.60:8081/hls/69/811/ch33.m3u8"]},
{"name":"緯來育樂","urls":["http://220.135.55.74:8541/live.m3u8"]},
{"name":"東森綜合","urls":["http://220.135.55.74:8526/live.m3u8","http://220.135.55.74:8526/http/123.51.149.60:8081/hls/63/805/ch12.m3u8"]},
{"name":"東森戲劇","urls":["http://220.135.55.74:8538/live.m3u8","http://220.135.55.74:8538/http/123.51.149.60:8081/hls/64/806/ch13.m3u8"]},
{"name":"東森超視","urls":["http://220.135.55.74:8555/live.m3u8"]},
{"name":"東森財經新聞","urls":["http://220.135.55.74:8515/live.m3u8"]},
{"name":"東森幼幼","urls":["http://220.135.55.74:8506/live.m3u8"]},
{"name":"龍華卡通","urls":["http://220.135.55.74:8508/live.m3u8"]},
{"name":"龍華戲劇","urls":["http://220.135.55.74:8513/live.m3u8"]},
{"name":"龍華日韓","urls":["http://220.135.55.74:8550/live.m3u8"]},
{"name":"龍華偶像","urls":["http://220.135.55.74:8571/live.m3u8"]},
{"name":"龍華電影","urls":["http://220.135.55.74:8575/live.m3u8"]},
{"name":"中天綜合","urls":["http://220.135.55.74:8520/live.m3u8","http://220.135.55.74:8520/http/123.51.149.60:8081/hls/67/809/ch25.m3u8"]},
{"name":"中天娛樂","urls":["http://220.135.55.74:8521/live.m3u8","http://220.135.55.74:8521/http/123.51.149.60:8081/hls/67/809/ch26.m3u8"]},
{"name":"三立台灣HD","urls":["http://220.135.55.74:8519/http/123.51.149.60:8081/hls/65/807/ch20.m3u8"]},
{"name":"三立都會HD","urls":["http://220.135.55.74:8518/http/123.51.149.60:8081/hls/65/807/ch19.m3u8"]},
{"name":"超視HD","urls":["http://220.135.55.74:8555/http/123.51.149.60:8081/hls/64/806/ch14.m3u8"]},
{"name":"東風衛視","urls":["http://220.135.55.74:8560/http/123.51.149.60:8081/hls/68/810/ch31.m3u8"]},
{"name":"MUCHTV","urls":["http://220.135.55.74:8529/http/123.51.149.60:8081/hls/68/810/ch45.m3u8"]},
{"name":"八大戲劇HD","urls":["http://220.135.55.74:8549/http/123.51.149.60:8081/hls/66/808/ch23.m3u8"]},
{"name":"TVBS歡樂HD","urls":["http://220.135.55.74:8516/http/123.51.149.60:8081/hls/65/807/ch17.m3u8"]},
{"name":"龍華戲劇台","urls":["http://220.135.55.74:8513/http/59.120.8.187:8066/hls/210/10010/cstv10.m3u8"]},
{"name":"龍華日韓劇","urls":["http://220.135.55.74:8550/http/59.120.8.187:8066/hls/210/10011/cstv11.m3u8"]},
{"name":"龍華偶像劇","urls":["http://220.135.55.74:8571/http/59.120.8.187:8066/hls/210/10012/cstv12.m3u8"]},
{"name":"WAKUWAKU JAPAN","urls":["http://220.135.55.74:8572/http/123.51.149.60:8081/hls/61/803/ch03.m3u8"]},
{"name":"緯來體育HD","urls":["http://220.135.55.74:8509/http/59.120.8.187:8081/hls/67/809/ch28.m3u8"]},
{"name":"博斯運動一","urls":["http://220.135.55.74:8570/http/59.120.8.187:8066/hls/210/10018/cstv18.m3u8"]},
{"name":"momo綜合台","urls":["http://220.135.55.74:8576/http/59.120.8.187:8081/hls/76/818/momo_max.m3u8"]},
{"name":"ELEVEN SPORTS 1 HD","urls":["http://220.135.55.74:8553/http/59.120.8.187:8078/hls/25/80/esport.m3u8"]},
{"name":"ELEVEN SPORTS 2 HD","urls":["http://220.135.55.74:8554/http/59.120.8.187:8078/hls/26/80/esport2.m3u8"]},
{"name":"中天新聞","urls":["http://220.135.55.74:8573/http/123.51.149.60:8081/hls/78/80/ch63max.m3u8","http://220.135.55.74:8573/live.m3u8"]},
{"name":"壹新聞","urls":["http://220.135.55.74:8574/live.m3u8"]},
{"name":"寰宇新聞","urls":["http://220.135.55.74:8569/live.m3u8"]},
{"name":"東森财經新聞","urls":["http://220.135.55.74:8515/live.m3u8"]}
]},
{"group": "临时源六","channels": [{"name":"凤凰资讯台","urls":["http://ott.js.chinamobile.com/TVOD/3/224/3221228098/index.m3u8","http://anan.jxin122.top/cj.php?id=99&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"凤凰香港台","urls":["http://ott.js.chinamobile.com/TVOD/3/224/3221228060/index.m3u8"]},
{"name":"凤凰中文台","urls":["http://ott.js.chinamobile.com/TVOD/3/224/3221228057/index.m3u8"]},
{"name":"翡翠台","urls":["http://anan.jxin122.top/cj.php?id=78&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"TVBJ2","urls":["http://anan.jxin122.top/cj.php?id=74&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"明珠台","urls":["http://anan.jxin122.top/cj.php?id=77&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"无线新闻","urls":["http://anan.jxin122.top/cj.php?id=73&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"无线财经","urls":["http://anan.jxin122.top/cj.php?id=79&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"有线新闻台","urls":["http://anan.jxin122.top/cj.php?id=62&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"星空","urls":["http://anan.jxin122.top/cj.php?id=72&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52","http://anan.jxin122.top/cj.php?id=3&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"TVB星河","urls":["http://anan.jxin122.top/cj.php?id=76&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"美亚电影台","urls":["http://anan.jxin122.top/cj.php?id=75&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"RHK31","urls":["http://anan.jxin122.top/cj.php?id=96&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"RHK32","urls":["http://anan.jxin122.top/cj.php?id=97&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"VIUTV","urls":["http://anan.jxin122.top/cj.php?id=94&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"中视","urls":["http://anan.jxin122.top/cj.php?id=18&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52","http://anan.jxin122.top/cj.php?id=47&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"华视","urls":["http://anan.jxin122.top/cj.php?id=46&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"民视","urls":["http://anan.jxin122.top/cj.php?id=44&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"公视","urls":["http://anan.jxin122.top/cj.php?id=43&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"三立台湾台","urls":["http://anan.jxin122.top/cj.php?id=24&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"三立都会台","urls":["http://anan.jxin122.top/cj.php?id=25&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"三立综合台","urls":["http://anan.jxin122.top/cj.php?id=26&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52","http://anan.jxin122.top/cj.php?id=26&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"民视新闻","urls":["http://anan.jxin122.top/cj.php?id=5&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"非凡新闻","urls":["http://anan.jxin122.top/cj.php?id=6&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"年代新闻","urls":["http://anan.jxin122.top/cj.php?id=7&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"纬来体育","urls":["http://anan.jxin122.top/cj.php?id=11&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"龙祥年代","urls":["http://anan.jxin122.top/cj.php?id=13&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"東森洋片","urls":["http://anan.jxin122.top/cj.php?id=28&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"東森电影","urls":["http://anan.jxin122.top/cj.php?id=29&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"中天娱乐","urls":["http://anan.jxin122.top/cj.php?id=40&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"中天综合","urls":["http://anan.jxin122.top/cj.php?id=41&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"中天新闻","urls":["http://anan.jxin122.top/cj.php?id=42&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"中天亚洲台","urls":["http://anan.jxin122.top/cj.php?id=39&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"東森综合","urls":["http://anan.jxin122.top/cj.php?id=32&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"東森新闻","urls":["http://anan.jxin122.top/cj.php?id=33&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"TVBS欢乐","urls":["http://anan.jxin122.top/cj.php?id=36&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]},
{"name":"TVBS","urls":["http://anan.jxin122.top/cj.php?id=37&p=0&c=3&key=ced06b227baa54c961d63cc2c09dbc52"]}
]}
],
//以下解析接口
"parses": [
{
"name": "Json并发",
"type": 2,
"url": "Parallel"
},
{
"name": "瓜瓜优选",
"type": 2,
"url": "Preference"
},
{
"name": "Json轮询",
"type": 2,
"url": "Sequence"
},
{
"name": "瓜瓜免嗅",
"type": 2,
"url": "Cucumber"
},
{
"name": "瑞丰资源",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=1285201&key=bcikqtwxyADEGKUX36&url=",
"t": 123,
"i": "check at 2022-01-06 14:11:03"
},
{
"name": "绿箭影视2",
"type": 1,
"url": "https://json.pangujiexi.com:12345/json.php?url=",
"t": 225,
"i": "check at 2022-01-06 14:09:48"
},
{
"name": "筋斗云",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=1494542&key=ijmqvwxABEHILMOT48&url=",
"t": 256,
"i": "check at 2022-01-06 14:10:14"
},
{
"name": "绿箭影视1",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=7743764&key=acgjlopuxACEHJLT48&url=",
"t": 272,
"i": "check at 2022-01-06 14:09:38"
},
{
"name": "久九影视",
"type": 1,
"url": "https://json.hfyrw.com/mao.go?url=",
"t": 279,
"i": "check at 2022-01-06 14:10:44"
},
{
"name": "蓝光视频",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=1931000&key=gktuvyzABEORSYZ135&url=",
"t": 285,
"i": "check at 2022-01-06 14:11:01"
},
{
"name": "4K影院1",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=1095368&key=cdgjpsuDFLNRTUVY03&url=",
"t": 290,
"i": "check at 2022-01-06 14:09:32"
},
{
"name": "益达影院",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=123503&key=fgkqryzDEFLNQSTW69&url=",
"t": 307,
"i": "check at 2022-01-06 14:10:08"
},
{
"name": "(无名)",
"type": 1,
"url": "https://api.zakkpa.com:8888/analysis/json/?uid=91&my=gjksuvCHIJLRS01268&url=",
"t": 307,
"i": "check at 2022-01-06 14:11:29"
},
{
"name": "DC影视",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=7665652&key=dglmnwEFILMOPRW056&url=",
"t": 311,
"i": "check at 2022-01-06 14:11:15"
},
{
"name": "抹茶猪",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=1525223&key=fhikpsvBCDFHJOSUZ8&url=",
"t": 312,
"i": "check at 2022-01-06 14:11:32"
},
{
"name": "麻瓜视频",
"type": 1,
"url": "https://api.parwix.com:4433/analysis/json/?uid=1735&my=cejkmnuvyBEFINR056&url=",
"t": 313,
"i": "check at 2022-01-06 14:10:42"
},
{
"name": "追剧吧2",
"type": 1,
"url": "https://svip.spchat.top/api/?key=SAl7tLs3Zzu5alSNtz&url=",
"t": 389,
"i": "check at 2022-01-06 14:12:13"
},
{
"name": "看剧吧1",
"type": 1,
"url": "https://supervip.rongxingvr.cn:8866/api/?key=nKn4eO8giUKSe8jxZU&url=",
"t": 401,
"i": "check at 2022-01-06 14:11:10"
},
{
"name": "Yoyo1",
"type": 1,
"url": "https://json.legendwhb.cn/json.php/?url=",
"t": 414,
"i": "check at 2022-01-06 14:10:39"
},
{
"name": "星影相随1",
"type": 1,
"url": "https://xt.gbxy.net.cn/api/?key=7gAmfK5typSVsg2Qnr&url=",
"t": 452,
"i": "check at 2022-01-06 14:09:39"
},
{
"name": "爱影视",
"type": 1,
"url": "http://14.17.115.200:520/json.php?id=6e5LaYyU5JLs9aRawyGKwPkH7ZFr701z&url=",
"t": 453,
"i": "check at 2022-01-06 14:11:06"
},
{
"name": "追剧吧1",
"type": 1,
"url": "http://newjiexi.gotto.top/yun_apib.php/?url=",
"t": 457,
"i": "check at 2022-01-06 14:11:52"
},
{
"name": "优视影视",
"type": 1,
"url": "http://ccc.ysys.asia/jx/?id=2&url=",
"t": 458,
"i": "check at 2022-01-06 14:10:53"
},
{
"name": "黄河影视",
"type": 1,
"url": "http://jx.ledu8.cn/api/?key=P8QSgO61p1MpHV2ALn&url=",
"t": 465,
"i": "check at 2022-01-06 14:10:10"
},
{
"name": "(无名)1",
"type": 1,
"url": "http://vipjh.chunbaotaiji.com/?url=",
"t": 494,
"i": "check at 2022-01-06 14:11:30"
},
{
"name": "麻瓜视频1",
"type": 1,
"url": "https://jhjx.ptygx.com/xttyjx.php/?url=",
"t": 506,
"i": "check at 2022-01-06 14:10:44"
},
{
"name": "Vip影院",
"type": 1,
"url": "https://api.zakkpa.com:8888/analysis/json/?uid=39&my=ehklrtxzAFKLMNUXY2&url=",
"t": 512,
"i": "check at 2022-01-06 14:11:10"
},
{
"name": "大头影视",
"type": 1,
"url": "http://fast.rongxingvr.cn:99/api/?key=M3tZzS2q0oGrQ7aWlr&url=",
"t": 512,
"i": "check at 2022-01-06 14:11:31"
},
{
"name": "绿箭影视",
"type": 1,
"url": "http://jf.jisutuku.top/api/?key=RHjXcjUTkyZnfWx9u4&url=",
"t": 517,
"i": "check at 2022-01-06 14:09:37"
},
{
"name": "我爱电影1",
"type": 1,
"url": "https://vip.kpjx.cc/api/?key=3sKKYzWSxLmX1hnsMs&url=",
"t": 537,
"i": "check at 2022-01-06 14:11:10"
},
{
"name": "Yoyo",
"type": 1,
"url": "http://47.100.138.210:91/home/api?type=ys&uid=1947441&key=bcfgjmuwCEORSVX237&url=",
"t": 565,
"i": "check at 2022-01-06 14:10:21"
},
{
"name": "蜜果TV",
"type": 1,
"url": "https://fast.rongxingvr.cn:8866/api/?key=rmxOw7BpINuGIyWQng&url=",
"t": 605,
"i": "check at 2022-01-06 14:09:40"
},
{
"name": "筋斗云1",
"type": 1,
"url": "https://fast.rongxingvr.cn:8866/api/?key=nrR7koAyq9ajKId4nC&url=",
"t": 607,
"i": "check at 2022-01-06 14:10:18"
},
{
"name": "麻花视频",
"type": 1,
"url": "http://jf.tcspvip.com:246/home/api?type=ys&uid=65404&key=bjoprtvyABGIMPXZ27&url=",
"t": 621,
"i": "check at 2022-01-06 14:09:25"
},
{
"name": "TV酷",
"type": 1,
"url": "http://a.dxzj88.com/jhjson/?url=",
"t": 642,
"i": "check at 2022-01-06 14:09:35"
},
{
"name": "饭后电影",
"type": 1,
"url": "https://fast.rongxingvr.cn:8866/api/?key=J4mUIu3DrRtIOojDox&url=",
"t": 647,
"i": "check at 2022-01-06 14:11:38"
},
{
"name": "影阅阁2",
"type": 1,
"url": "https://api.m3u8.tv:5678/home/api?type=ys&uid=594615&key=bcehpqtxCEGKMT0248&url=",
"t": 682,
"i": "check at 2022-01-06 14:11:40"
},
{
"name": "看剧吧",
"type": 1,
"url": "http://47.100.138.210:91/home/api?type=ys&uid=243653&key=kqswxyABGHKLQSV127&url=",
"t": 684,
"i": "check at 2022-01-06 14:11:05"
},
{
"name": "豆渣影视",
"type": 1,
"url": "https://fast.rongxingvr.cn:8866/api/?key=jtDZ22biNujOBLlgoe&url=",
"t": 697,
"i": "check at 2022-01-06 14:11:13"
},
{
"name": "优视影视2",
"type": 1,
"url": "http://ccc.ysys.asia/jx/?id=4&url=",
"t": 724,
"i": "check at 2022-01-06 14:10:58"
},
{
"name": "星空影视",
"type": 1,
"url": "http://api.vip123kan.vip/?url=",
"t": 727,
"i": "check at 2022-01-06 14:09:30"
},
{
"name": "爱追剧",
"type": 1,
"url": "https://jhjx.ptygx.com/xttyjx.php/?url=",
"t": 729,
"i": "check at 2022-01-06 14:10:32"
},
{
"name": "极客",
"type": 1,
"url": "https://sbsb.i8k.cc/?url=",
"t": 830,
"i": "check at 2022-01-06 14:09:52"
},
{
"name": "遗忘影视",
"type": 1,
"url": "http://gq.bywdtk.cn/?url=",
"t": 864,
"i": "check at 2022-01-06 14:11:38"
},
{
"name": "玺娜影视",
"type": 1,
"url": "https://balabala.yatongle.com/api/?key=RuHZpg9zxigiLZRIyl&url=",
"t": 897,
"i": "check at 2022-01-06 14:09:22"
},
{
"name": "林谷影视",
"type": 1,
"url": "http://jf.lemiaoyun.cn/home/api?type=ys&uid=40190120&key=dhilnoCDHLOPQRUW29&url=",
"t": 945,
"i": "check at 2022-01-06 14:10:48"
},
{
"name": "Preference",
"type": 1,
"url": "qq#绿箭影视2$$绿箭影视1$$筋斗云$$4K影院1$$蓝光视频$$益达影院$$抹茶猪$$DC影视$$(无名)$$瑞丰资源$$久九影视$$看剧吧1$$麻瓜视频$$星影相随1$$追剧吧2$$追剧吧1$$Yoyo1$$(无名)1$$Vip影院$$优视影视$$大头影视$$麻瓜视频1$$爱影视$$我爱电影1$$Yoyo$$蜜果TV$$筋斗云1$$饭后电影$$TV酷$$绿箭影视$$麻花视频$$豆渣影视$$看剧吧$$星空影视$$爱追剧$$影阅阁2$$遗忘影视$$极客$$玺娜影视$$林谷影视||pp#绿箭影视1$$绿箭影视2$$蓝光视频$$4K影院1$$益达影院$$DC影视$$抹茶猪$$(无名)$$麻瓜视频$$追剧吧2$$看剧吧1$$Yoyo1$$爱影视$$筋斗云$$追剧吧1$$(无名)1$$黄河影视$$Vip影院$$麻瓜视频1$$瑞丰资源$$优视影视$$大头影视$$绿箭影视$$Yoyo$$蜜果TV$$筋斗云1$$TV酷$$影阅阁2$$饭后电影$$麻花视频$$看剧吧$$豆渣影视$$爱追剧$$极客$$遗忘影视$$优视影视2$$林谷影视$$玺娜影视$$星影相随1||ac#久九影视$$麻瓜视频1$$我爱电影1$$Yoyo$$Yoyo1$$TV酷$$看剧吧$$爱追剧$$玺娜影视||mp#绿箭影视2$$筋斗云$$4K影院1$$益达影院$$绿箭影视1$$蓝光视频$$瑞丰资源$$抹茶猪$$DC影视$$优视影视$$影阅阁2$$优视影视2$$麻花视频||qy#久九影视$$筋斗云$$瑞丰资源$$4K影院1$$益达影院$$DC影视$$抹茶猪$$(无名)$$麻瓜视频$$绿箭影视1$$绿箭影视2$$星影相随1$$Yoyo1$$看剧吧1$$追剧吧1$$(无名)1$$爱影视$$黄河影视$$Vip影院$$优视影视$$大头影视$$绿箭影视$$我爱电影1$$蜜果TV$$筋斗云1$$蓝光视频$$饭后电影$$影阅阁2$$豆渣影视$$麻花视频$$极客$$遗忘影视$$玺娜影视||bl#久九影视$$绿箭影视1$$瑞丰资源$$筋斗云$$DC影视$$益达影院$$抹茶猪$$蓝光视频$$(无名)$$Yoyo1$$追剧吧2$$看剧吧1$$4K影院1$$爱影视$$追剧吧1$$(无名)1$$麻瓜视频1$$Vip影院$$大头影视$$麻瓜视频$$Yoyo$$绿箭影视$$星影相随1$$TV酷$$蜜果TV$$筋斗云1$$饭后电影$$我爱电影1$$看剧吧$$豆渣影视$$麻花视频$$星空影视$$遗忘影视$$极客$$影阅阁2$$爱追剧||cctv#绿箭影视1$$绿箭影视2$$瑞丰资源$$4K影院1$$筋斗云$$蓝光视频$$益达影院$$DC影视$$抹茶猪$$久九影视$$(无名)$$麻瓜视频$$星影相随1$$Yoyo1$$爱影视$$优视影视$$Vip影院$$(无名)1$$黄河影视$$麻瓜视频1$$绿箭影视$$我爱电影1$$Yoyo$$看剧吧$$影阅阁2$$爱追剧$$极客$$优视影视2$$TV酷$$林谷影视$$遗忘影视$$玺娜影视$$麻花视频||yk#久九影视$$绿箭影视2$$筋斗云$$瑞丰资源$$绿箭影视1$$4K影院1$$DC影视$$益达影院$$(无名)$$抹茶猪$$麻瓜视频$$星影相随1$$追剧吧1$$Yoyo1$$爱影视$$优视影视$$看剧吧1$$黄河影视$$Vip影院$$(无名)1$$大头影视$$绿箭影视$$蜜果TV$$筋斗云1$$影阅阁2$$饭后电影$$我爱电影1$$豆渣影视$$星空影视$$极客$$麻花视频$$遗忘影视$$玺娜影视||sh#绿箭影视1$$筋斗云$$久九影视$$蓝光视频$$益达影院$$4K影院1$$抹茶猪$$DC影视$$(无名)$$绿箭影视2$$麻瓜视频$$Yoyo1$$星影相随1$$黄河影视$$追剧吧1$$(无名)1$$Vip影院$$我爱电影1$$影阅阁2$$极客$$星空影视$$玺娜影视||le#(无名)$$久九影视$$麻瓜视频$$追剧吧2$$追剧吧1$$(无名)1$$麻瓜视频1$$Vip影院$$Yoyo1$$Yoyo$$我爱电影1$$TV酷$$看剧吧$$爱追剧$$极客$$林谷影视$$麻花视频||migu#久九影视$$绿箭影视2$$瑞丰资源$$益达影院$$筋斗云$$DC影视$$抹茶猪$$绿箭影视1$$4K影院1$$星影相随1$$蓝光视频$$我爱电影1$$Yoyo1$$影阅阁2$$麻花视频$$玺娜影视||mg#绿箭影视1$$筋斗云$$蓝光视频$$4K影院1$$瑞丰资源$$绿箭影视2$$益达影院$$DC影视$$抹茶猪$$(无名)$$麻瓜视频$$久九影视$$看剧吧1$$Yoyo1$$追剧吧2$$爱影视$$追剧吧1$$星影相随1$$(无名)1$$Vip影院$$黄河影视$$大头影视$$麻瓜视频1$$Yoyo$$我爱电影1$$绿箭影视$$蜜果TV$$筋斗云1$$麻花视频$$饭后电影$$影阅阁2$$豆渣影视$$TV酷$$看剧吧$$星空影视$$爱追剧$$遗忘影视$$极客$$林谷影视$$玺娜影视||1905#久九影视$$(无名)$$麻瓜视频$$Yoyo1$$爱影视$$(无名)1$$Vip影院$$麻瓜视频1$$Yoyo$$绿箭影视$$我爱电影1$$TV酷$$看剧吧$$爱追剧$$极客$$遗忘影视$$林谷影视$$玺娜影视"
}
],
"flags": ["youku", "qq", "iqiyi", "qiyi", "letv", "sohu", "tudou", "pptv", "mgtv", "wasu", "bilibili"],
"ijk": [
{
"group": "软解码",
"options": [
{
"category": 4,
"name": "opensles",
"value": "0"
},
{
"category": 4,
"name": "overlay-format",
"value": "842225234"
},
{
"category": 4,
"name": "framedrop",
"value": "1"
},
{
"category": 4,
"name": "soundtouch",
"value": "1"
},
{
"category": 4,
"name": "start-on-prepared",
"value": "1"
},
{
"category": 1,
"name": "http-detect-range-support",
"value": "0"
},
{
"category": 1,
"name": "fflags",
"value": "fastseek"
},
{
"category": 2,
"name": "skip_loop_filter",
"value": "48"
},
{
"category": 4,
"name": "reconnect",
"value": "1"
},
{
"category": 4,
"name": "enable-accurate-seek",
"value": "0"
},
{
"category": 4,
"name": "mediacodec",
"value": "0"
},
{
"category": 4,
"name": "mediacodec-auto-rotate",
"value": "0"
},
{
"category": 4,
"name": "mediacodec-handle-resolution-change",
"value": "0"
},
{
"category": 4,
"name": "mediacodec-hevc",
"value": "0"
},
{
"category": 1,
"name": "dns_cache_timeout",
"value": "600000000"
}
]
},
{
"group": "硬解码",
"options": [
{
"category": 4,
"name": "opensles",
"value": "0"
},
{
"category": 4,
"name": "overlay-format",
"value": "842225234"
},
{
"category": 4,
"name": "framedrop",
"value": "1"
},
{
"category": 4,
"name": "soundtouch",
"value": "1"
},
{
"category": 4,
"name": "start-on-prepared",
"value": "1"
},
{
"category": 1,
"name": "http-detect-range-support",
"value": "0"
},
{
"category": 1,
"name": "fflags",
"value": "fastseek"
},
{
"category": 2,
"name": "skip_loop_filter",
"value": "48"
},
{
"category": 4,
"name": "reconnect",
"value": "1"
},
{
"category": 4,
"name": "enable-accurate-seek",
"value": "0"
},
{
"category": 4,
"name": "mediacodec",
"value": "1"
},
{
"category": 4,
"name": "mediacodec-auto-rotate",
"value": "1"
},
{
"category": 4,
"name": "mediacodec-handle-resolution-change",
"value": "1"
},
{
"category": 4,
"name": "mediacodec-hevc",
"value": "1"
},
{
"category": 1,
"name": "dns_cache_timeout",
"value": "600000000"
}
]
}
],
"ads": [
"mimg.0c1q0l.cn",
"www.googletagmanager.com",
"www.google-analytics.com",
"mc.usihnbcq.cn",
"mg.g1mm3d.cn",
"mscs.svaeuzh.cn",
"cnzz.hhttm.top",
"tp.vinuxhome.com",
"cnzz.mmstat.com",
"www.baihuillq.com",
"s23.cnzz.com",
"z3.cnzz.com",
"c.cnzz.com",
"stj.v1vo.top",
"z12.cnzz.com",
"img.mosflower.cn",
"tips.gamevvip.com",
"ehwe.yhdtns.com",
"xdn.cqqc3.com",
"www.jixunkyy.cn",
"sp.chemacid.cn",
"hm.baidu.com",
"s9.cnzz.com",
"z6.cnzz.com",
"um.cavuc.com",
"mav.mavuz.com",
"wofwk.aoidf3.com",
"z5.cnzz.com",
"xc.hubeijieshikj.cn",
"tj.tianwenhu.com",
"xg.gars57.cn",
"k.jinxiuzhilv.com",
"cdn.bootcss.com",
"ppl.xunzhuo123.com",
"xomk.jiangjunmh.top",
"img.xunzhuo123.com",
"z1.cnzz.com",
"s13.cnzz.com",
"xg.huataisangao.cn",
"z7.cnzz.com",
"xg.huataisangao.cn",
"z2.cnzz.com",
"s96.cnzz.com",
"q11.cnzz.com",
"thy.dacedsfa.cn",
"xg.whsbpw.cn",
"s19.cnzz.com",
"z8.cnzz.com",
"s4.cnzz.com",
"f5w.as12df.top",
"ae01.alicdn.com",
"www.92424.cn",
"k.wudejia.com",
"vivovip.mmszxc.top",
"qiu.xixiqiu.com",
"cdnjs.hnfenxun.com",
"cms.qdwght.com"
],
"spider":"http://fj365.ml/0/0.txt?raw=true"}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xieixe2020/tv.git
[email protected]:xieixe2020/tv.git
xieixe2020
tv
tv
master

搜索帮助