diff --git a/scripts/update-readme.js b/scripts/update-readme.js
index bc38c0d93..18b259896 100644
--- a/scripts/update-readme.js
+++ b/scripts/update-readme.js
@@ -25,7 +25,6 @@ function parseIndex() {
country: 'Undefined',
channels: 0,
playlist: `https://iptv-org.github.io/iptv/countries/undefined.m3u
`,
- epg: '',
name: 'Undefined'
}
@@ -64,9 +63,6 @@ function parseIndex() {
country: flag + ' ' + country.name,
channels: 1,
playlist: `https://iptv-org.github.io/iptv/countries/${country.code}.m3u
`,
- epg: playlist.header.attrs['x-tvg-url']
- ? `${playlist.header.attrs['x-tvg-url']}
`
- : '',
name: country.name
}
}
@@ -115,8 +111,7 @@ function generateCountriesTable() {
columns: [
{ name: 'Country', align: 'left' },
{ name: 'Channels', align: 'right' },
- { name: 'Playlist', align: 'left', nowrap: true },
- { name: 'EPG', align: 'left' }
+ { name: 'Playlist', align: 'left', nowrap: true }
]
})