Solution off of #2038

This commit is contained in:
xemles 2023-05-06 14:51:59 +02:00 committed by GitHub
parent ecea0944c7
commit 684251ed83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,11 @@ module.exports = {
request: {
cache: {
ttl: 60 * 60 * 1000 // 1 hour
}
},
headers: {
'Accept-Language':'en-US,en;q=0.5',
'Connection':'keep-alive',
},
},
url({ date, channel }) {
const [channelId, childId] = channel.site_id.split('#')