mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
lint movistar
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
},
|
||||
maxRedirects: 5
|
||||
},
|
||||
async parser({ content, date }) {
|
||||
async parser({ content }) {
|
||||
let programs = []
|
||||
let items = await parseItems(content)
|
||||
if (!items.length) return programs
|
||||
|
||||
Reference in New Issue
Block a user