Update tapdmv.com

This commit is contained in:
freearhey
2023-11-28 13:58:23 +03:00
parent 28ac8c3754
commit 079f6ec214
4 changed files with 58 additions and 27 deletions

View File

@@ -0,0 +1,21 @@
# tapdmv.com
https://tapdmv.com/Schedule/index.html
### Download the guide
```sh
npm run grab -- --site=tapdmv.com
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tapdmv.com/tapdmv.com.config.js --output=./sites/tapdmv.com/tapdmv.com.channels.xml
```
### Test
```sh
npm test -- tapdmv.com
```