diff --git a/sites/bt.com/bt.com.channels.xml b/sites/bt.com/bt.com.channels.xml index 37823209..b216fc10 100644 --- a/sites/bt.com/bt.com.channels.xml +++ b/sites/bt.com/bt.com.channels.xml @@ -1,7 +1,7 @@  - - + Craft Store TV + Ideal Extra 4seven 5 Action 5 Select diff --git a/sites/bt.com/bt.com.test.js b/sites/bt.com/bt.com.test.js index 779b722c..ff4bb04e 100644 --- a/sites/bt.com/bt.com.test.js +++ b/sites/bt.com/bt.com.test.js @@ -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') diff --git a/sites/bt.com/readme.md b/sites/bt.com/readme.md new file mode 100644 index 00000000..99d4d677 --- /dev/null +++ b/sites/bt.com/readme.md @@ -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 +```