steamutils 1.3.68 → 1.3.70
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/.idea/deployment.xml +8 -1
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/.prettierrc.json +3 -3
- package/SteamClient.js +2417 -2417
- package/bufferHelpers.js +115 -115
- package/cheerio.js +103 -103
- package/const.js +336 -336
- package/create_remote_file.js +66 -66
- package/free_packages.json +10048 -10048
- package/index.js +39 -0
- package/package.json +1 -1
- package/protos/csgo/base_gcmessages.proto +553 -553
- package/protos/csgo/base_gcmessages_csgo.proto +547 -547
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
- package/protos/csgo/clientmessages.proto +48 -48
- package/protos/csgo/connectionless_netmessages.proto +17 -17
- package/protos/csgo/cs_gameevents.proto +35 -35
- package/protos/csgo/cs_usercmd.proto +34 -34
- package/protos/csgo/cstrike15_gcmessages.proto +1431 -1431
- package/protos/csgo/cstrike15_usermessages.proto +592 -592
- package/protos/csgo/demo.proto +165 -165
- package/protos/csgo/econ_gcmessages.proto +219 -219
- package/protos/csgo/engine_gcmessages.proto +14 -14
- package/protos/csgo/enums_clientserver.proto +1529 -1529
- package/protos/csgo/fatdemo.proto +125 -125
- package/protos/csgo/gameevents.proto +120 -120
- package/protos/csgo/gcsdk_gcmessages.proto +323 -323
- package/protos/csgo/gcsystemmsgs.proto +243 -243
- package/protos/csgo/netmessages.proto +618 -618
- package/protos/csgo/network_connection.proto +126 -126
- package/protos/csgo/networkbasetypes.proto +246 -246
- package/protos/csgo/networksystem_protomessages.proto +17 -17
- package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
- package/protos/csgo/steammessages.proto +620 -620
- package/protos/csgo/steammessages_base.proto +301 -301
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
- package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
- package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
- package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
- package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
- package/protos/csgo/te.proto +259 -259
- package/protos/csgo/uifontfile_format.proto +13 -13
- package/protos/csgo/usercmd.proto +39 -39
- package/protos/csgo/usermessages.proto +752 -752
- package/protos/csgo/valveextensions.proto +17 -17
- package/protos/google/protobuf/descriptor.proto +281 -281
- package/protos/steam/clientmetrics.proto +45 -45
- package/protos/steam/content_manifest.proto +62 -62
- package/protos/steam/contenthubs.proto +41 -41
- package/protos/steam/encrypted_app_ticket.proto +10 -10
- package/protos/steam/enums.proto +501 -501
- package/protos/steam/enums_clientserver.proto +1508 -1508
- package/protos/steam/enums_productinfo.proto +14 -14
- package/protos/steam/htmlmessages.proto +1039 -1039
- package/protos/steam/offline_ticket.proto +8 -8
- package/protos/steam/steamdatagram_messages_auth.proto +65 -65
- package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
- package/protos/steam/steammessages_accounthardware.steamclient.proto +167 -167
- package/protos/steam/steammessages_appoverview.proto +204 -204
- package/protos/steam/steammessages_auth.steamclient.proto +375 -375
- package/protos/steam/steammessages_base.proto +335 -335
- package/protos/steam/steammessages_broadcast.steamclient.proto +618 -618
- package/protos/steam/steammessages_chat.steamclient.proto +1070 -1070
- package/protos/steam/steammessages_client_objects.proto +649 -649
- package/protos/steam/steammessages_clientlanp2p.proto +43 -43
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +192 -192
- package/protos/steam/steammessages_clientnotificationtypes.proto +250 -250
- package/protos/steam/steammessages_clientserver.proto +392 -392
- package/protos/steam/steammessages_clientserver_2.proto +771 -771
- package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
- package/protos/steam/steammessages_clientserver_friends.proto +260 -260
- package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
- package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
- package/protos/steam/steammessages_clientserver_login.proto +167 -167
- package/protos/steam/steammessages_clientserver_mms.proto +233 -233
- package/protos/steam/steammessages_clientserver_ucm.proto +207 -207
- package/protos/steam/steammessages_clientserver_uds.proto +125 -125
- package/protos/steam/steammessages_clientserver_ufs.proto +45 -45
- package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
- package/protos/steam/steammessages_clientsettings.proto +208 -208
- package/protos/steam/steammessages_cloud.steamclient.proto +422 -422
- package/protos/steam/steammessages_contentsystem.steamclient.proto +123 -123
- package/protos/steam/steammessages_credentials.steamclient.proto +96 -96
- package/protos/steam/steammessages_datapublisher.steamclient.proto +102 -102
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +99 -99
- package/protos/steam/steammessages_deviceauth.steamclient.proto +169 -169
- package/protos/steam/steammessages_econ.steamclient.proto +137 -137
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -441
- package/protos/steam/steammessages_friendmessages.steamclient.proto +141 -141
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +25 -25
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +131 -131
- package/protos/steam/steammessages_gameservers.steamclient.proto +136 -136
- package/protos/steam/steammessages_hiddevices.proto +157 -157
- package/protos/steam/steammessages_inventory.steamclient.proto +172 -172
- package/protos/steam/steammessages_linkfilter.steamclient.proto +39 -39
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +29 -29
- package/protos/steam/steammessages_market.steamclient.proto +22 -22
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +273 -273
- package/protos/steam/steammessages_offline.steamclient.proto +33 -33
- package/protos/steam/steammessages_parental.steamclient.proto +262 -262
- package/protos/steam/steammessages_parties.steamclient.proto +75 -75
- package/protos/steam/steammessages_partnerapps.steamclient.proto +106 -106
- package/protos/steam/steammessages_player.steamclient.proto +915 -915
- package/protos/steam/steammessages_publishedfile.steamclient.proto +737 -737
- package/protos/steam/steammessages_qms.steamclient.proto +111 -111
- package/protos/steam/steammessages_remoteclient.proto +100 -100
- package/protos/steam/steammessages_remoteclient_discovery.proto +244 -244
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +31 -31
- package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
- package/protos/steam/steammessages_remoteplay.proto +975 -975
- package/protos/steam/steammessages_secrets.steamclient.proto +35 -35
- package/protos/steam/steammessages_shader.steamclient.proto +89 -89
- package/protos/steam/steammessages_site_license.steamclient.proto +103 -103
- package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
- package/protos/steam/steammessages_siteserverui.proto +130 -130
- package/protos/steam/steammessages_steamtv.steamclient.proto +533 -533
- package/protos/steam/steammessages_store.steamclient.proto +404 -404
- package/protos/steam/steammessages_storebrowse.steamclient.proto +457 -457
- package/protos/steam/steammessages_timedtrial.steamclient.proto +40 -40
- package/protos/steam/steammessages_twofactor.steamclient.proto +157 -157
- package/protos/steam/steammessages_unified_base.steamclient.proto +45 -45
- package/protos/steam/steammessages_unified_test.steamclient.proto +51 -51
- package/protos/steam/steammessages_useraccount.steamclient.proto +211 -211
- package/protos/steam/steammessages_vac.steamclient.proto +37 -37
- package/protos/steam/steammessages_video.steamclient.proto +68 -68
- package/protos/steam/steammessages_virtualcontroller.proto +138 -138
- package/protos/steam/steammessages_workshop.steamclient.proto +19 -19
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
- package/protos/steam/webuimessages_achievements.proto +29 -29
- package/protos/steam/webuimessages_base.proto +24 -24
- package/protos/steam/webuimessages_gamenotes.proto +21 -21
- package/protos/steam/webuimessages_gamescope.proto +57 -57
- package/protos/steam/webuimessages_steamengine.proto +41 -41
- package/protos/steam/webuimessages_steamos.proto +114 -114
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
- package/protos/steam/webuimessages_systemmanager.proto +17 -17
- package/protos/steam/webuimessages_transport.proto +22 -22
- package/protos/steam/webuimessages_transportvalidation.proto +111 -111
- package/remote.js +5766 -5766
- package/.idea/codeStyles/Project.xml +0 -58
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/test_steamclient.js +0 -9
package/bufferHelpers.js
CHANGED
@@ -1,115 +1,115 @@
|
|
1
|
-
import ByteBuffer from 'bytebuffer';
|
2
|
-
import SteamID from 'steamid';
|
3
|
-
|
4
|
-
const Type = {
|
5
|
-
None : 0,
|
6
|
-
String : 1,
|
7
|
-
Int32 : 2,
|
8
|
-
Float32 : 3,
|
9
|
-
Pointer : 4,
|
10
|
-
WideString : 5,
|
11
|
-
Color : 6,
|
12
|
-
UInt64 : 7,
|
13
|
-
End : 8
|
14
|
-
}
|
15
|
-
|
16
|
-
// Encodes an object into a ByteBuffer
|
17
|
-
export const encode = (
|
18
|
-
_object,
|
19
|
-
prefix = [0x00, 0x00],
|
20
|
-
suffix = [],
|
21
|
-
customEncodeFields = {}
|
22
|
-
) => {
|
23
|
-
// Create a copy of the input object to avoid modifying it
|
24
|
-
const object = { ..._object };
|
25
|
-
const buffer = new ByteBuffer();
|
26
|
-
|
27
|
-
// Write the prefix bytes to the buffer
|
28
|
-
for (let pre of prefix) {
|
29
|
-
buffer.writeByte(pre);
|
30
|
-
}
|
31
|
-
|
32
|
-
// Iterate through the object's properties and encode them
|
33
|
-
for (let item in object) {
|
34
|
-
if (object.hasOwnProperty(item) === false) {
|
35
|
-
continue;
|
36
|
-
}
|
37
|
-
|
38
|
-
// If a custom encoder function exists for the property, use it
|
39
|
-
if (typeof customEncodeFields[item] === 'function') {
|
40
|
-
object[item] = customEncodeFields[item](object[item]);
|
41
|
-
}
|
42
|
-
_encode(object[item], buffer, item);
|
43
|
-
}
|
44
|
-
|
45
|
-
// Write the suffix bytes to the buffer
|
46
|
-
for (let suf of suffix) {
|
47
|
-
buffer.writeByte(suf);
|
48
|
-
}
|
49
|
-
|
50
|
-
// Write an End marker to the buffer
|
51
|
-
buffer.writeByte(Type.End);
|
52
|
-
buffer.flip(); // Prepare the buffer for reading
|
53
|
-
return buffer;
|
54
|
-
};
|
55
|
-
|
56
|
-
// Encodes individual properties into the ByteBuffer
|
57
|
-
const _encode = (object, buffer, name) => {
|
58
|
-
if (object instanceof Buffer) {
|
59
|
-
// If the object is a Buffer
|
60
|
-
buffer.writeByte(Type.String);
|
61
|
-
buffer.writeCString(name);
|
62
|
-
|
63
|
-
// Convert the Buffer to a hexadecimal string, split into 2-character parts, and write each part as a byte
|
64
|
-
let parts = object
|
65
|
-
.toString('hex')
|
66
|
-
.toUpperCase()
|
67
|
-
.match(/.{1,2}/g);
|
68
|
-
|
69
|
-
for (let part of parts) {
|
70
|
-
buffer.writeByte(parseInt('0x' + part));
|
71
|
-
}
|
72
|
-
} else {
|
73
|
-
// If the object is not a Buffer, check its type
|
74
|
-
switch (typeof object) {
|
75
|
-
case 'object': {
|
76
|
-
buffer.writeByte(Type.None);
|
77
|
-
buffer.writeCString(name);
|
78
|
-
|
79
|
-
for (let index in object) {
|
80
|
-
_encode(object[index], buffer, index); // Recursively encode each property
|
81
|
-
}
|
82
|
-
|
83
|
-
buffer.writeByte(Type.End);
|
84
|
-
break;
|
85
|
-
}
|
86
|
-
case 'string': {
|
87
|
-
buffer.writeByte(Type.String);
|
88
|
-
buffer.writeCString(name);
|
89
|
-
buffer.writeCString(object ? object : '');
|
90
|
-
break;
|
91
|
-
}
|
92
|
-
case 'number': {
|
93
|
-
buffer.writeByte(Type.String);
|
94
|
-
buffer.writeCString(name);
|
95
|
-
buffer.writeCString(object.toString());
|
96
|
-
break;
|
97
|
-
}
|
98
|
-
}
|
99
|
-
}
|
100
|
-
};
|
101
|
-
|
102
|
-
// Encodes SteamIDs into a Buffer
|
103
|
-
export const encodeUids = (steamids) => {
|
104
|
-
const outputBuffer = [];
|
105
|
-
|
106
|
-
for (let id of steamids.map((s) => s.accountid)) {
|
107
|
-
while (id > 0x7f) {
|
108
|
-
outputBuffer.push((id | 0x80) & 0xff);
|
109
|
-
id >>= 7;
|
110
|
-
}
|
111
|
-
outputBuffer.push(id);
|
112
|
-
}
|
113
|
-
outputBuffer.push(0x00); // Null terminator
|
114
|
-
return Buffer.from(outputBuffer);
|
115
|
-
};
|
1
|
+
import ByteBuffer from 'bytebuffer';
|
2
|
+
import SteamID from 'steamid';
|
3
|
+
|
4
|
+
const Type = {
|
5
|
+
None : 0,
|
6
|
+
String : 1,
|
7
|
+
Int32 : 2,
|
8
|
+
Float32 : 3,
|
9
|
+
Pointer : 4,
|
10
|
+
WideString : 5,
|
11
|
+
Color : 6,
|
12
|
+
UInt64 : 7,
|
13
|
+
End : 8
|
14
|
+
}
|
15
|
+
|
16
|
+
// Encodes an object into a ByteBuffer
|
17
|
+
export const encode = (
|
18
|
+
_object,
|
19
|
+
prefix = [0x00, 0x00],
|
20
|
+
suffix = [],
|
21
|
+
customEncodeFields = {}
|
22
|
+
) => {
|
23
|
+
// Create a copy of the input object to avoid modifying it
|
24
|
+
const object = { ..._object };
|
25
|
+
const buffer = new ByteBuffer();
|
26
|
+
|
27
|
+
// Write the prefix bytes to the buffer
|
28
|
+
for (let pre of prefix) {
|
29
|
+
buffer.writeByte(pre);
|
30
|
+
}
|
31
|
+
|
32
|
+
// Iterate through the object's properties and encode them
|
33
|
+
for (let item in object) {
|
34
|
+
if (object.hasOwnProperty(item) === false) {
|
35
|
+
continue;
|
36
|
+
}
|
37
|
+
|
38
|
+
// If a custom encoder function exists for the property, use it
|
39
|
+
if (typeof customEncodeFields[item] === 'function') {
|
40
|
+
object[item] = customEncodeFields[item](object[item]);
|
41
|
+
}
|
42
|
+
_encode(object[item], buffer, item);
|
43
|
+
}
|
44
|
+
|
45
|
+
// Write the suffix bytes to the buffer
|
46
|
+
for (let suf of suffix) {
|
47
|
+
buffer.writeByte(suf);
|
48
|
+
}
|
49
|
+
|
50
|
+
// Write an End marker to the buffer
|
51
|
+
buffer.writeByte(Type.End);
|
52
|
+
buffer.flip(); // Prepare the buffer for reading
|
53
|
+
return buffer;
|
54
|
+
};
|
55
|
+
|
56
|
+
// Encodes individual properties into the ByteBuffer
|
57
|
+
const _encode = (object, buffer, name) => {
|
58
|
+
if (object instanceof Buffer) {
|
59
|
+
// If the object is a Buffer
|
60
|
+
buffer.writeByte(Type.String);
|
61
|
+
buffer.writeCString(name);
|
62
|
+
|
63
|
+
// Convert the Buffer to a hexadecimal string, split into 2-character parts, and write each part as a byte
|
64
|
+
let parts = object
|
65
|
+
.toString('hex')
|
66
|
+
.toUpperCase()
|
67
|
+
.match(/.{1,2}/g);
|
68
|
+
|
69
|
+
for (let part of parts) {
|
70
|
+
buffer.writeByte(parseInt('0x' + part));
|
71
|
+
}
|
72
|
+
} else {
|
73
|
+
// If the object is not a Buffer, check its type
|
74
|
+
switch (typeof object) {
|
75
|
+
case 'object': {
|
76
|
+
buffer.writeByte(Type.None);
|
77
|
+
buffer.writeCString(name);
|
78
|
+
|
79
|
+
for (let index in object) {
|
80
|
+
_encode(object[index], buffer, index); // Recursively encode each property
|
81
|
+
}
|
82
|
+
|
83
|
+
buffer.writeByte(Type.End);
|
84
|
+
break;
|
85
|
+
}
|
86
|
+
case 'string': {
|
87
|
+
buffer.writeByte(Type.String);
|
88
|
+
buffer.writeCString(name);
|
89
|
+
buffer.writeCString(object ? object : '');
|
90
|
+
break;
|
91
|
+
}
|
92
|
+
case 'number': {
|
93
|
+
buffer.writeByte(Type.String);
|
94
|
+
buffer.writeCString(name);
|
95
|
+
buffer.writeCString(object.toString());
|
96
|
+
break;
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
100
|
+
};
|
101
|
+
|
102
|
+
// Encodes SteamIDs into a Buffer
|
103
|
+
export const encodeUids = (steamids) => {
|
104
|
+
const outputBuffer = [];
|
105
|
+
|
106
|
+
for (let id of steamids.map((s) => s.accountid)) {
|
107
|
+
while (id > 0x7f) {
|
108
|
+
outputBuffer.push((id | 0x80) & 0xff);
|
109
|
+
id >>= 7;
|
110
|
+
}
|
111
|
+
outputBuffer.push(id);
|
112
|
+
}
|
113
|
+
outputBuffer.push(0x00); // Null terminator
|
114
|
+
return Buffer.from(outputBuffer);
|
115
|
+
};
|
package/cheerio.js
CHANGED
@@ -1,103 +1,103 @@
|
|
1
|
-
import * as cheerio from "cheerio";
|
2
|
-
|
3
|
-
export function tables2json($, tables, getValue) {
|
4
|
-
const tablesData = [];
|
5
|
-
$(tables).each(function (index, el) {
|
6
|
-
tablesData.push(table2json($, el, getValue));
|
7
|
-
});
|
8
|
-
return tablesData;
|
9
|
-
}
|
10
|
-
|
11
|
-
export function table2json(
|
12
|
-
$,
|
13
|
-
table,
|
14
|
-
getValue = function ($, el) {
|
15
|
-
return $(el).text().trim();
|
16
|
-
},
|
17
|
-
) {
|
18
|
-
const data = [];
|
19
|
-
const header = [];
|
20
|
-
$($(table)[0])
|
21
|
-
.find("tr")
|
22
|
-
.each(function (trIndex, trEl) {
|
23
|
-
const tr = $(trEl);
|
24
|
-
const row = [];
|
25
|
-
tr.children().each(function (tdIndex, tdEl) {
|
26
|
-
const isHeader = tdEl.name.toLowerCase() === "th";
|
27
|
-
tdEl = $(tdEl);
|
28
|
-
const tdContent = getValue($, tdEl, isHeader);
|
29
|
-
(isHeader ? header : row).push(tdContent);
|
30
|
-
});
|
31
|
-
if (row.length) {
|
32
|
-
data.push(row);
|
33
|
-
}
|
34
|
-
});
|
35
|
-
|
36
|
-
if (!header.length) return data;
|
37
|
-
|
38
|
-
for (let i = 0; i < data.length; i++) {
|
39
|
-
const obj = {};
|
40
|
-
for (let j = 0; j < header.length; j++) {
|
41
|
-
obj[header[j]] = data[i][j];
|
42
|
-
}
|
43
|
-
data[i] = obj;
|
44
|
-
}
|
45
|
-
|
46
|
-
return data;
|
47
|
-
}
|
48
|
-
|
49
|
-
export function getTableHasHeaders($, $tables, headers = []) {
|
50
|
-
headers = headers.slice();
|
51
|
-
const tables = [];
|
52
|
-
$($tables).each((tableIndex, tableEl) => {
|
53
|
-
const _headers = headers.slice();
|
54
|
-
let table;
|
55
|
-
if (table) {
|
56
|
-
return;
|
57
|
-
}
|
58
|
-
const $tableEl = $(tableEl);
|
59
|
-
$tableEl
|
60
|
-
.find("tr")
|
61
|
-
.children()
|
62
|
-
.each(function (trIndex, trEl) {
|
63
|
-
if (table) {
|
64
|
-
return;
|
65
|
-
}
|
66
|
-
const $trEl = $(trEl);
|
67
|
-
let text = $trEl.text().trim();
|
68
|
-
|
69
|
-
if (_headers.includes(text)) {
|
70
|
-
_headers.splice(_headers.indexOf(text), 1);
|
71
|
-
|
72
|
-
if (!_headers.length) {
|
73
|
-
table = $tableEl;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
});
|
77
|
-
if (table) {
|
78
|
-
tables.push(table);
|
79
|
-
}
|
80
|
-
});
|
81
|
-
return tables;
|
82
|
-
}
|
83
|
-
|
84
|
-
export function querySelectorAll($, selector, root) {
|
85
|
-
try {
|
86
|
-
if (root) {
|
87
|
-
return [...root.find(selector)].map((el) => $(el));
|
88
|
-
} else {
|
89
|
-
return [...$(selector)].map((el) => $(el));
|
90
|
-
}
|
91
|
-
} catch (e) {
|
92
|
-
console.error(e);
|
93
|
-
return [];
|
94
|
-
}
|
95
|
-
}
|
96
|
-
|
97
|
-
export function getDocumentTitle(html) {
|
98
|
-
if (!html || typeof html !== "string") return;
|
99
|
-
return cheerio
|
100
|
-
.load(html.replaceAll(/[\t\n\r]/gi, "").trim())("head > title")
|
101
|
-
.text()
|
102
|
-
.trim();
|
103
|
-
}
|
1
|
+
import * as cheerio from "cheerio";
|
2
|
+
|
3
|
+
export function tables2json($, tables, getValue) {
|
4
|
+
const tablesData = [];
|
5
|
+
$(tables).each(function (index, el) {
|
6
|
+
tablesData.push(table2json($, el, getValue));
|
7
|
+
});
|
8
|
+
return tablesData;
|
9
|
+
}
|
10
|
+
|
11
|
+
export function table2json(
|
12
|
+
$,
|
13
|
+
table,
|
14
|
+
getValue = function ($, el) {
|
15
|
+
return $(el).text().trim();
|
16
|
+
},
|
17
|
+
) {
|
18
|
+
const data = [];
|
19
|
+
const header = [];
|
20
|
+
$($(table)[0])
|
21
|
+
.find("tr")
|
22
|
+
.each(function (trIndex, trEl) {
|
23
|
+
const tr = $(trEl);
|
24
|
+
const row = [];
|
25
|
+
tr.children().each(function (tdIndex, tdEl) {
|
26
|
+
const isHeader = tdEl.name.toLowerCase() === "th";
|
27
|
+
tdEl = $(tdEl);
|
28
|
+
const tdContent = getValue($, tdEl, isHeader);
|
29
|
+
(isHeader ? header : row).push(tdContent);
|
30
|
+
});
|
31
|
+
if (row.length) {
|
32
|
+
data.push(row);
|
33
|
+
}
|
34
|
+
});
|
35
|
+
|
36
|
+
if (!header.length) return data;
|
37
|
+
|
38
|
+
for (let i = 0; i < data.length; i++) {
|
39
|
+
const obj = {};
|
40
|
+
for (let j = 0; j < header.length; j++) {
|
41
|
+
obj[header[j]] = data[i][j];
|
42
|
+
}
|
43
|
+
data[i] = obj;
|
44
|
+
}
|
45
|
+
|
46
|
+
return data;
|
47
|
+
}
|
48
|
+
|
49
|
+
export function getTableHasHeaders($, $tables, headers = []) {
|
50
|
+
headers = headers.slice();
|
51
|
+
const tables = [];
|
52
|
+
$($tables).each((tableIndex, tableEl) => {
|
53
|
+
const _headers = headers.slice();
|
54
|
+
let table;
|
55
|
+
if (table) {
|
56
|
+
return;
|
57
|
+
}
|
58
|
+
const $tableEl = $(tableEl);
|
59
|
+
$tableEl
|
60
|
+
.find("tr")
|
61
|
+
.children()
|
62
|
+
.each(function (trIndex, trEl) {
|
63
|
+
if (table) {
|
64
|
+
return;
|
65
|
+
}
|
66
|
+
const $trEl = $(trEl);
|
67
|
+
let text = $trEl.text().trim();
|
68
|
+
|
69
|
+
if (_headers.includes(text)) {
|
70
|
+
_headers.splice(_headers.indexOf(text), 1);
|
71
|
+
|
72
|
+
if (!_headers.length) {
|
73
|
+
table = $tableEl;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
});
|
77
|
+
if (table) {
|
78
|
+
tables.push(table);
|
79
|
+
}
|
80
|
+
});
|
81
|
+
return tables;
|
82
|
+
}
|
83
|
+
|
84
|
+
export function querySelectorAll($, selector, root) {
|
85
|
+
try {
|
86
|
+
if (root) {
|
87
|
+
return [...root.find(selector)].map((el) => $(el));
|
88
|
+
} else {
|
89
|
+
return [...$(selector)].map((el) => $(el));
|
90
|
+
}
|
91
|
+
} catch (e) {
|
92
|
+
console.error(e);
|
93
|
+
return [];
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
export function getDocumentTitle(html) {
|
98
|
+
if (!html || typeof html !== "string") return;
|
99
|
+
return cheerio
|
100
|
+
.load(html.replaceAll(/[\t\n\r]/gi, "").trim())("head > title")
|
101
|
+
.text()
|
102
|
+
.trim();
|
103
|
+
}
|