Update rtb.gov.bn

This commit is contained in:
freearhey 2023-11-26 17:02:37 +03:00
parent bf84495b6e
commit c4944ec847
2 changed files with 15 additions and 2 deletions

View file

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

View file

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