631 Commits

Author SHA1 Message Date
Naibo Wang
7442e43be3
Linux64 new login shell 2024-07-13 22:30:08 +08:00
naibo
a0518412b0 New startup shell for sandbox 2024-07-13 22:27:29 +08:00
naibo
9ccb56aeae New startup shell for sandbox 2024-07-13 22:21:05 +08:00
naibo
3601ddb14d New startup shell for sandbox 2024-07-13 22:11:07 +08:00
Naibo Wang
728a5cb3ea
+x easy-spider.sh 2024-07-13 21:58:16 +08:00
naibo
46909e4866 New start shell for Ubuntu 24.04 2024-07-13 21:44:52 +08:00
naibo
072b6ad21e Bug fix for ... 2024-07-12 20:24:05 +08:00
naibo
bf320abf1a Update Complie and Debug Video Address 2024-07-12 19:39:46 +08:00
Naibo Wang
2d7c3c1323
Merge pull request #362 from touero/master
Dictionary's get replace catch exception in first three if case
2024-07-12 17:38:35 +08:00
Naibo Wang
c185e914e7
Update easyspider_executestage.py
skipCount from 1 to 0
2024-07-12 17:37:45 +08:00
naibo
7c0ab0e519 More XPaths Bug Fix 2024-07-12 17:12:45 +08:00
naibo
f50b08e9c4 MySQL Constant Bug Fix 2024-07-12 16:47:51 +08:00
Naibo Wang
ff7d82f4d0
Merge pull request #435 from NaiboWang/dependabot/npm_and_yarn/ElectronJS/ws-8.17.1
Bump ws from 8.14.2 to 8.17.1 in /ElectronJS
2024-06-19 10:48:45 +08:00
dependabot[bot]
944d968679
Bump ws from 8.14.2 to 8.17.1 in /ElectronJS
Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 20:10:49 +00:00
Naibo Wang
9f1f152680
Merge pull request #431 from NaiboWang/dependabot/npm_and_yarn/ElectronJS/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3 in /ElectronJS
2024-06-17 17:24:31 +08:00
dependabot[bot]
18321e4fee
Bump braces from 3.0.2 to 3.0.3 in /ElectronJS
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:23:33 +00:00
Naibo Wang
b79bda9001
Merge pull request #425 from NaiboWang/dependabot/npm_and_yarn/Extension/manifest_v3/multi-6365d02c7e
Bump @grpc/grpc-js and firebase in /Extension/manifest_v3
2024-06-17 17:22:28 +08:00
dependabot[bot]
80bc210ff1
Bump @grpc/grpc-js and firebase in /Extension/manifest_v3
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.9.15 and updates ancestor dependency [firebase](https://github.com/firebase/firebase-js-sdk). These dependencies need to be updated together.


Updates `@grpc/grpc-js` from 1.7.3 to 1.9.15
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.3...@grpc/grpc-js@1.9.15)

Updates `firebase` from 9.23.0 to 10.12.2
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@9.23.0...firebase@10.12.2)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
- dependency-name: firebase
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 00:25:40 +00:00
Naibo Wang
dbf7681518
Merge pull request #392 from NaiboWang/dependabot/pip/ExecuteStage/pymysql-1.1.1
Bump pymysql from 1.1.0 to 1.1.1 in /ExecuteStage
2024-05-22 18:22:18 +08:00
Naibo Wang
f18616e3ff
Merge pull request #391 from NaiboWang/dependabot/pip/ExecuteStage/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0 in /ExecuteStage
2024-05-22 18:21:43 +08:00
dependabot[bot]
911ea02f3f
---
updated-dependencies:
- dependency-name: pymysql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 19:54:31 +00:00
dependabot[bot]
22f86cf0f2
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 05:25:55 +00:00
naibo
0285246337 Merge branch 'master' of https://github.com/NaiboWang/EasySpider 2024-05-16 02:12:46 +08:00
naibo
4fdce9a915 Update Stealth.min.js 2024-05-16 02:12:34 +08:00
touero
15aab7c0c5 fix: remove unnecessary variables make it more concise 2024-05-07 21:50:30 +08:00
touero
3ec64d2623 [fix] the rest if case from try catch turn to dict' get 2024-05-04 11:30:14 +08:00
touero
5582205204 fix: dictionary's get replace catch exception in first three if case 2024-04-28 00:04:33 +08:00
Naibo Wang
c272e5da86
Merge pull request #360 from touero/master
Fixing get data before if case in preprocess event loop
2024-04-27 22:39:09 +08:00
touero
52702d4eb3 fix: getting data before if case in preprocess event loop 2024-04-27 00:18:30 +08:00
Naibo Wang
a8e77b5e15
Merge pull request #359 from touero/master
Define constants using enumeration classes
2024-04-26 10:40:34 +08:00
touero
606de75577 fix: format string and using enum class defined constants Ⅱ 2024-04-25 23:58:29 +08:00
touero
76fd4bad55 fix: format string and using enum class defined constants 2024-04-25 23:44:44 +08:00
Naibo_Mac_M2
2860bc7b8c Fix wrong word 2024-04-25 22:09:22 +08:00
Naibo_Mac_M2
ebe8a56a6f Bug fix for Field[] 2024-04-25 21:56:23 +08:00
Naibo Wang
e086de2852
Merge pull request #356 from touero/master
Getting data by dictionary's 'get' and remove not necessary catching Exception
2024-04-25 00:20:29 +08:00
touero
c2d16e13c2 fix: get data by dictionary's 'get' and remove not necessary catching Exception 2024-04-24 23:57:47 +08:00
naibo
e43318f57a Bug fix for Excel Upload 2024-04-24 23:31:28 +08:00
naibo
7849707486 Bug fix for Local Server 2024-04-24 23:23:01 +08:00
naibo
b1632459ef Bug fix for OS Version 2024-04-24 23:12:03 +08:00
naibo
a2bd496e8e Change windows to Windows 2024-04-24 22:04:16 +08:00
naibo
9ed61c4f50 Remove force headless 2024-04-24 02:20:05 +08:00
naibo
c8b71835de Update Docker 2024-04-23 23:55:42 +08:00
naibo
0afa159c98 Update Only Server 2024-04-23 23:22:54 +08:00
naibo
3ba748b101 Update Readme 2024-04-23 22:26:31 +08:00
Naibo Wang
818d3e0ddc Docker Support 2024-04-23 22:19:49 +08:00
Naibo Wang
ad568af5f3 Docker Support 2024-04-23 21:55:45 +08:00
naibo
b2a6fd6b6b win32 2024-04-22 19:12:53 +08:00
Naibo_Mac_M2
960cf74de1 MacOS 2024-04-22 08:24:14 +08:00
Naibo Wang
fce97dec61 Linux 2024-04-22 07:44:19 +08:00
Naibo Wang
3ffd34d0fd Linux 2024-04-22 07:13:54 +08:00