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 +```