Update turksatkablo.com.tr.config.js
This commit is contained in:
@@ -12,6 +12,9 @@ module.exports = {
|
||||
url: function ({ date }) {
|
||||
return `https://www.turksatkablo.com.tr/userUpload/EPG/y.json?_=${date.valueOf()}`
|
||||
},
|
||||
request: {
|
||||
timeout: 60000
|
||||
},
|
||||
parser: function ({ content, channel, date }) {
|
||||
let programs = []
|
||||
const items = parseItems(content, channel)
|
||||
|
||||
Reference in New Issue
Block a user