Update mtel.ba.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-18 17:59:20 +03:00
parent fb5691462e
commit d513ffbc54

View file

@ -11,7 +11,6 @@ module.exports = {
return `https://mtel.ba/oec/epg/program?date=${date.format('YYYY-MM-DD')}&position=${position}` return `https://mtel.ba/oec/epg/program?date=${date.format('YYYY-MM-DD')}&position=${position}`
}, },
request: { request: {
timeout: 15000,
headers: { headers: {
'X-Requested-With': 'XMLHttpRequest' 'X-Requested-With': 'XMLHttpRequest'
} }