diff --git a/sites/toonamiaftermath.com/readme.md b/sites/toonamiaftermath.com/readme.md new file mode 100644 index 000000000..d5157235a --- /dev/null +++ b/sites/toonamiaftermath.com/readme.md @@ -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 +``` diff --git a/sites/toonamiaftermath.com/toonamiaftermath.com.channels.xml b/sites/toonamiaftermath.com/toonamiaftermath.com.channels.xml index dac5b3500..bc6adb268 100644 --- a/sites/toonamiaftermath.com/toonamiaftermath.com.channels.xml +++ b/sites/toonamiaftermath.com/toonamiaftermath.com.channels.xml @@ -1,4 +1,4 @@ - Toonami Aftermath East + Toonami Aftermath EST diff --git a/sites/toonamiaftermath.com/toonamiaftermath.com.test.js b/sites/toonamiaftermath.com/toonamiaftermath.com.test.js index 47f99ef9d..455031cd0 100644 --- a/sites/toonamiaftermath.com/toonamiaftermath.com.test.js +++ b/sites/toonamiaftermath.com/toonamiaftermath.com.test.js @@ -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')