mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
increase timeout for firstmedia.com
This commit is contained in:
@@ -8,6 +8,9 @@ dayjs.extend(utc);
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
site: "firstmedia.com",
|
site: "firstmedia.com",
|
||||||
days: 1,
|
days: 1,
|
||||||
|
request: {
|
||||||
|
timeout: 30000 // 30 seconds
|
||||||
|
},
|
||||||
url: function ({ channel, date }) {
|
url: function ({ channel, date }) {
|
||||||
return `https://www.firstmedia.com/ajax/schedule?date=${date.format("DD/MM/YYYY")
|
return `https://www.firstmedia.com/ajax/schedule?date=${date.format("DD/MM/YYYY")
|
||||||
}&channel=${channel.site_id}&start_time=1&end_time=24&need_channels=0`;
|
}&channel=${channel.site_id}&start_time=1&end_time=24&need_channels=0`;
|
||||||
|
|||||||
Reference in New Issue
Block a user