freearhey
|
fba07b17e7
|
Update lint.ts
|
2025-01-13 17:55:14 +03:00 |
|
freearhey
|
f7c09afb84
|
Remove wrong xmltv_ids
|
2025-01-13 17:50:28 +03:00 |
|
freearhey
|
f5f37a7441
|
Update validate.ts
|
2025-01-13 16:32:32 +03:00 |
|
freearhey
|
55a6a2fecc
|
Update duplicate.channels.xml
|
2025-01-13 16:31:51 +03:00 |
|
freearhey
|
eca069cd04
|
Update CONTRIBUTING.md
|
2025-01-13 14:20:37 +03:00 |
|
freearhey
|
c4189460cb
|
Install fuse.js package
|
2025-01-13 02:29:58 +03:00 |
|
freearhey
|
2e64b51b79
|
Update edit.ts
|
2025-01-12 23:10:50 +03:00 |
|
freearhey
|
bc4b5bd187
|
Update edit.test.ts
|
2025-01-12 23:09:49 +03:00 |
|
freearhey
|
8cdff31159
|
Rename channels:editor to channels:edit
|
2025-01-12 22:11:34 +03:00 |
|
freearhey
|
5218372e20
|
Update CONTRIBUTING.md
|
2025-01-12 22:06:33 +03:00 |
|
freearhey
|
e68a5b5f7f
|
Add sites:init script
|
2025-01-12 21:37:20 +03:00 |
|
freearhey
|
dd3844f6dd
|
Create init.ts
|
2025-01-12 21:37:00 +03:00 |
|
freearhey
|
3e6fb2b1d3
|
Create scripts/templates
|
2025-01-12 21:35:52 +03:00 |
|
freearhey
|
6285025a53
|
Create init.test.ts
|
2025-01-12 21:33:35 +03:00 |
|
freearhey
|
89bc036b01
|
Update tests/__data__
|
2025-01-12 21:33:17 +03:00 |
|
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 |
|