From c4944ec847843b9b3c33c025c465b36bf68037a9 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:02:37 +0300 Subject: [PATCH] Update rtb.gov.bn --- sites/rtb.gov.bn/readme.md | 15 +++++++++++++++ sites/rtb.gov.bn/rtb.gov.bn.test.js | 2 -- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 sites/rtb.gov.bn/readme.md diff --git a/sites/rtb.gov.bn/readme.md b/sites/rtb.gov.bn/readme.md new file mode 100644 index 00000000..422def7b --- /dev/null +++ b/sites/rtb.gov.bn/readme.md @@ -0,0 +1,15 @@ +# rtb.gov.bn + +https://www.rtb.gov.bn/SitePages/Programme%20Guide.aspx + +### Download the guide + +```sh +npm run grab -- --site=rtb.gov.bn +``` + +### Test + +```sh +npm test -- rtb.gov.bn +``` diff --git a/sites/rtb.gov.bn/rtb.gov.bn.test.js b/sites/rtb.gov.bn/rtb.gov.bn.test.js index d539504a..5ce7f0ee 100644 --- a/sites/rtb.gov.bn/rtb.gov.bn.test.js +++ b/sites/rtb.gov.bn/rtb.gov.bn.test.js @@ -1,5 +1,3 @@ -// npm run grab -- --site=rtb.gov.bn - const { parser, url } = require('./rtb.gov.bn.config.js') const path = require('path') const fs = require('fs')