Update /sites

This commit is contained in:
freearhey
2023-10-02 06:35:33 +03:00
parent ca254a6df0
commit c0cfcf7a47
543 changed files with 30781 additions and 31187 deletions

View File

@@ -1,5 +1,5 @@
// npm run channels:parse -- --config=./sites/tvgids.nl/tvgids.nl.config.js --output=./sites/tvgids.nl/tvgids.nl.channels.xml
// npx epg-grabber --config=sites/tvgids.nl/tvgids.nl.config.js --channels=sites/tvgids.nl/tvgids.nl.channels.xml --output=guide.xml
// npm run grab -- --site=tvgids.nl
const { parser, url } = require('./tvgids.nl.config.js')
const fs = require('fs')
@@ -54,7 +54,7 @@ it('can parse response', () => {
it('can handle empty guide', () => {
const result = parser({
content: ``,
content: '',
date
})
expect(result).toMatchObject([])