Update foxtel.com.au

This commit is contained in:
freearhey 2023-12-03 15:50:22 +03:00
parent 0a2b1ee065
commit c6f8383b01
3 changed files with 23 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<!-- <channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="Arena-2/AR2">Arena +2</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="Arena-2/AR2">Arena +2</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="Arena-HD/ARD">Arena HD</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="Arena/ARN">Arena</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="BBC-Earth-HD/BKH">BBC Earth HD</channel>
@ -67,7 +67,7 @@
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="UKTV2/UK2">UKTV+2</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="Universal-HD/UND">Universal HD</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="WWE-HD/WWE">WWE HD</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="WWE/WWS">WWE</channel> -->
<channel site="foxtel.com.au" lang="en" xmltv_id="" site_id="WWE/WWS">WWE</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="AE.au" site_id="AE/AES">A&amp;E</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="AEHD.au" site_id="AE-HD/AED">A&amp;E HD</channel>
<channel site="foxtel.com.au" lang="en" xmltv_id="AEPlus2.au" site_id="AE-2/E2A">A&amp;E +2</channel>

View file

@ -1,6 +1,3 @@
// [Geo-blocked] npm run channels:parse -- --config=./sites/foxtel.com.au/foxtel.com.au.config.js --output=./sites/foxtel.com.au/foxtel.com.au.channels.xml
// [Geo-blocked] npm run grab -- --site=foxtel.com.au
const { parser, url, request } = require('./foxtel.com.au.config.js')
const fs = require('fs')
const path = require('path')

View file

@ -0,0 +1,21 @@
# foxtel.com.au
https://www.foxtel.com.au/ _[Geo-blocked]_
### Download the guide
```sh
npm run grab -- --site=foxtel.com.au
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/foxtel.com.au/foxtel.com.au.config.js --output=./sites/foxtel.com.au/foxtel.com.au.channels.xml
```
### Test
```sh
npm test -- foxtel.com.au
```