@officebeats/matrix-iptv-cli 3.0.1 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +121 -121
- package/LICENSE +21 -0
- package/README.md +193 -191
- package/about.md +31 -31
- package/bin/cli.js +31 -31
- package/index.html +128 -90
- package/package.json +26 -26
- package/scripts/install-binary.js +96 -83
- package/scripts/proxy_server.js +68 -0
- package/test_config.json +85 -85
package/test_config.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"accounts": [
|
|
3
|
-
{
|
|
4
|
-
"name": "Strong 8K",
|
|
5
|
-
"base_url": "http://pledge78502.cdn-akm.me:80",
|
|
6
|
-
"username": "7c34d33c9e21",
|
|
7
|
-
"password": "037dacb169",
|
|
8
|
-
"epg_url": null,
|
|
9
|
-
"last_refreshed": null,
|
|
10
|
-
"total_channels": null,
|
|
11
|
-
"total_movies": null,
|
|
12
|
-
"total_series": null,
|
|
13
|
-
"server_timezone": null
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"name": "Trex",
|
|
17
|
-
"base_url": "http://line.offcial-trex.pro",
|
|
18
|
-
"username": "3a6aae52fb",
|
|
19
|
-
"password": "39c165888139",
|
|
20
|
-
"epg_url": null,
|
|
21
|
-
"last_refreshed": null,
|
|
22
|
-
"total_channels": null,
|
|
23
|
-
"total_movies": null,
|
|
24
|
-
"total_series": null,
|
|
25
|
-
"server_timezone": null
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "Premium Mega 4k FHD",
|
|
29
|
-
"base_url": "http://smarters.live:80",
|
|
30
|
-
"username": "ZPY7BP5A",
|
|
31
|
-
"password": "ZX2JVDNQ",
|
|
32
|
-
"epg_url": null,
|
|
33
|
-
"last_refreshed": null,
|
|
34
|
-
"total_channels": null,
|
|
35
|
-
"total_movies": null,
|
|
36
|
-
"total_series": null,
|
|
37
|
-
"server_timezone": null
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "Promax 4k OTT",
|
|
41
|
-
"base_url": "http://line.queen-4k.cc/",
|
|
42
|
-
"username": "11D246",
|
|
43
|
-
"password": "41D1C5",
|
|
44
|
-
"epg_url": null,
|
|
45
|
-
"last_refreshed": null,
|
|
46
|
-
"total_channels": null,
|
|
47
|
-
"total_movies": null,
|
|
48
|
-
"total_series": null,
|
|
49
|
-
"server_timezone": null
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"name": "Mega OTT 1",
|
|
53
|
-
"base_url": "http://line.4smart.in",
|
|
54
|
-
"username": "45Z88W6",
|
|
55
|
-
"password": "Z7PHTX3",
|
|
56
|
-
"epg_url": null,
|
|
57
|
-
"last_refreshed": null,
|
|
58
|
-
"total_channels": null,
|
|
59
|
-
"total_movies": null,
|
|
60
|
-
"total_series": null,
|
|
61
|
-
"server_timezone": null
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "Mega OTT 2",
|
|
65
|
-
"base_url": "http://pwwkvdbn.qastertv.xyz",
|
|
66
|
-
"username": "CZ2FWXLS",
|
|
67
|
-
"password": "AQ9CFKL6",
|
|
68
|
-
"epg_url": null,
|
|
69
|
-
"last_refreshed": null,
|
|
70
|
-
"total_channels": null,
|
|
71
|
-
"total_movies": null,
|
|
72
|
-
"total_series": null,
|
|
73
|
-
"server_timezone": null
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
"last_used_account_index": null,
|
|
77
|
-
"favorites": {
|
|
78
|
-
"categories": [],
|
|
79
|
-
"streams": [],
|
|
80
|
-
"vod_categories": [],
|
|
81
|
-
"vod_streams": []
|
|
82
|
-
},
|
|
83
|
-
"timezone": null,
|
|
84
|
-
"american_mode": true
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"accounts": [
|
|
3
|
+
{
|
|
4
|
+
"name": "Strong 8K",
|
|
5
|
+
"base_url": "http://pledge78502.cdn-akm.me:80",
|
|
6
|
+
"username": "7c34d33c9e21",
|
|
7
|
+
"password": "037dacb169",
|
|
8
|
+
"epg_url": null,
|
|
9
|
+
"last_refreshed": null,
|
|
10
|
+
"total_channels": null,
|
|
11
|
+
"total_movies": null,
|
|
12
|
+
"total_series": null,
|
|
13
|
+
"server_timezone": null
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "Trex",
|
|
17
|
+
"base_url": "http://line.offcial-trex.pro",
|
|
18
|
+
"username": "3a6aae52fb",
|
|
19
|
+
"password": "39c165888139",
|
|
20
|
+
"epg_url": null,
|
|
21
|
+
"last_refreshed": null,
|
|
22
|
+
"total_channels": null,
|
|
23
|
+
"total_movies": null,
|
|
24
|
+
"total_series": null,
|
|
25
|
+
"server_timezone": null
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Premium Mega 4k FHD",
|
|
29
|
+
"base_url": "http://smarters.live:80",
|
|
30
|
+
"username": "ZPY7BP5A",
|
|
31
|
+
"password": "ZX2JVDNQ",
|
|
32
|
+
"epg_url": null,
|
|
33
|
+
"last_refreshed": null,
|
|
34
|
+
"total_channels": null,
|
|
35
|
+
"total_movies": null,
|
|
36
|
+
"total_series": null,
|
|
37
|
+
"server_timezone": null
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "Promax 4k OTT",
|
|
41
|
+
"base_url": "http://line.queen-4k.cc/",
|
|
42
|
+
"username": "11D246",
|
|
43
|
+
"password": "41D1C5",
|
|
44
|
+
"epg_url": null,
|
|
45
|
+
"last_refreshed": null,
|
|
46
|
+
"total_channels": null,
|
|
47
|
+
"total_movies": null,
|
|
48
|
+
"total_series": null,
|
|
49
|
+
"server_timezone": null
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "Mega OTT 1",
|
|
53
|
+
"base_url": "http://line.4smart.in",
|
|
54
|
+
"username": "45Z88W6",
|
|
55
|
+
"password": "Z7PHTX3",
|
|
56
|
+
"epg_url": null,
|
|
57
|
+
"last_refreshed": null,
|
|
58
|
+
"total_channels": null,
|
|
59
|
+
"total_movies": null,
|
|
60
|
+
"total_series": null,
|
|
61
|
+
"server_timezone": null
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "Mega OTT 2",
|
|
65
|
+
"base_url": "http://pwwkvdbn.qastertv.xyz",
|
|
66
|
+
"username": "CZ2FWXLS",
|
|
67
|
+
"password": "AQ9CFKL6",
|
|
68
|
+
"epg_url": null,
|
|
69
|
+
"last_refreshed": null,
|
|
70
|
+
"total_channels": null,
|
|
71
|
+
"total_movies": null,
|
|
72
|
+
"total_series": null,
|
|
73
|
+
"server_timezone": null
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"last_used_account_index": null,
|
|
77
|
+
"favorites": {
|
|
78
|
+
"categories": [],
|
|
79
|
+
"streams": [],
|
|
80
|
+
"vod_categories": [],
|
|
81
|
+
"vod_streams": []
|
|
82
|
+
},
|
|
83
|
+
"timezone": null,
|
|
84
|
+
"american_mode": true
|
|
85
|
+
}
|