Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nzxmltv.com #2557

Closed
freearhey opened this issue Dec 30, 2024 · 1 comment · Fixed by #2578
Closed

nzxmltv.com #2557

freearhey opened this issue Dec 30, 2024 · 1 comment · Fixed by #2578
Labels
broken guide There's a problem with the guide status:warning The guide downloads, but contains errors

Comments

@freearhey
Copy link
Collaborator

Site

nzxmltv.com

Description

npm test --- nzxmltv.com

> test
> run-script-os nzxmltv.com


> test:default
> TZ=Pacific/Nauru npx jest --runInBand nzxmltv.com

 FAIL  sites/nzxmltv.com/nzxmltv.com.test.js
  ✓ can generate valid url (4 ms)
  ✕ can parse response (28 ms)
  ✓ can handle empty guide

  ● can parse response

    expect(received).toMatchObject(expected)

    - Expected  - 1
    + Received  + 3

      Object {
        "description": "On Sunday, an unmissable show with stories about divorce, weight loss, and the incomprehensible devastation of Gaza.",
        "episode": 37,
    -   "icon": "https://www.thetvdb.com/banners/posters/5dbebff2986f2.jpg",
    +   "icon": Object {
    +     "src": "https://www.thetvdb.com/banners/posters/5dbebff2986f2.jpg",
    +   },
        "season": 2023,
        "start": "2023-11-21T10:30:00.000Z",
        "stop": "2023-11-21T11:25:00.000Z",
        "title": "Sunday",
      }

      23 |   const results = parser({ content, channel, date })
      24 |
    > 25 |   expect(results[0]).toMatchObject({
         |                      ^
      26 |     start: '2023-11-21T10:30:00.000Z',
      27 |     stop: '2023-11-21T11:25:00.000Z',
      28 |     title: 'Sunday',

      at Object.<anonymous> (sites/nzxmltv.com/nzxmltv.com.test.js:25:22)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 2 passed, 3 total
Snapshots:   0 total
Time:        3.392 s
Ran all test suites matching /nzxmltv.com/i.
@freearhey freearhey added broken guide There's a problem with the guide status:warning The guide downloads, but contains errors labels Dec 30, 2024
@BellezaEmporium
Copy link
Contributor

Seems to be the same issue than energeek.cl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken guide There's a problem with the guide status:warning The guide downloads, but contains errors
Development

Successfully merging a pull request may close this issue.

2 participants