mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update dstv.com.config.js
This commit is contained in:
parent
256431384f
commit
71c8b659a5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ module.exports = {
|
||||||
site: 'dstv.com',
|
site: 'dstv.com',
|
||||||
request: {
|
request: {
|
||||||
cache: {
|
cache: {
|
||||||
ttl: 6 * 60 * 60 * 1000 // 6h
|
ttl: 6 * 60 * 60 * 1000, // 6h
|
||||||
|
interpretHeader: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
url: function ({ channel, date }) {
|
url: function ({ channel, date }) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue