mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update update-readme.js
This commit is contained in:
@@ -26,7 +26,7 @@ function generateTable(files) {
|
|||||||
if (files.includes(country.code)) {
|
if (files.includes(country.code)) {
|
||||||
output.push({
|
output.push({
|
||||||
country: `${country.flag} ${country.name}`,
|
country: `${country.flag} ${country.name}`,
|
||||||
guide: `<code>https://iptv-org.github.io/epg/guides/${country.code}.epg.xml</code>`
|
guide: `<code>https://iptv-org.github.io/epg/guides/${country.code}.xml</code>`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user