lacuscore 1.4.3__py3-none-any.whl → 1.4.5__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.
lacuscore/lacuscore.py CHANGED
@@ -526,7 +526,8 @@ class LacusCore():
526
526
  capture.capture_page(
527
527
  url, referer=to_capture.get('referer'),
528
528
  depth=to_capture.get('depth', 0),
529
- rendered_hostname_only=to_capture.get('rendered_hostname_only', True)),
529
+ rendered_hostname_only=to_capture.get('rendered_hostname_only', True),
530
+ max_depth_capture_time=self.max_capture_time),
530
531
  timeout=self.max_capture_time)
531
532
  except PlaywrightCaptureException as e:
532
533
  logger.exception(f'Invalid parameters for the capture of {url} - {e}')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lacuscore
3
- Version: 1.4.3
3
+ Version: 1.4.5
4
4
  Summary: Core of Lacus, usable as a module
5
5
  Home-page: https://github.com/ail-project/LacusCore
6
6
  License: BSD-3-Clause
@@ -21,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3
23
23
  Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
24
25
  Classifier: Programming Language :: Python :: 3.8
25
26
  Classifier: Programming Language :: Python :: 3.9
26
27
  Classifier: Topic :: Internet
@@ -28,7 +29,7 @@ Classifier: Topic :: Security
28
29
  Provides-Extra: docs
29
30
  Requires-Dist: Sphinx (>=6.1.3,<7.0.0) ; extra == "docs"
30
31
  Requires-Dist: defang (>=0.5.3,<0.6.0)
31
- Requires-Dist: playwrightcapture[recaptcha] (>=1.19.3,<2.0.0)
32
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.19.5,<2.0.0)
32
33
  Requires-Dist: redis[hiredis] (>=4.5.4,<5.0.0)
33
34
  Requires-Dist: requests (>=2.28.2,<3.0.0)
34
35
  Requires-Dist: ua-parser (>=0.16.1,<0.17.0)
@@ -1,9 +1,9 @@
1
1
  README.md,sha256=NVr2b3eX2dwOO917TtyGGhCTLtmFbLCFPy9MH8JPUMU,941
2
2
  lacuscore/__init__.py,sha256=ytBrQRBXO1Q5yV72qyS16Q7Auqebl3EMhhLQUa0Sg4g,169
3
3
  lacuscore/lacus_monitoring.py,sha256=xFf90uXF2yEB_eV-Lh82g9cO1tHkPhTCcSZJ3p6_980,1105
4
- lacuscore/lacuscore.py,sha256=fQSroCw_F0tX8FH-AESI7g1yzHqo3RMwmRBsL6mY6tk,27996
4
+ lacuscore/lacuscore.py,sha256=kJesJl9gIx31VADRMP3YS2ooVJQYjbK3fsWwQy2ubBY,28070
5
5
  lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- lacuscore-1.4.3.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
7
- lacuscore-1.4.3.dist-info/METADATA,sha256=AmmP4Cr_GWSun3F0rUkSm8KaMl5q9vQDYsUIeGX1GKg,2556
8
- lacuscore-1.4.3.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
9
- lacuscore-1.4.3.dist-info/RECORD,,
6
+ lacuscore-1.4.5.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
7
+ lacuscore-1.4.5.dist-info/METADATA,sha256=U5faQsL6iPbI4fpBzqL69YVjTlWblkNJuupg3bvV8P0,2607
8
+ lacuscore-1.4.5.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
9
+ lacuscore-1.4.5.dist-info/RECORD,,