mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update turksatkablo.com.tr.config.js
This commit is contained in:
parent
63d9a32b08
commit
76fb961c7d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ module.exports = {
|
||||||
url: function ({ date }) {
|
url: function ({ date }) {
|
||||||
return `https://www.turksatkablo.com.tr/userUpload/EPG/y.json?_=${date.valueOf()}`
|
return `https://www.turksatkablo.com.tr/userUpload/EPG/y.json?_=${date.valueOf()}`
|
||||||
},
|
},
|
||||||
|
request: {
|
||||||
|
timeout: 60000
|
||||||
|
},
|
||||||
parser: function ({ content, channel, date }) {
|
parser: function ({ content, channel, date }) {
|
||||||
let programs = []
|
let programs = []
|
||||||
const items = parseItems(content, channel)
|
const items = parseItems(content, channel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue