Commit Graph

18 Commits

Author SHA1 Message Date
freearhey 29aa427923 Replace LF endings with CRLF 2025-07-31 22:29:01 +03:00
Toha 23bf7f79bc Update mncvision.id.
This update contains the following fix:
- Fix cookie language logic
- Update channels
- Add readme

Signed-off-by: Toha <tohenk@yahoo.com>
2023-12-02 16:40:01 +07:00
freearhey edc35e1f7d Update mncvision.id 2023-11-22 10:59:58 +03: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
Toha f88cb8c0b1 Use www.mncvision.id as TV guide source.
Guide for mncvision.id expects to be POST request. The first POST request
indeed routed to https://mncvision.id/schedule/table, but this site will
then redirect it to https://www.mncvision.id/schedule/table. The redirection
will use GET request, so the schedule POST data will never be received
by the site.

Signed-off-by: Toha <tohenk@yahoo.com>
2023-11-04 01:16:11 +07:00
freearhey 63c86a2b30 Fixes linter errors 2023-10-15 14:08:23 +03:00
freearhey c0cfcf7a47 Update /sites 2023-10-02 06:35:33 +03:00
Aleksandr Statciuk 42964e510f Merge channels.xml 2023-01-06 06:29:45 +03:00
Aleksandr Statciuk 18a4c8f305 Merge channels.xml 2023-01-05 15:28:24 +03:00
Aleksandr Statciuk 84b8aeda42 Update mncvision.id.test.js 2022-10-05 16:58:49 +03:00
Aleksandr Statciuk 3bd16933fc Update mncvision.id.test.js 2022-03-11 15:35:36 +03:00
Aleksandr Statciuk 47c4d77e7d Update mncvision.id.test.js 2022-03-11 14:49:56 +03:00
Aleksandr Statciuk aea111215b Update mncvision.id.test.js 2022-03-10 01:42:02 +03:00
Aleksandr Statciuk 2e3ee1671e Update mncvision.id.test.js 2022-03-05 16:51:40 +03:00
Aleksandr Statciuk ec68186710 Update mncvision.id 2022-02-01 05:17:09 +03:00
Aleksandr Statciuk 4aa2446fdf Update mncvision.id.test.js 2021-11-13 15:52:35 +03:00
Aleksandr Statciuk 3330298ddf Update mncvision.id 2021-11-13 11:58:50 +03:00
Aleksandr Statciuk b35bdf5693 Create mncvision.id.test.js 2021-11-12 18:59:46 +03:00