Update toonamiaftermath.com

This commit is contained in:
freearhey 2023-11-28 16:49:59 +03:00
parent e5321913ae
commit 1df5166e0e
3 changed files with 16 additions and 3 deletions

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

View file

@ -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>

View file

@ -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')