mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update toonamiaftermath.com
This commit is contained in:
parent
e5321913ae
commit
1df5166e0e
3 changed files with 16 additions and 3 deletions
15
sites/toonamiaftermath.com/readme.md
Normal file
15
sites/toonamiaftermath.com/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# toonamiaftermath.com
|
||||
|
||||
https://www.toonamiaftermath.com/schedule
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=toonamiaftermath.com
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- toonamiaftermath.com
|
||||
```
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="toonamiaftermath.com" lang="en" xmltv_id="ToonamiAftermathEast.us" site_id="Toonami Aftermath EST">Toonami Aftermath East</channel>
|
||||
<channel site="toonamiaftermath.com" lang="en" xmltv_id="ToonamiAftermathEast.us" site_id="Toonami Aftermath EST">Toonami Aftermath EST</channel>
|
||||
</channels>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// npm run grab -- --site=toonamiaftermath.com
|
||||
|
||||
const { parser, url } = require('./toonamiaftermath.com.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue