From f35ce04f042e4100bc42ebdb0033e1dd9991a604 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:43:50 +0300 Subject: [PATCH] Update dsmart.com.tr --- .../dsmart.com.tr/dsmart.com.tr.channels.xml | 4 ++-- sites/dsmart.com.tr/dsmart.com.tr.test.js | 3 --- sites/dsmart.com.tr/readme.md | 21 +++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/dsmart.com.tr/readme.md diff --git a/sites/dsmart.com.tr/dsmart.com.tr.channels.xml b/sites/dsmart.com.tr/dsmart.com.tr.channels.xml index 92f014e4..b4b53713 100644 --- a/sites/dsmart.com.tr/dsmart.com.tr.channels.xml +++ b/sites/dsmart.com.tr/dsmart.com.tr.channels.xml @@ -3,7 +3,7 @@ BBC World News CNN International NBA TV - + Dream Tv 24Kitchen 24 360 diff --git a/sites/dsmart.com.tr/dsmart.com.tr.test.js b/sites/dsmart.com.tr/dsmart.com.tr.test.js index 0bfdb603..f38a9f71 100644 --- a/sites/dsmart.com.tr/dsmart.com.tr.test.js +++ b/sites/dsmart.com.tr/dsmart.com.tr.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.js --output=./sites/dsmart.com.tr/dsmart.com.tr.channels.xml -// npm run grab -- --site=dsmart.com.tr - const { parser, url } = require('./dsmart.com.tr.config.js') const dayjs = require('dayjs') const fs = require('fs') diff --git a/sites/dsmart.com.tr/readme.md b/sites/dsmart.com.tr/readme.md new file mode 100644 index 00000000..8882bd8c --- /dev/null +++ b/sites/dsmart.com.tr/readme.md @@ -0,0 +1,21 @@ +# dsmart.com.tr + +https://www.dsmart.com.tr/yayin-akisi + +### Download the guide + +```sh +npm run grab -- --site=dsmart.com.tr +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.js --output=./sites/dsmart.com.tr/dsmart.com.tr.channels.xml +``` + +### Test + +```sh +npm test -- dsmart.com.tr +```