mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Solution off of #2038
This commit is contained in:
parent
ecea0944c7
commit
684251ed83
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ module.exports = {
|
||||||
request: {
|
request: {
|
||||||
cache: {
|
cache: {
|
||||||
ttl: 60 * 60 * 1000 // 1 hour
|
ttl: 60 * 60 * 1000 // 1 hour
|
||||||
}
|
},
|
||||||
|
headers: {
|
||||||
|
'Accept-Language':'en-US,en;q=0.5',
|
||||||
|
'Connection':'keep-alive',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
url({ date, channel }) {
|
url({ date, channel }) {
|
||||||
const [channelId, childId] = channel.site_id.split('#')
|
const [channelId, childId] = channel.site_id.split('#')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue