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>
This commit is contained in:
Toha
2025-01-12 23:07:10 +07:00
parent 3c19dd1725
commit 6def709352
11 changed files with 311 additions and 463 deletions

View File

@@ -1,91 +0,0 @@
{
"data": {
"item": {
"id": 6060613824,
"name": "CBS Sunday Morning",
"parentId": 1030037352,
"description": "The Backseat Lovers perform on the \"Saturday Sessions\"; and Daisy Ryan guests on \"The Dish.\" Also: comedian Fortune Feimster.",
"isSportsEvent": false,
"rating": null,
"tvRating": "TV-PG",
"episodeTitle": "10-30-2022",
"releaseYear": 2022,
"seoUrl": null,
"categoryId": 4,
"subCategoryId": 0,
"episodeAirDate": "/Date(1667088000000)/",
"episodeNumber": 248,
"seasonNumber": 40,
"mcoId": 1030037352,
"title": "CBS Sunday Morning",
"type": "show",
"slug": "cbs-sunday-morning",
"typeId": 1,
"images": [
{
"id": "1-10744155154",
"provider": "Tivo",
"imageType": {
"typeId": 1,
"typeName": "showcard",
"providerTypeName": "Vertical Showcard (3:4)"
},
"bucketType": "catalog",
"bucketPath": "/provider/1/1/1-10744155154.jpg",
"filename": "",
"width": 2160,
"height": 2880
},
{
"id": "1-10744155148",
"provider": "Tivo",
"imageType": {
"typeId": 5,
"typeName": "key art",
"providerTypeName": "Key Art"
},
"bucketType": "catalog",
"bucketPath": "/provider/1/5/1-10744155148.jpg",
"filename": "",
"width": 3000,
"height": 1688
}
],
"genres": [
{
"id": 19,
"name": "Talk & Interview",
"genres": [
"interview",
"talk"
]
},
{
"id": 99,
"name": "Other",
"genres": [
"newsmagazine",
"profile"
]
}
],
"duration": null,
"metacriticSummary": {
"url": null,
"score": 0,
"reviewCount": 0
},
"video": null
}
},
"links": {
"self": {
"href": "https://cmg-prod.apigee.net/v1/xapi/tvschedules/tvguide/programdetails/6060613824/web"
}
},
"meta": {
"componentName": null,
"componentDisplayName": null,
"componentType": null
}
}