Commit graph

7518 commits

Author SHA1 Message Date
freearhey
a6b8c49b91 Delete hd-plus.de.channels.xml 2025-01-14 19:34:16 +03:00
freearhey
a7a7dcd018 Delete hd-plus.de.config.js 2025-01-14 19:34:03 +03:00
freearhey
82559cedf2 Delete hd-plus.de.test.js 2025-01-14 19:33:50 +03:00
PopeyeTheSai10r
76df1541d8
Merge pull request #2585 from iptv-org/tohenk/fix-tvguide.com
Update tvguide.com guide.
2025-01-13 18:24:35 -08:00
PopeyeTheSai10r
ba08df2daa
Merge pull request #2586 from iptv-org/tohenk/fix-dsmart.com.tr
Update dsmart.com.tr guide.
2025-01-13 18:10:56 -08:00
Toha
4eff318722
Fix excessive page while fetching channels.
Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-13 14:11:12 +07:00
Toha
8be65cc04f
Update dsmart.com.tr guide.
Test:

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

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

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

 PASS  sites/dsmart.com.tr/dsmart.com.tr.test.js
  √ can generate valid url (6 ms)
  √ can parse response (14 ms)
  √ can handle empty guide (2 ms)

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

Grab:

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

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

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: dsmart.com.tr
loading channels...
  found 104 channel(s)
run #1:
  [1/208] dsmart.com.tr (tr) - 5d25dbe5cfef0b5761a051db - Jan 13, 2025 (38 programs)
  [2/208] dsmart.com.tr (tr) - 5d25dbe5cfef0b5761a051db - Jan 14, 2025 (36 programs)
  ...
  [207/208] dsmart.com.tr (tr) - 58d29bb0eefad3db9c6062b4 - Jan 14, 2025 (35 programs)
  [208/208] dsmart.com.tr (tr) - 58d29bb0eefad3db9c6062b4 - Jan 13, 2025 (41 programs)
  saving to "guide.xml"...
  done in 00h 00m 12s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-13 13:36:53 +07:00
iptv-bot[bot]
9a565f16f4 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](1273874783) workflow.
2025-01-13 00:59:49 +00:00
PopeyeTheSai10r
767aa12ef8
Merge pull request #2584 from iptv-org/add-freeview.co.uk
Add freeview.co.uk
2025-01-12 08:18:31 -08:00
PopeyeTheSai10r
53d81b8f4b
Merge pull request #2581 from iptv-org/add-gigatv.3bbtv.co.th
Add gigatv.3bbtv.co.th
2025-01-12 08:15:25 -08: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
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
freearhey
f32e7ac7e7 Create readme.md 2025-01-12 17:39:16 +03:00
freearhey
0473274b90 Create freeview.co.uk.channels.xml 2025-01-12 17:38:56 +03: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
freearhey
cd74b66445 Create freeview.co.uk.config.js 2025-01-12 02:07:21 +03:00
freearhey
af1dcdd45e Create freeview.co.uk.test.js 2025-01-12 02:07:02 +03:00
freearhey
c6d56eefed Create content.json 2025-01-12 02:06:44 +03: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
freearhey
4d539fb709 Create readme.md 2025-01-11 22:01:04 +03:00
freearhey
2ec54202d0 Create gigatv.3bbtv.co.th.channels.xml 2025-01-11 22:00:47 +03:00
freearhey
0e921f0d7a Create gigatv.3bbtv.co.th.config.js 2025-01-11 22:00:31 +03:00
freearhey
27c92d6dfb Create gigatv.3bbtv.co.th.test.js 2025-01-11 22:00:02 +03:00
freearhey
f093251308 Create content.json 2025-01-11 21:59:34 +03: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