Update artonline.tv

This commit is contained in:
freearhey 2023-12-02 18:38:55 +03:00
parent 0a8bb656ba
commit e0033b42d8
2 changed files with 15 additions and 2 deletions

View file

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

View file

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