Update dstv.com

This commit is contained in:
freearhey
2023-12-03 02:46:34 +03:00
parent f35ce04f04
commit 283bc7eba4
51 changed files with 7113 additions and 14 deletions

View File

@@ -1,7 +1,3 @@
// npm run channels:parse -- --config=./sites/dstv.com/dstv.com.config.js --output=./sites/dstv.com/dstv.com_nga.channels.xml --set=country:nga
// npm run channels:parse -- --config=./sites/dstv.com/dstv.com.config.js --output=./sites/dstv.com/dstv.com_zaf.channels.xml --set=country:zaf
// npm run grab -- --site=dstv.com
const { parser, url } = require('./dstv.com.config.js')
const axios = require('axios')
const fs = require('fs')