Update foxtel.com.au

This commit is contained in:
PopeyeTheSai10r
2025-06-04 20:28:53 -07:00
parent cb7e91d393
commit 38ecf379e8
3 changed files with 36 additions and 91 deletions

View File

@@ -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
}