diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index b00f8b4..0000000 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,94 +0,0 @@ -name: Update - -on: - #watch: - # types: [started] - #schedule: - # - cron: 0 21 1 * * - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - tags: - description: 'Manual trigger' - required: false -env: - TZ: Asia/Shanghai - -jobs: - Update: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: GetTime - id: date - run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%M:%S CST')" - - - name: Update - run: | - # 央视源 - wget https://raw.githubusercontent.com/Kimentanm/aptv/master/m3u/iptv.m3u -O CCTV.m3u - sed -i -n '/央视IPV6/,+1p' CCTV.m3u - sed -i 's/央视IPV6/央视/g' CCTV.m3u - sed -i '1i #EXTM3U' CCTV.m3u - sed -i '/^\s*$/d' CCTV.m3u - - # 卫视源 - wget https://raw.githubusercontent.com/Kimentanm/aptv/master/m3u/iptv.m3u -O CNTV.m3u - sed -i -n '/卫视IPV6/,+1p' CNTV.m3u - sed -i 's/卫视IPV6/卫视/g' CNTV.m3u - sed -i '/凤凰/{N;d;}' CNTV.m3u - sed -i '1i #EXTM3U' CNTV.m3u - sed -i '/^\s*$/d' CNTV.m3u - - # 香港源 - wget https://raw.githubusercontent.com/Kimentanm/aptv/master/m3u/iptv.m3u -O HKTV.m3u - sed -i -n '/凤凰/,+1p' HKTV.m3u - sed -i 's/卫视IPV6/香港/g' HKTV.m3u - sed -i '1i #EXTM3U' HKTV.m3u - sed -i '/^\s*$/d' HKTV.m3u - - # 国际源 - wget https://raw.githubusercontent.com/YueChan/Live/main/IPTV.m3u -O GloTV.m3u - sed -i -n '/国际/,+1p' GloTV.m3u - sed -i '/凤凰/{N;d;}' GloTV.m3u - sed -i '1i #EXTM3U' GloTV.m3u - sed -i '/^\s*$/d' GloTV.m3u - - # 整合源 - > iptv.txt - cat CCTV.m3u >> iptv.txt - cat CNTV.m3u >> iptv.txt - cat HKTV.m3u >> iptv.txt - cat GloTV.m3u >> iptv.txt - sed -i '/#EXTM3U/d' iptv.txt - sed -i '1i #EXTM3U' iptv.txt - sed -i '/^\s*$/d' iptv.txt - sed -i 's/tvg-logo="https:\/\/epg.112114.eu.org\/logo/tvg-logo="https:\/\/live.fanmingming.com\/tv/g' iptv.txt - sed -i 's/tvg-logo="https:\/\/epg.112114.xyz\/logo/tvg-logo="https:\/\/live.fanmingming.com\/tv/g' iptv.txt - sed -i 's/tvg-logo="https:\/\/raw.githubusercontent.com/tvg-logo="https:\/\/ghproxy.com\/https:\/\/raw.githubusercontent.com/g' iptv.txt - mv iptv.txt list - - # 节目源 - wget https://epg.imxd.top/download/all-mxdyeah.xml -O imxd.xml - mv imxd.xml epg - - - name: Clean - run: | - rm -rf CCTV.m3u CNTV.m3u HKTV.m3u GloTV.m3u - git config --local user.email "huangsuming@users.noreply.github.com" - git config --local user.name "huangsuming" - git checkout --orphan latest_branch - git add . - git commit -m "${{ steps.date.outputs.date }}" - git branch -D main - git branch -m main - - - name: Push - run: | - git push -f origin main - \ No newline at end of file diff --git a/README.md b/README.md index 5611d3a..e1ce63b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ CCTV卫生健康
CHTV百姓健康
[CRI环球奇观](http://111.61.236.247:9081/hls/63/index.m3u8)
+ iHOT爱电竞
+ iHOT爱都市
+ iHOT爱怀旧
+ iHOT爱经典
+ iHOT爱青春
中央新影-中学生
[河南-睛彩中原](http://live.dxhmt.cn:9080/19903718786/854deb36f8db4c9098cad18cc35bd632.m3u8)
[河南-文物宝库](http://live.dxhmt.cn:9080/19903718786/503136115d714e6796389709a5c74f77.m3u8)
@@ -28,5 +33,5 @@ 澳门-澳亚卫视
# 最新动态 -- 2024.10.16: 删除部分地级以下电视台(质量太差,遍布医药广告) +- 2024.10.20: 增加15个iHOT频道。 diff --git a/list/README.md b/list/README.md index 209d704..6bbf5a9 100644 --- a/list/README.md +++ b/list/README.md @@ -107,11 +107,10 @@ 测试频道直播流:[epg.pw](https://epg.pw/)
Github:
- fanmingming: [live] (https://raw.githubusercontent.com/fanmingming/live/master/tv/m3u/ipv6.m3u)
- - kilvn: [IPTV] (https://raw.githubusercontent.com/kilvn/IPTV/master/iptv+.m3u)
- Kimentanm: [aptv] (https://raw.githubusercontent.com/Kimentanm/aptv/master/m3u/iptv.m3u)
- suxuang: [myIPTV](https://raw.githubusercontent.com/suxuang/myIPTV/master/ipv6.m3u)
- - YanG-1989: [m3u] (https://raw.githubusercontent.com/YanG-1989/m3u/master/Gather.m3u)
- - zzj2678: [iptv3] (https://raw.githubusercontent.com/zzj2678/iptv3/master/tv/iptv6.txt)
+ - vbskycn: [iptv](https://github.com/vbskycn/iptv/tree/master/tv)
+ # 各省英文缩写 省份 拼音缩写
安徽省 AH
diff --git a/list/share.txt b/list/share.txt index 97ab48e..a22d6f8 100644 --- a/list/share.txt +++ b/list/share.txt @@ -1,41 +1,41 @@ #EXTM3U -#EXTINF:-1 ,iHOT爱电竞 +#EXTINF:-1 tvg-name="iHOT爱电竞" group-title="付费",iHOT爱电竞* http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000230630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000230630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱谍战 +#EXTINF:-1 tvg-name="iHOT爱谍战" group-title="付费",iHOT爱谍战 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000070630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000070630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱动漫 +#EXTINF:-1 tvg-name="iHOT爱动漫" group-title="付费",iHOT爱动漫 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000280630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000280630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱都市 +#EXTINF:-1 tvg-name="iHOT爱都市" group-title="付费",iHOT爱都市* http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000080630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000080630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱怀旧 +#EXTINF:-1 tvg-name="iHOT爱怀旧" group-title="付费",iHOT爱怀旧* http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000260630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000260630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱经典 +#EXTINF:-1 tvg-name="iHOT爱经典" group-title="付费",iHOT爱经典* http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000060630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000060630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱科幻 +#EXTINF:-1 tvg-name="iHOT爱科幻" group-title="付费",iHOT爱科幻 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000020630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000020630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱科学 +#EXTINF:-1 tvg-name="iHOT爱科学" group-title="付费",iHOT爱科学 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000160630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000160630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱浪漫 +#EXTINF:-1 tvg-name="iHOT爱浪漫" group-title="付费",iHOT爱浪漫 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000040630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000040630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱历史 +#EXTINF:-1 tvg-name="iHOT爱历史" group-title="付费",iHOT爱历史 http://[2409:8087:5e08:24::11]:6610/000000001000/2000000004000000046/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000046&IASHttpSessionId=OTT19019320240419154124000281 -#EXTINF:-1 ,iHOT爱旅行 +#EXTINF:-1 tvg-name="iHOT爱旅行" group-title="付费",iHOT爱旅行 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000250630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000250630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱奇谈 +#EXTINF:-1 tvg-name="iHOT爱奇谈" group-title="付费",iHOT爱奇谈 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000270630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000270630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱青春 +#EXTINF:-1 tvg-name="iHOT爱青春" group-title="付费",iHOT爱青春* http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000100630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000100630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱赛车 +#EXTINF:-1 tvg-name="iHOT爱赛车" group-title="付费",iHOT爱赛车 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000240630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000240630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱体育 +#EXTINF:-1 tvg-name="iHOT爱体育" group-title="付费",iHOT爱体育 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000290630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000290630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱玩具 +#EXTINF:-1 tvg-name="iHOT爱玩具" group-title="付费",iHOT爱玩具 http://[2409:8087:5e08:24::11]:6610/000000001000/2000000004000000053/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000053&IASHttpSessionId=OTT19019320240419154124000281 -#EXTINF:-1 ,iHOT爱喜剧 +#EXTINF:-1 tvg-name="iHOT爱喜剧" group-title="付费",iHOT爱喜剧 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000010630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000010630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱悬疑 +#EXTINF:-1 tvg-name="iHOT爱悬疑" group-title="付费",iHOT爱悬疑 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000050630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000050630&livemode=1&stbId=3 -#EXTINF:-1 ,iHOT爱幼教 +#EXTINF:-1 tvg-name="iHOT爱幼教" group-title="付费",iHOT爱幼教 http://[2409:8087:5e08:24::11]:6610/000000001000/2000000004000000049/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000049&IASHttpSessionId=OTT19019320240419154124000281 -#EXTINF:-1 ,iHOT爱院线 +#EXTINF:-1 tvg-name="iHOT爱院线" group-title="付费",iHOT爱院线 http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000030630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000030630&livemode=1&stbId=3 diff --git a/list/tvlist.txt b/list/tvlist.txt index f5056f8..b5f791b 100644 --- a/list/tvlist.txt +++ b/list/tvlist.txt @@ -201,6 +201,46 @@ http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225674/index.m3u8 http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225673/index.m3u8 #EXTINF:-1 tvg-name="追番必看" group-title="付费",追番必看 http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221226269/index.m3u8 +#EXTINF:-1 tvg-name="iHOT爱电竞" group-title="付费",iHOT爱电竞* +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000230630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000230630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱谍战" group-title="付费",iHOT爱谍战 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000070630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000070630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱动漫" group-title="付费",iHOT爱动漫 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000280630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000280630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱都市" group-title="付费",iHOT爱都市* +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000080630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000080630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱怀旧" group-title="付费",iHOT爱怀旧* +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000260630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000260630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱经典" group-title="付费",iHOT爱经典* +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000060630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000060630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱科幻" group-title="付费",iHOT爱科幻 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000020630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000020630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱科学" group-title="付费",iHOT爱科学 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000160630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000160630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱浪漫" group-title="付费",iHOT爱浪漫 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000040630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000040630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱历史" group-title="付费",iHOT爱历史 +http://[2409:8087:5e08:24::11]:6610/000000001000/2000000004000000046/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000046&IASHttpSessionId=OTT19019320240419154124000281 +#EXTINF:-1 tvg-name="iHOT爱旅行" group-title="付费",iHOT爱旅行 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000250630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000250630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱奇谈" group-title="付费",iHOT爱奇谈 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000270630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000270630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱青春" group-title="付费",iHOT爱青春* +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000100630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000100630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱赛车" group-title="付费",iHOT爱赛车 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000240630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000240630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱体育" group-title="付费",iHOT爱体育 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000290630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000290630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱玩具" group-title="付费",iHOT爱玩具 +http://[2409:8087:5e08:24::11]:6610/000000001000/2000000004000000053/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000053&IASHttpSessionId=OTT19019320240419154124000281 +#EXTINF:-1 tvg-name="iHOT爱喜剧" group-title="付费",iHOT爱喜剧 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000010630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000010630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱悬疑" group-title="付费",iHOT爱悬疑 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000050630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000050630&livemode=1&stbId=3 +#EXTINF:-1 tvg-name="iHOT爱幼教" group-title="付费",iHOT爱幼教 +http://[2409:8087:5e08:24::11]:6610/000000001000/2000000004000000049/index.m3u8?stbId=3&livemode=1&HlsProfileId=&channel-id=hnbblive&Contentid=2000000004000000049&IASHttpSessionId=OTT19019320240419154124000281 +#EXTINF:-1 tvg-name="iHOT爱院线" group-title="付费",iHOT爱院线 +http://[2409:8087:5e08:24::11]:6610/000000001000/6000000006000030630/index.m3u8?channel-id=wasusyt&Contentid=6000000006000030630&livemode=1&stbId=3 #EXTINF:-1 tvg-name="NEWTV爱情喜剧" group-title="付费",NewTV爱情喜剧 http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225669/index.m3u8 #EXTINF:-1 tvg-name="NEWTV超级电视剧" group-title="付费",NewTV超级电视剧 diff --git "a/logo/tv/digital/CHC\345\212\250\344\275\234\347\224\265\345\275\261.png" "b/logo/tv/digital/CHC\345\212\250\344\275\234\347\224\265\345\275\261.png" new file mode 100644 index 0000000..8418424 Binary files /dev/null and "b/logo/tv/digital/CHC\345\212\250\344\275\234\347\224\265\345\275\261.png" differ diff --git "a/logo/tv/digital/CHC\345\256\266\345\272\255\345\275\261\351\231\242.png" "b/logo/tv/digital/CHC\345\256\266\345\272\255\345\275\261\351\231\242.png" new file mode 100644 index 0000000..19c9182 Binary files /dev/null and "b/logo/tv/digital/CHC\345\256\266\345\272\255\345\275\261\351\231\242.png" differ diff --git "a/logo/tv/digital/CHC\345\275\261\350\277\267\347\224\265\345\275\261.png" "b/logo/tv/digital/CHC\345\275\261\350\277\267\347\224\265\345\275\261.png" new file mode 100644 index 0000000..b6b6f10 Binary files /dev/null and "b/logo/tv/digital/CHC\345\275\261\350\277\267\347\224\265\345\275\261.png" differ diff --git "a/logo/tv/digital/CHC\351\253\230\346\270\205\347\224\265\345\275\261.png" "b/logo/tv/digital/CHC\351\253\230\346\270\205\347\224\265\345\275\261.png" new file mode 100644 index 0000000..616038b Binary files /dev/null and "b/logo/tv/digital/CHC\351\253\230\346\270\205\347\224\265\345\275\261.png" differ