mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update foxtel.com.au
This commit is contained in:
parent
0a2b1ee065
commit
c6f8383b01
3 changed files with 23 additions and 5 deletions
|
@ -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&E</channel>
|
||||
<channel site="foxtel.com.au" lang="en" xmltv_id="AEHD.au" site_id="AE-HD/AED">A&E HD</channel>
|
||||
<channel site="foxtel.com.au" lang="en" xmltv_id="AEPlus2.au" site_id="AE-2/E2A">A&E +2</channel>
|
||||
|
|
|
@ -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')
|
||||
|
|
21
sites/foxtel.com.au/readme.md
Normal file
21
sites/foxtel.com.au/readme.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue