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,4 +1,4 @@
// npx epg-grabber --config=sites/directv.com.uy/directv.com.uy.config.js --channels=sites/directv.com.uy/directv.com.uy.channels.xml --output=guide.xml --days=2
// npm run grab -- --site=directv.com.uy
const { parser, url, request } = require('./directv.com.uy.config.js')
const fs = require('fs')
@@ -71,7 +71,7 @@ it('can parse response', () => {
it('can handle empty guide', () => {
const result = parser({
content: ``,
content: '',
channel
})
expect(result).toMatchObject([])