From 1df5166e0e084b9402da68b680dcd6cf338b552f Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:49:59 +0300 Subject: [PATCH] Update toonamiaftermath.com --- sites/toonamiaftermath.com/readme.md | 15 +++++++++++++++ .../toonamiaftermath.com.channels.xml | 2 +- .../toonamiaftermath.com.test.js | 2 -- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 sites/toonamiaftermath.com/readme.md diff --git a/sites/toonamiaftermath.com/readme.md b/sites/toonamiaftermath.com/readme.md new file mode 100644 index 00000000..d5157235 --- /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 dac5b350..bc6adb26 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 47f99ef9..455031cd 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')