mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update bt.com
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user