mdbq 4.0.67__py3-none-any.whl → 4.0.68__py3-none-any.whl
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.
- mdbq/__version__.py +1 -1
- mdbq/selenium/get_driver.py +2 -2
- {mdbq-4.0.67.dist-info → mdbq-4.0.68.dist-info}/METADATA +1 -1
- {mdbq-4.0.67.dist-info → mdbq-4.0.68.dist-info}/RECORD +6 -6
- {mdbq-4.0.67.dist-info → mdbq-4.0.68.dist-info}/WHEEL +0 -0
- {mdbq-4.0.67.dist-info → mdbq-4.0.68.dist-info}/top_level.txt +0 -0
mdbq/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
VERSION = '4.0.
|
1
|
+
VERSION = '4.0.68'
|
mdbq/selenium/get_driver.py
CHANGED
@@ -219,7 +219,7 @@ class GetDriver:
|
|
219
219
|
service = Service(chromedriver_path)
|
220
220
|
else:
|
221
221
|
raise GetDriverException(f"不支持的平台: {sys_platform}")
|
222
|
-
except:
|
222
|
+
except Exception as e:
|
223
223
|
raise GetDriverException(f"浏览器路径配置异常: {e}")
|
224
224
|
option.add_experimental_option("prefs", prefs)
|
225
225
|
try:
|
@@ -244,7 +244,7 @@ class GetDriver:
|
|
244
244
|
try:
|
245
245
|
if os.path.exists(temp_dir):
|
246
246
|
shutil.rmtree(temp_dir)
|
247
|
-
except:
|
247
|
+
except Exception as e:
|
248
248
|
pass
|
249
249
|
raise GetDriverException(f"启动ChromeDriver失败: {e}")
|
250
250
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
mdbq/__init__.py,sha256=Il5Q9ATdX8yXqVxtP_nYqUhExzxPC_qk_WXQ_4h0exg,16
|
2
|
-
mdbq/__version__.py,sha256=
|
2
|
+
mdbq/__version__.py,sha256=B4RJ6rNe1H9OhX5hZ0vZAUpRVdYgKa7ZoYjTltxb7fw,18
|
3
3
|
mdbq/log/__init__.py,sha256=Mpbrav0s0ifLL7lVDAuePEi1hJKiSHhxcv1byBKDl5E,15
|
4
4
|
mdbq/log/mylogger.py,sha256=kPe3wsQNaB1slfX-Z7VMqzZoMoqPfc7ylYXZDBeFzzI,24945
|
5
5
|
mdbq/myconf/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
|
@@ -22,9 +22,9 @@ mdbq/pbix/refresh_all.py,sha256=OBT9EewSZ0aRS9vL_FflVn74d4l2G00wzHiikCC4TC0,5926
|
|
22
22
|
mdbq/redis/__init__.py,sha256=YtgBlVSMDphtpwYX248wGge1x-Ex_mMufz4-8W0XRmA,12
|
23
23
|
mdbq/redis/getredis.py,sha256=vpBuNc22uj9Vr-_Dh25_wpwWM1e-072EAAIBdB_IpL0,23494
|
24
24
|
mdbq/selenium/__init__.py,sha256=AKzeEceqZyvqn2dEDoJSzDQnbuENkJSHAlbHAD0u0ZI,10
|
25
|
-
mdbq/selenium/get_driver.py,sha256=
|
25
|
+
mdbq/selenium/get_driver.py,sha256=fX0AMIpJZIqQFJvSjn334mo1XZShbXRIvU7GfbCn2g4,11424
|
26
26
|
mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
|
27
|
-
mdbq-4.0.
|
28
|
-
mdbq-4.0.
|
29
|
-
mdbq-4.0.
|
30
|
-
mdbq-4.0.
|
27
|
+
mdbq-4.0.68.dist-info/METADATA,sha256=43vKa0YoA1c5aD-rX6V68bFPQqscOAuQXxM4zIyArEI,364
|
28
|
+
mdbq-4.0.68.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
29
|
+
mdbq-4.0.68.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
|
30
|
+
mdbq-4.0.68.dist-info/RECORD,,
|
File without changes
|
File without changes
|