mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
increase timeout for firstmedia.com
This commit is contained in:
@@ -8,6 +8,9 @@ dayjs.extend(utc);
|
||||
module.exports = {
|
||||
site: "firstmedia.com",
|
||||
days: 1,
|
||||
request: {
|
||||
timeout: 30000 // 30 seconds
|
||||
},
|
||||
url: function ({ channel, date }) {
|
||||
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`;
|
||||
|
||||
Reference in New Issue
Block a user