PlaywrightCapture 1.27.3__py3-none-any.whl → 1.27.4__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.
@@ -762,7 +762,8 @@ class Capture():
762
762
  page: Page | None=None, depth: int=0,
763
763
  rendered_hostname_only: bool=True,
764
764
  with_favicon: bool=False,
765
- allow_tracking: bool=False
765
+ allow_tracking: bool=False,
766
+ clock_set: bool=False
766
767
  ) -> CaptureResponse:
767
768
 
768
769
  to_return: CaptureResponse = {}
@@ -1097,7 +1098,8 @@ class Capture():
1097
1098
  url=url, referer=page.url,
1098
1099
  page=page, depth=depth,
1099
1100
  rendered_hostname_only=rendered_hostname_only,
1100
- max_depth_capture_time=max_capture_time)
1101
+ max_depth_capture_time=max_capture_time,
1102
+ clock_set=clock_set)
1101
1103
  to_return['children'].append(child_capture) # type: ignore[union-attr]
1102
1104
  except (TimeoutError, asyncio.TimeoutError):
1103
1105
  self.logger.info(f'Timeout error, took more than {max_capture_time}s. Unable to capture {url}.')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PlaywrightCapture
3
- Version: 1.27.3
3
+ Version: 1.27.4
4
4
  Summary: A simple library to capture websites using playwright
5
5
  Home-page: https://github.com/Lookyloo/PlaywrightCapture
6
6
  License: BSD-3-Clause
@@ -22,7 +22,7 @@ Classifier: Topic :: Security
22
22
  Provides-Extra: recaptcha
23
23
  Requires-Dist: SpeechRecognition (>=3.11.0) ; extra == "recaptcha"
24
24
  Requires-Dist: aiohttp-socks (>=0.9,<0.10)
25
- Requires-Dist: aiohttp[speedups] (>=3.11.7,<4.0.0)
25
+ Requires-Dist: aiohttp[speedups] (>=3.11.9,<4.0.0)
26
26
  Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
27
27
  Requires-Dist: beautifulsoup4[charset-normalizer,lxml] (>=4.12.3,<5.0.0)
28
28
  Requires-Dist: dateparser (>=1.2.0,<2.0.0)
@@ -1,9 +1,9 @@
1
1
  playwrightcapture/__init__.py,sha256=F90Y8wYS13tDjgsfjuFrCfmzQfdnH44G-ovuilJfLEE,511
2
- playwrightcapture/capture.py,sha256=3CWjJlolszIprwNJbqhTHKik1Enh8k_u2vKNIYXsaTA,80557
2
+ playwrightcapture/capture.py,sha256=DpUPVmxpGp2QpRUGjRggBroC2m7Tv0odC5K5Gx5rvrc,80668
3
3
  playwrightcapture/exceptions.py,sha256=LhGJQCGHzEu7Sx2Dfl28OFeDg1OmrwufFjAWXlxQnEA,366
4
4
  playwrightcapture/helpers.py,sha256=SXQLEuxMs8-bcWykMiUVosHzzxBKuS-QC0gBV3OmKmo,1764
5
5
  playwrightcapture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- playwrightcapture-1.27.3.dist-info/LICENSE,sha256=uwFc39fTLacBUG-XTuxX6IQKTKhg4z14gWOLt3ex4Ho,1775
7
- playwrightcapture-1.27.3.dist-info/METADATA,sha256=QAEGEcPfibjhm3v9tQX0dRWqemFt0QD_slMmP0mrZjI,3101
8
- playwrightcapture-1.27.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
9
- playwrightcapture-1.27.3.dist-info/RECORD,,
6
+ playwrightcapture-1.27.4.dist-info/LICENSE,sha256=uwFc39fTLacBUG-XTuxX6IQKTKhg4z14gWOLt3ex4Ho,1775
7
+ playwrightcapture-1.27.4.dist-info/METADATA,sha256=Lr2jNkBJFonB9EqVAZlBbcQO4xGx7lwGVvGYHq52upY,3101
8
+ playwrightcapture-1.27.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
9
+ playwrightcapture-1.27.4.dist-info/RECORD,,