├── .github └── workflows │ └── epg-grabber.yml ├── epg-grabber ├── Read Me.txt ├── getEpgs.py └── tvg-ids.txt └── epg.xml /.github/workflows/epg-grabber.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ydbf/PPV-EPG/HEAD/.github/workflows/epg-grabber.yml -------------------------------------------------------------------------------- /epg-grabber/Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ydbf/PPV-EPG/HEAD/epg-grabber/Read Me.txt -------------------------------------------------------------------------------- /epg-grabber/getEpgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ydbf/PPV-EPG/HEAD/epg-grabber/getEpgs.py -------------------------------------------------------------------------------- /epg-grabber/tvg-ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ydbf/PPV-EPG/HEAD/epg-grabber/tvg-ids.txt -------------------------------------------------------------------------------- /epg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ydbf/PPV-EPG/HEAD/epg.xml --------------------------------------------------------------------------------