mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update update-readme.js
This commit is contained in:
@@ -37,7 +37,8 @@ async function generateCountriesTable() {
|
||||
const country = countries[code]
|
||||
|
||||
rows.push({
|
||||
name: `${country.flag} ${country.name}`,
|
||||
flag: country.flag,
|
||||
name: country.name,
|
||||
channels: item.count,
|
||||
epg: `<code>https://iptv-org.github.io/epg/guides/${item.gid}/${item.site}.epg.xml</code>`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user