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:
@@ -26,7 +26,7 @@ function generateTable(files) {
|
||||
if (files.includes(country.code)) {
|
||||
output.push({
|
||||
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