Commit Graph

9415 Commits

Author SHA1 Message Date
Toha
f8a8806d1f Add test for workers:validate command.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-08-01 02:21:42 +00:00
Toha
dc8b6343b9 Unify git changed files check. 2026-07-29 17:38:53 +00:00
Toha
782bf8fa89 Merge branch 'master' into strange-patch-7/1 2026-07-29 10:08:50 +07:00
Toha
d0319a6e37 Merge pull request #3215 from iptv-org/freearhey-patch-2
Update workers.txt
2026-07-29 10:05:32 +07:00
iptv-bot[bot]
78c0de9b7b [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/30415407232) workflow.
2026-07-29 01:55:31 +00:00
freearhey
eb94f2927e Update workers.txt 2026-07-28 11:24:03 +03:00
iptv-bot[bot]
e0e04036a7 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/30321483027) workflow.
2026-07-28 01:52:36 +00:00
PopeyeTheSai10r
0b34d70878 Merge pull request #3214 from tohenk/update-nowplayer.now.com
Scrape detailed guide on nowplayer.now.com.
2026-07-27 05:07:21 -07:00
iptv-bot[bot]
e52d4dd005 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/30139567412) workflow.
2026-07-25 01:59:43 +00:00
PopeyeTheSai10r
ae14584b8d Merge pull request #3199 from tohenk/update-toonamiaftermath.com
Update toonamiaftermath.com Api guide and channels.
2026-07-24 04:06:40 -07:00
Toha
8c92476768 Scrape detailed guide on nowplayer.now.com.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-23 09:25:03 +07:00
iptv-bot[bot]
1525e895fa [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/29669444987) workflow.
2026-07-19 01:59:33 +00:00
iptv-bot[bot]
270ab22651 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/29625921433) workflow.
2026-07-18 01:49:32 +00:00
Alstruit
392e7c7bdf Merge pull request #3195 from iptv-org/CasperMcFadden95-patch-1
Update osn.com_ar.channels.xml
2026-07-17 13:01:40 -05:00
StrangeDrVN
d165d7065f Fix regex for line content error handling 2026-07-14 14:28:49 +05:30
StrangeDrVN
69a1a22d4f lint error 2026-07-14 14:17:29 +05:30
StrangeDrVN
51177153dc Add workers:validate script to package.json
Added 'workers:validate' script to package.json.
2026-07-14 14:12:20 +05:30
StrangeDrVN
3a639f3621 update worker validation 2026-07-14 14:11:47 +05:30
StrangeDrVN
bf353082c5 add validate script 2026-07-14 14:09:35 +05:30
StrangeDrVN
27e12de113 crlf fix 2026-07-14 13:37:09 +05:30
StrangeDrVN
f782163d5e check workers.txt file 2026-07-14 13:29:06 +05:30
PopeyeTheSai10r
95c7e35727 Merge pull request #3203 from luuvasara/fix/dna-fi-grabber
Fix dna.fi guide: full-day results, hard errors on bad responses
2026-07-13 20:12:01 -07:00
iptv-bot[bot]
39d471c0d7 [Bot] Update GUIDES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/29218675037) workflow.
2026-07-13 02:03:33 +00:00
Ismaël M.
43385c4aef Merge pull request #3202 from iptv-org/strange-add-worker
[IN] add new worker url
2026-07-12 16:58:21 +02:00
luuvasara
8d7502c437 Fix dna.fi guide: full-day results, hard errors on bad responses
The grabber requested each day as a fixed UTC+2 window. The API's
broadcast days start at 04:00 Europe/Helsinki, so during daylight
saving time (UTC+3) the misaligned interval was answered with a
"303 See Other" redirect to a widened two-day window. On top of that
the API paginates 20 items per response by default, so each day was
truncated to the first ~20 programmes.

- Request the exact broadcast-day window in Europe/Helsinki time
- Add limit=1000 so a full day fits in one response
- Drop the local-timezone day filter: the requested interval already
  bounds the results, and the filter discarded late-night programmes
  depending on the runner's timezone
- Throw on malformed or unrecognized responses instead of returning
  an empty list, so failures are reported as errors rather than a
  silently empty (but "successful") guide
2026-07-10 22:37:04 +03:00
StrangeDrVN
a4175f9312 add new worker url 2026-07-10 19:34:48 +05:30
iptv-bot[bot]
0d5e1ff08b [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/28989200191) workflow.
2026-07-09 02:12:27 +00:00
Toha
8cfc2e9664 Update toonamiaftermath.com Api guide and channels.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-08 07:59:37 +07:00
Ismaël M.
2936189b0b Merge pull request #3197 from tohenk/fix-circular
Prevent circular structure error when logging site configuration.
2026-07-07 20:39:47 +02:00
Toha
feb20a5970 Prevent circular structure error when logging site configuration.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-07 07:41:49 +07:00
iptv-bot[bot]
cca6405f39 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/28763971829) workflow.
2026-07-06 02:30:37 +00:00
PopeyeTheSai10r
1e9283c3a0 Merge pull request #3192 from tohenk/update-tivie.id
Update tivie.id Api guide and channels.
2026-07-05 13:57:59 -07:00
CasperMcFadden95
3526cc1466 Update osn.com_en.channels.xml 2026-07-05 09:50:22 +00:00
CasperMcFadden95
d51c0d2403 Update osn.com_ar.channels.xml 2026-07-05 09:49:39 +00:00
iptv-bot[bot]
093c3b5f5e [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/28726916028) workflow.
2026-07-05 02:26:19 +00:00
Aleksandr Statciuk
dcc0bf4c15 Merge pull request #3183 from tohenk/fix-tv.mail.ru
Update tv.mail.ru Api guide and channels.
2026-07-05 02:59:44 +03:00
PopeyeTheSai10r
b2251d10dc Merge pull request #3186 from BastyPro112/master
Fix mi.tv time parsing and modifying Cheerio to use .find() instead
2026-07-04 16:46:51 -07:00
PopeyeTheSai10r
cdcae5c6f9 Merge pull request #3190 from tohenk/update-allente
Update allente sites.
2026-07-04 16:35:21 -07:00
PopeyeTheSai10r
05338c1e6b Merge pull request #3193 from tohenk/update-visionplus.id
Update visionplus.id channels.
2026-07-04 13:18:19 -07:00
Aleksandr Statciuk
f6967902b5 Merge pull request #3184 from tohenk/fix-osn.com
Update osn.com Api and channels.
2026-07-04 23:08:04 +03:00
PopeyeTheSai10r
cc81dd7987 Merge pull request #3189 from tohenk/retire-mysky.com.ph
Site mysky.com.ph is retired.
2026-07-04 12:56:48 -07:00
Toha
2e7097fc9d Update visionplus.id channels.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-04 22:29:01 +07:00
Toha
517c50646a Update tivie.id Api guide and channels.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-04 22:16:31 +07:00
Toha
f59a46bb00 Update allente sites.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-04 19:32:45 +07:00
Toha
4fe291c24e Site mysky.com.ph is retired.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-07-04 19:08:33 +07:00
iptv-bot[bot]
41a54452e8 [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/28691738300) workflow.
2026-07-04 02:10:29 +00:00
BastyPro112
a2b4e51b71 Revert 2026-07-01 22:30:46 -04:00
BastyPro112
ec8ced475c Fix mi.tv time parsing and cheerio stuff 2026-07-01 20:28:46 -04:00
iptv-bot[bot]
55c9b52aab [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/28416578696) workflow.
2026-06-30 02:40:57 +00:00
Ismaël Moret
da91376520 Merge pull request #3180 from tohenk/fix-ontvtonight.com
Update ontvtonight.com guide Api and channels.
2026-06-29 13:56:03 +02:00