Commit graph

6553 commits

Author SHA1 Message Date
freearhey
1bac84bc87 Create tvcesoir.fr.config.js 2023-11-23 19:35:40 +03:00
freearhey
1414922290 Create tvcesoir.fr.test.js 2023-11-23 19:35:36 +03:00
freearhey
478d799d75 Create content.html 2023-11-23 19:35:29 +03:00
freearhey
adf875b720 Update SITES.md 2023-11-23 17:00:29 +03:00
freearhey
6fa953aa13 Merge branch 'add-guida.tv' 2023-11-23 16:59:38 +03:00
freearhey
0710a4f32b Fixes xmltv_id 2023-11-23 15:15:58 +03:00
freearhey
65344ce813 Create guida.tv.channels.xml 2023-11-23 15:13:46 +03:00
freearhey
226ef9feae Create guida.tv.config.js 2023-11-23 15:13:40 +03:00
freearhey
7446a4ca2b Create guida.tv.test.js 2023-11-23 15:13:24 +03:00
freearhey
bbf70fbabb Create content.html 2023-11-23 15:13:08 +03:00
freearhey
7a42c3775b Update SITES.md 2023-11-23 14:23:18 +03:00
freearhey
f5be3d27e4 Merge branch 'add-tvireland.ie' 2023-11-23 14:21:46 +03:00
freearhey
6a4c180ebf Fixes xmltv_id 2023-11-23 14:15:04 +03:00
freearhey
9bf9acdd69 Update tvireland.ie.channels.xml 2023-11-23 14:14:11 +03:00
freearhey
ff0eb63391 Create tvireland.ie.channels.xml 2023-11-22 22:39:27 +03:00
freearhey
a55433d27b Create tvireland.ie.config.js 2023-11-22 22:39:24 +03:00
freearhey
235b1c5b7f Create tvireland.ie.test.js 2023-11-22 22:39:20 +03:00
freearhey
067e9f04b7 Create content.html 2023-11-22 22:39:17 +03:00
freearhey
644107f752 Update nuevosiglo.com.uy.test.js 2023-11-22 20:05:43 +03:00
freearhey
cf85a42104 Update nowplayer.now.com 2023-11-22 20:03:26 +03:00
freearhey
636b3241fa Update SITES.md 2023-11-22 19:50:23 +03:00
freearhey
8613047d42 Update novacyprus.com.channels.xml 2023-11-22 19:31:42 +03:00
freearhey
e6f17fc34c Update nhkworldpremium.com.test.js 2023-11-22 19:23:57 +03:00
freearhey
2c94b68e65 Update mytvsuper.com 2023-11-22 19:13:03 +03:00
freearhey
5a22a46c71 Update mysky.com.ph 2023-11-22 18:58:58 +03:00
freearhey
6b90b6d90e Update myafn.dodmedia.osd.mil 2023-11-22 18:50:36 +03:00
freearhey
e1d49eb9f1 Update musor.tv.channels.xml 2023-11-22 18:36:20 +03:00
freearhey
43a3b162f0 Update mujtvprogram.cz 2023-11-22 18:14:50 +03:00
freearhey
13de39aa96 Update mts.rs 2023-11-22 17:12:48 +03:00
freearhey
085dbc80ed Update editor.ts 2023-11-22 17:12:39 +03:00
freearhey
d5cf773919 Update mtel.ba 2023-11-22 15:03:40 +03:00
freearhey
f99a3a488e Update movistarplus.es 2023-11-22 12:02:57 +03:00
freearhey
a7b4df2ece Update mon-programme-tv.be 2023-11-22 11:45:39 +03:00
freearhey
69dff7eec1 Fixes xmltv_id 2023-11-22 11:28:37 +03:00
freearhey
edc35e1f7d Update mncvision.id 2023-11-22 10:59:58 +03:00
freearhey
ed05492120 Update SITES.md 2023-11-22 10:44:26 +03:00
Aleksandr Statciuk
4de149870b
Merge pull request #2246 from tohenk/meuguia.tv-site
Add meuguia.tv.
2023-11-22 10:43:19 +03:00
Aleksandr Statciuk
868c2b9309
Merge pull request #2245 from GenericMale/fix-tvprofil.com
Fix tvprofil.com
2023-11-22 10:33:34 +03:00
Aleksandr Statciuk
4f0dedf8b6
Merge pull request #2243 from tohenk/transvision.co.id-gone
Site transvision.co.id is gone.
2023-11-22 10:29:53 +03:00
Aleksandr Statciuk
f382a89049
Merge pull request #2242 from tohenk/mncvision.id-optimize
Optimize mncvision.id grabber connection.
2023-11-22 10:29:08 +03:00
freearhey
bf2176479e Update mi.tv 2023-11-22 10:13:01 +03:00
Toha
1e7c4d76a1
Add meuguia.tv.
Signed-off-by: Toha <tohenk@yahoo.com>
2023-11-22 02:16:03 +07:00
GenericMale
7231180cf0 adapt tvprofil.com checksum impl 2023-11-21 18:30:09 +01:00
Toha
57b3db1ff1
Site transvision.co.id is gone.
https://www.transvision.co.id/jadwalacara/epg now returns blank.

Signed-off-by: Toha <tohenk@yahoo.com>
2023-11-21 22:49:04 +07:00
Toha
f0cadf182e
Optimize mncvision.id grabber connection.
Currently while fetching guide for every channels, there will be one additional
connection used to set the language cookie. This optimization change this behaviour
by setting the language cookie once and then use those cookie for the rest of the
channels unless there's change in channel language.

Assume there are 10 channels and each channel only use one connection. Before the
optimization the connections made are 20 (1 for guide fetch, 1 for set language,
then multiplied by 10), and after the optimization the connections made are 11
(1 for set language, 1 for guide fetch multiplied by 10).

Signed-off-by: Toha <tohenk@yahoo.com>
2023-11-21 22:42:02 +07:00
freearhey
fb3d2ef8f6 Update mewatch.sg 2023-11-21 15:39:54 +03:00
freearhey
35272ea0a4 Update meo.pt 2023-11-21 15:07:11 +03:00
freearhey
2dab7c60ad Update allente.se.config.js 2023-11-21 14:55:28 +03:00
freearhey
71bde4ce32 Update melita.com.channels.xml 2023-11-21 14:40:17 +03:00
freearhey
c6f200d7a8 Rename mediaset.it to mediasetinfinity.mediaset.it 2023-11-21 14:34:03 +03:00