Update turksatkablo.com.tr.config.js
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user