mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update-readme.js
This commit is contained in:
parent
8510b92a6a
commit
a03ea275c2
3 changed files with 7 additions and 3 deletions
|
@ -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>`
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue