atomicshop 2.20.1__py3-none-any.whl → 2.20.2__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.
Potentially problematic release.
This version of atomicshop might be problematic. Click here for more details.
- atomicshop/__init__.py +1 -1
- atomicshop/wrappers/playwrightw/scenarios.py +2 -2
- {atomicshop-2.20.1.dist-info → atomicshop-2.20.2.dist-info}/METADATA +1 -1
- {atomicshop-2.20.1.dist-info → atomicshop-2.20.2.dist-info}/RECORD +7 -7
- {atomicshop-2.20.1.dist-info → atomicshop-2.20.2.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.20.1.dist-info → atomicshop-2.20.2.dist-info}/WHEEL +0 -0
- {atomicshop-2.20.1.dist-info → atomicshop-2.20.2.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
|
@@ -12,7 +12,7 @@ from bs4 import BeautifulSoup
|
|
|
12
12
|
|
|
13
13
|
from . import engine, base, combos
|
|
14
14
|
from ...basics import threads, multiprocesses
|
|
15
|
-
from ...
|
|
15
|
+
from ... import web
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
def get_text_from_html_tag(url: str, tag_name: str, attribute: str, value: str) -> str:
|
|
@@ -219,7 +219,7 @@ def _fetch_content(
|
|
|
219
219
|
with sync_playwright() as p:
|
|
220
220
|
browser = p.chromium.launch(headless=headless) # Set headless=True if you don't want to see the browser
|
|
221
221
|
|
|
222
|
-
user_agent: str = USER_AGENTS['Windows_Chrome_Latest']
|
|
222
|
+
user_agent: str = web.USER_AGENTS['Windows_Chrome_Latest']
|
|
223
223
|
|
|
224
224
|
if text_fetch_method == "playwright_copypaste":
|
|
225
225
|
context = browser.new_context(permissions=["clipboard-read", "clipboard-write"], user_agent=user_agent)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=YT_T5JzFRTIksmE_0awk2rKq2ttCQS7jQZk6RPF_DjQ,123
|
|
2
2
|
atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
|
|
3
3
|
atomicshop/_create_pdf_demo.py,sha256=Yi-PGZuMg0RKvQmLqVeLIZYadqEZwUm-4A9JxBl_vYA,3713
|
|
4
4
|
atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
|
|
@@ -285,7 +285,7 @@ atomicshop/wrappers/playwrightw/javascript.py,sha256=_bW7CAtm0Y8IHYrAalg5HpPFnk6
|
|
|
285
285
|
atomicshop/wrappers/playwrightw/keyboard.py,sha256=zN3YddGO-qUkn6C0CRVFejP4cTuaUwXLDNFhFREjERY,422
|
|
286
286
|
atomicshop/wrappers/playwrightw/locators.py,sha256=6wsLywZxDuii7mwv-zQsRbqQC8r7j96Bma5b5_7ZoVo,2411
|
|
287
287
|
atomicshop/wrappers/playwrightw/mouse.py,sha256=-2FZbQtjgH7tdXWld6ZPGqlKFUdf5in0ujN0hewxa50,656
|
|
288
|
-
atomicshop/wrappers/playwrightw/scenarios.py,sha256=
|
|
288
|
+
atomicshop/wrappers/playwrightw/scenarios.py,sha256=0t7007v461HYF6TEeXxHoqxvf3jwu7dOnrwdvffe3bE,11629
|
|
289
289
|
atomicshop/wrappers/playwrightw/waits.py,sha256=PBFdz_PoM7Fo7O8hLqMrxNPzBEYgPoXwZceFFCGGeu8,7182
|
|
290
290
|
atomicshop/wrappers/psutilw/cpus.py,sha256=w6LPBMINqS-T_X8vzdYkLS2Wzuve28Ydp_GafTCngrc,236
|
|
291
291
|
atomicshop/wrappers/psutilw/disks.py,sha256=3ZSVoommKH1TWo37j_83frB-NqXF4Nf5q5mBCX8G4jE,9221
|
|
@@ -330,8 +330,8 @@ atomicshop/wrappers/socketw/statistics_csv.py,sha256=WcNyaqEZ82S5-f3kzqi1nllNT2N
|
|
|
330
330
|
atomicshop/wrappers/winregw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
331
|
atomicshop/wrappers/winregw/winreg_installed_software.py,sha256=Qzmyktvob1qp6Tjk2DjLfAqr_yXV0sgWzdMW_9kwNjY,2345
|
|
332
332
|
atomicshop/wrappers/winregw/winreg_network.py,sha256=AENV88H1qDidrcpyM9OwEZxX5svfi-Jb4N6FkS1xtqA,8851
|
|
333
|
-
atomicshop-2.20.
|
|
334
|
-
atomicshop-2.20.
|
|
335
|
-
atomicshop-2.20.
|
|
336
|
-
atomicshop-2.20.
|
|
337
|
-
atomicshop-2.20.
|
|
333
|
+
atomicshop-2.20.2.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
334
|
+
atomicshop-2.20.2.dist-info/METADATA,sha256=vUaF9sMXezhYJN5zLGjTupSrN9oMANcQhKKqnFmsgGY,10630
|
|
335
|
+
atomicshop-2.20.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
336
|
+
atomicshop-2.20.2.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
337
|
+
atomicshop-2.20.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|