├── .github └── workflows │ ├── IP采集.yml备 │ └── epg采集合并.yml ├── README.md ├── epg.py ├── epg_TW.xml ├── pp.xml └── 规范频道名.py /.github/workflows/IP采集.yml备: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/.github/workflows/IP采集.yml备 -------------------------------------------------------------------------------- /.github/workflows/epg采集合并.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/.github/workflows/epg采集合并.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/README.md -------------------------------------------------------------------------------- /epg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/epg.py -------------------------------------------------------------------------------- /epg_TW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/epg_TW.xml -------------------------------------------------------------------------------- /pp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/pp.xml -------------------------------------------------------------------------------- /规范频道名.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengxianshengaaa/epg/HEAD/规范频道名.py --------------------------------------------------------------------------------