Commit Graph

16 Commits

Author SHA1 Message Date
freearhey
b6a589c62a Replace LF line endings with CRLF 2025-09-28 17:55:05 +03:00
freearhey
32c856a35c Merge branch 'master' into pr/2821 2025-08-10 08:00:26 +03:00
whitesnakeftw
b373bee310 fix channel grab for tvguide.com 2025-08-01 13:32:23 +02:00
freearhey
29aa427923 Replace LF endings with CRLF 2025-07-31 22:29:01 +03:00
whitesnakeftw
f3124d42fc fix tvguide.com 2025-07-30 03:23:06 +02:00
Toha
6def709352 Update tvguide.com guide.
Test:

```sh
npm test --- tvguide.com

> test
> run-script-os tvguide.com

> test:win32
> SET "TZ=Pacific/Nauru" && npx jest --runInBand tvguide.com

 PASS  sites/tvguide.com/tvguide.com.test.js
  √ can generate valid url (4 ms)
  √ can parse response (5 ms)
  √ can handle empty guide (1 ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   0 total
Time:        0.567 s, estimated 1 s
Ran all test suites matching /tvguide.com/i.
```

Grab:

```sh
npm run grab --- --site=tvguide.com

> grab
> npx tsx scripts/commands/epg/grab.ts --site=tvguide.com

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: tvguide.com
loading channels...
  found 1 channel(s)
run #1:
  [1/2] tvguide.com (es) - UnivisionEast.us - Jan 12, 2025 (33 programs)
  [2/2] tvguide.com (es) - UnivisionEast.us - Jan 13, 2025 (25 programs)
  saving to "guide.xml"...
  done in 00h 00m 05s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-12 23:07:10 +07:00
freearhey
5df982bb7c Fix linter issues in sites/ 2025-01-01 12:27:22 +03:00
cruizno
70a9af0c4e Update tvguide.com.config.js 2024-02-18 00:25:46 -06:00
freearhey
a9d065e3d3 Update tvguide.com 2023-12-01 01:30:11 +03:00
freearhey
63c86a2b30 Fixes linter errors 2023-10-15 14:08:23 +03:00
freearhey
c0cfcf7a47 Update /sites 2023-10-02 06:35:33 +03:00
freearhey
ea1ef392d3 Update tvguide.com.config.js 2023-06-19 09:58:21 +03:00
Aleksandr Statciuk
f97f1b55c9 Adds the number of days to config.js 2023-01-10 12:40:01 +03:00
Aleksandr Statciuk
34597ae3ec Update tvguide.com.config.js 2022-10-30 18:39:05 +03:00
Aleksandr Statciuk
3a9ae1dbae Update tvguide.com.config.js 2022-10-04 16:26:51 +03:00
Aleksandr Statciuk
6955909ee4 Move sites into a folders 2021-10-15 03:31:13 +03:00