mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 22:46:58 -04:00
[fix] fixing skyperfectv.co.jp
This commit is contained in:
@@ -17,9 +17,9 @@ module.exports = {
|
||||
const id = `SV${channel.site_id}EPG${date.format('YYYYMMDD')}`
|
||||
return `https://s.mxtv.jp/bangumi_file/json01/${id}.json`
|
||||
},
|
||||
parser: function ({ content, channel, date }) {
|
||||
parser: function ({ content }) {
|
||||
let programs = []
|
||||
const items = parseItems(content, channel, date)
|
||||
const items = parseItems(content)
|
||||
items.forEach(item => {
|
||||
programs.push({
|
||||
title: item.Event_name,
|
||||
@@ -32,7 +32,7 @@ module.exports = {
|
||||
})
|
||||
return programs
|
||||
},
|
||||
async channels() {
|
||||
channels() {
|
||||
return [
|
||||
{
|
||||
lang: 'ja',
|
||||
|
||||
Reference in New Issue
Block a user