Update tvtv.us

This commit is contained in:
freearhey 2023-12-01 23:28:48 +03:00
parent 7684f38b36
commit 78d582b5e2
2 changed files with 15 additions and 2 deletions

15
sites/tvtv.us/readme.md Normal file
View file

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

View file

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