From d1f96419ea4e32fc128c43d4d2808f79689b1900 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 16 Jan 2025 23:43:05 +0300 Subject: [PATCH] Create readme.md --- sites/thesportplus.com/readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sites/thesportplus.com/readme.md diff --git a/sites/thesportplus.com/readme.md b/sites/thesportplus.com/readme.md new file mode 100644 index 00000000..a70f13c5 --- /dev/null +++ b/sites/thesportplus.com/readme.md @@ -0,0 +1,17 @@ +# thesportplus.com + +US: https://www.thesportplus.com/schedule_usa.php +Australia: https://www.thesportplus.com/schedule_aus.php +Europe: https://www.thesportplus.com/schedule_euro.php + +### Download the guide + +```sh +npm run grab --- --site=thesportplus.com +``` + +### Test + +```sh +npm test --- thesportplus.com +```