mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update bt.com
This commit is contained in:
parent
31345e7510
commit
9522beee36
3 changed files with 17 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="bt.com" lang="en" xmltv_id="" site_id="hsxg">Craft Store TV</channel> -->
|
||||
<!-- <channel site="bt.com" lang="en" xmltv_id="" site_id="hsxq">Ideal Extra</channel> -->
|
||||
<channel site="bt.com" lang="en" xmltv_id="" site_id="hsxg">Craft Store TV</channel>
|
||||
<channel site="bt.com" lang="en" xmltv_id="" site_id="hsxq">Ideal Extra</channel>
|
||||
<channel site="bt.com" lang="en" xmltv_id="4seven.uk" site_id="hswj">4seven</channel>
|
||||
<channel site="bt.com" lang="en" xmltv_id="5Action.uk" site_id="hsvx">5 Action</channel>
|
||||
<channel site="bt.com" lang="en" xmltv_id="5SELECT.uk" site_id="ht94">5 Select</channel>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// npm run grab -- --site=bt.com
|
||||
|
||||
const { parser, url } = require('./bt.com.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
15
sites/bt.com/readme.md
Normal file
15
sites/bt.com/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# bt.com
|
||||
|
||||
https://www.player.bt.com/#/livetv/schedule
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=bt.com
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- bt.com
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue