Update hd-plus.de

This commit is contained in:
freearhey 2023-12-03 16:16:42 +03:00
parent 0aff23d11a
commit aa299199ba
2 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=hd-plus.de
const { parser, url } = require('./hd-plus.de.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')

View file

@ -0,0 +1,15 @@
# hd-plus.de
https://hd-plus.de/
### Download the guide
```sh
npm run grab -- --site=hd-plus.de
```
### Test
```sh
npm test -- hd-plus.de
```