diff --git a/sites/tvtv.us/readme.md b/sites/tvtv.us/readme.md new file mode 100644 index 00000000..60f34fde --- /dev/null +++ b/sites/tvtv.us/readme.md @@ -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 +``` diff --git a/sites/tvtv.us/tvtv.us.test.js b/sites/tvtv.us/tvtv.us.test.js index 685f617c..2751a3a4 100644 --- a/sites/tvtv.us/tvtv.us.test.js +++ b/sites/tvtv.us/tvtv.us.test.js @@ -1,5 +1,3 @@ -// npm run grab -- --site=tvtv.us - const { parser, url } = require('./tvtv.us.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc')