Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2022-01-15 19:46:04 +03:00
parent 8510b92a6a
commit a03ea275c2
3 changed files with 7 additions and 3 deletions

View file

@ -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>`
})