Commit graph

7498 commits

Author SHA1 Message Date
freearhey
71d777e235 Update eslint.config.mjs 2025-01-12 21:32:58 +03:00
PopeyeTheSai10r
d33aae5d84
Merge pull request #2583 from iptv-org/tohenk/fix-digiturk.com.tr
Update digiturk.com.tr guide.
2025-01-12 06:47:12 -08:00
PopeyeTheSai10r
78623a2930
Merge pull request #2582 from iptv-org/tohenk/fix-orangetv.orange.es
Update orangetv.orange.es guide.
2025-01-12 06:44:50 -08:00
Toha
3118077673
Update digiturk.com.tr guide.
Test:

```sh
npm test --- digiturk.com.tr

> test
> run-script-os digiturk.com.tr

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

 PASS  sites/digiturk.com.tr/digiturk.com.tr.test.js
  √ can generate valid url (3 ms)
  √ can parse response (167 ms)
  √ can handle empty guide (1 ms)

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

Grab:

```sh
npm run grab --- --site=digiturk.com.tr

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

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: digiturk.com.tr
loading channels...
  found 108 channel(s)
run #1:
  [1/216] digiturk.com.tr (tr) - 212 - Jan 12, 2025 (56 programs)
  [2/216] digiturk.com.tr (tr) - 212 - Jan 13, 2025 (58 programs)
  ...
  [215/216] digiturk.com.tr (tr) - VavTV.tr - Jan 13, 2025 (18 programs)
  [216/216] digiturk.com.tr (tr) - TVNET.tr - Jan 13, 2025 (32 programs)
  saving to "guide.xml"...
  done in 00h 02m 10s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-12 17:33:06 +07:00
Toha
3dbece7ff0
Update orangetv.orange.es guide.
Test:

```sh
npm test --- orangetv.orange.es

> test
> run-script-os orangetv.orange.es

> test:win32
> SET "TZ=Pacific/Nauru" && npx jest --runInBand orangetv.orange.es

 PASS  sites/orangetv.orange.es/orangetv.orange.es.test.js
  √ can generate valid url (6 ms)
  √ can parse response (6 ms)
  √ can handle empty guide (1 ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   0 total
Time:        0.701 s, estimated 1 s
Ran all test suites matching /orangetv.orange.es/i.
```

Grab:

```sh
pm run grab --- --site=orangetv.orange.es

> grab
> npx tsx scripts/commands/epg/grab.ts --site=orangetv.orange.es

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: orangetv.orange.es
loading channels...
  found 2 channel(s)
run #1:
  [1/2] orangetv.orange.es (es) - La1.es - Jan 12, 2025 (18 programs)
  [2/2] orangetv.orange.es (es) - La2.es - Jan 12, 2025 (39 programs)
  saving to "guide.xml"...
  done in 00h 00m 18s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-12 14:14:28 +07:00
iptv-bot[bot]
3c19dd1725 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](1272908881) workflow.
2025-01-12 01:01:20 +00:00
Toha
7c3d32191d
Prevent empty commit on SITES update. (#2575)
Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-12 00:01:27 +01:00
PopeyeTheSai10r
aa9f0b7b86
Merge pull request #2580 from iptv-org/add-epg.112114.xyz
Add epg.112114.xyz
2025-01-11 15:00:57 -08:00
PopeyeTheSai10r
24d64575cb
Merge pull request #2577 from iptv-org/freearhey-patch-6
Update i.mjh.nz
2025-01-11 07:17:42 -08:00
PopeyeTheSai10r
4087766349
Merge pull request #2578 from iptv-org/freearhey-patch-7
Update nzxmltv.com
2025-01-11 07:15:06 -08:00
PopeyeTheSai10r
0b3f92cb50
Merge pull request #2579 from iptv-org/tohenk/fix-web.magentatv.de
Update web.magentatv.de.
2025-01-11 07:12:38 -08:00
freearhey
73664749f3 Update epg.112114.xyz.config.js 2025-01-11 18:02:14 +03:00
freearhey
67265aa79b Create readme.md 2025-01-11 17:36:57 +03:00
freearhey
297b68d0e3 Create epg.112114.xyz.channels.xml 2025-01-11 17:36:37 +03:00
freearhey
9970a63d50 Create epg.112114.xyz.config.js 2025-01-11 17:36:13 +03:00
freearhey
2535942b5c Create epg.112114.xyz.test.js 2025-01-11 17:35:55 +03:00
freearhey
b8de28e035 Create content.xml 2025-01-11 17:35:40 +03:00
Aleksandr Statciuk
cfa34bc99c
Merge pull request #2572 from fraudiay79/patch-1
Update snrt.ma.config.js
2025-01-11 16:51:11 +03:00
Toha
7cce6d737e
Update web.magentatv.de.
Test:

```sh
npm test --- web.magentatv.de

> test
> run-script-os web.magentatv.de

> test:win32
> SET "TZ=Pacific/Nauru" && npx jest --runInBand web.magentatv.de

 PASS  sites/web.magentatv.de/web.magentatv.de.test.js
  √ can generate valid url (2 ms)
  √ can generate valid request method (1 ms)
  √ can generate valid request headers (2 ms)
  √ can generate valid request data (3 ms)
  √ can parse response (3 ms)
  √ can handle empty guide

Test Suites: 1 passed, 1 total
Tests:       6 passed, 6 total
Snapshots:   0 total
Time:        0.599 s, estimated 1 s
Ran all test suites matching /web.magentatv.de/i.
```

Grab:

```sh
npm run grab --- --site=web.magentatv.de

> grab
> npx tsx scripts/commands/epg/grab.ts --site=web.magentatv.de

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: web.magentatv.de
loading channels...
  found 348 channel(s)
run #1:
  [1/696] web.magentatv.de (de) - 132 - Jan 11, 2025 (9 programs)
  [2/696] web.magentatv.de (de) - 132 - Jan 12, 2025 (11 programs)
  ...
  [695/696] web.magentatv.de (de) - SkyOne.de - Jan 12, 2025 (38 programs)
  [696/696] web.magentatv.de (de) - SkySport9.de - Jan 11, 2025 (2 programs)
  saving to "guide.xml"...
  done in 00h 04m 59s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-11 20:32:46 +07:00
Toha
aa1356e10b
Fix snrt.ma parser and implement channel parser.
Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-11 19:19:27 +07:00
freearhey
5176fb349d Update nzxmltv.com.config.js 2025-01-11 10:44:31 +03:00
freearhey
edfb7da0f5 Update i.mjh.nz.config.js 2025-01-11 10:39:11 +03:00
iptv-bot[bot]
0aea37d39b [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](1271961412) workflow.
2025-01-11 00:56:40 +00:00
fraudiay79
e5e1988824
Update snrt.ma.config.js 2025-01-09 23:39:52 -05:00
iptv-bot[bot]
68ba143c67 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](1270120574) workflow.
2025-01-10 00:57:49 +00:00
iptv-bot[bot]
8e39af2a4d [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](1268181215) workflow.
2025-01-09 00:56:06 +00:00
Ismaël Moret
8a5ec2cfac
Merge pull request #2562 from iptv-org/freearhey-patch-5
Patch 2025.01.1
2025-01-08 13:24:56 +01:00
freearhey
c436e7589e Increase timeout for the test 2025-01-07 19:26:31 +03:00
freearhey
d7e28ae732 Merge branch 'freearhey-patch-5' of https://github.com/iptv-org/epg into freearhey-patch-5 2025-01-07 19:25:20 +03:00
freearhey
3c858ecca9 Minor changes to the tests 2025-01-07 19:24:50 +03:00
Ismaël Moret
4c44d449db sync with master 2025-01-07 15:10:07 +00:00
freearhey
e1ffd61618 Replace ts-jest with @swc/jest 2025-01-07 12:56:44 +03:00
freearhey
cfb53d754f Install jest-offline 2025-01-07 12:50:28 +03:00
freearhey
bb9248df1d Update grab.test.ts 2025-01-06 21:14:55 +03:00
freearhey
0b8782a9eb Update grab.test.ts 2025-01-06 10:31:33 +03:00
freearhey
7171e11d21 Delete .sites/_table.md from repo 2025-01-06 07:22:29 +03:00
freearhey
ded5e881bb Fix sites:update test on Windows 2025-01-06 07:21:30 +03:00
PopeyeTheSai10r
95e9e670ff
Merge pull request #2514 from iptv-org/BellezaEmporium-patch-1
[Fix] chaines-tv.orange.fr
2025-01-05 11:10:46 -08:00
freearhey
e15d812750 Replace path.resolve with pathToFileURL 2025-01-05 20:10:11 +03:00
freearhey
e7bbc7db23 Update parse.ts 2025-01-05 19:33:01 +03:00
freearhey
25093cb927 Update update.test.ts 2025-01-05 19:20:33 +03:00
freearhey
0f92463d05 Update editor.test.ts 2025-01-05 19:13:03 +03:00
freearhey
c8055f10d6 Add "debug" mode to tests 2025-01-05 19:02:24 +03:00
freearhey
ae7b32b079 Fix "test" error on Windows
Details: https://github.com/iptv-org/epg/pull/2562#issuecomment-2571339858
2025-01-04 20:49:06 +03:00
freearhey
e8f89b216c Fix linter issues 2025-01-04 20:48:37 +03:00
freearhey
8b0952b915 Merge branch 'master' into freearhey-patch-5 2025-01-04 20:43:51 +03:00
freearhey
4aad8125f5 Update sky.com.config.js 2025-01-04 20:43:36 +03:00
PopeyeTheSai10r
82f6fc114b
Merge pull request #2566 from fraudiay79/cyta.com.cy
Add cyta.com.cy
2025-01-04 07:55:03 -08:00
PopeyeTheSai10r
904f72254e
Merge pull request #2567 from fraudiay79/stod2.is
Add Stod2.is
2025-01-04 07:31:29 -08:00
freearhey
cf52b0c3b0 Update stod2.is.config.js 2025-01-04 17:01:56 +03:00