Update worldfishingnetwork.com

This commit is contained in:
freearhey 2023-12-02 15:55:27 +03:00
parent d9c1a752d7
commit cd0ef77a64
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,15 @@
# worldfishingnetwork.com
https://www.worldfishingnetwork.com/schedule/
### Download the guide
```sh
npm run grab -- --site=worldfishingnetwork.com
```
### Test
```sh
npm test -- worldfishingnetwork.com
```

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=worldfishingnetwork.com
const { parser, url } = require('./worldfishingnetwork.com.config.js') const { parser, url } = require('./worldfishingnetwork.com.config.js')
const fs = require('fs') const fs = require('fs')
const path = require('path') const path = require('path')