mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update foxtel.com.au
This commit is contained in:
@@ -13,7 +13,8 @@ module.exports = {
|
||||
request: {
|
||||
headers: {
|
||||
'Accept-Language': 'en-US,en;',
|
||||
Cookie: 'AAMC_foxtel_0=REGION|6'
|
||||
Cookie: 'AAMC_foxtel_0=REGION|7',
|
||||
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'
|
||||
}
|
||||
},
|
||||
parser: function ({ content, date }) {
|
||||
@@ -117,9 +118,9 @@ function parseRating($item) {
|
||||
|
||||
return rating
|
||||
? {
|
||||
system: 'ACB',
|
||||
value: rating
|
||||
}
|
||||
system: 'ACB',
|
||||
value: rating
|
||||
}
|
||||
: null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user