mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 19:07:03 -04:00
add xmltv_id + lint fix
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = {
|
||||
|
||||
async channels() {
|
||||
try {
|
||||
const url = `https://catalogapi.zee5.com/v1/channel?page=1&page_size=500`
|
||||
const url = 'https://catalogapi.zee5.com/v1/channel?page=1&page_size=500'
|
||||
const response = await axios.get(url)
|
||||
const items = response.data.items || []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user