mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
22 lines
353 B
Markdown
22 lines
353 B
Markdown
# 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
|
|
```
|