scrapling 0.3.2__tar.gz → 0.3.3__tar.gz
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.
- {scrapling-0.3.2/scrapling.egg-info → scrapling-0.3.3}/PKG-INFO +1 -1
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/__init__.py +1 -1
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_camoufox.py +0 -8
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_controllers.py +0 -8
- {scrapling-0.3.2 → scrapling-0.3.3/scrapling.egg-info}/PKG-INFO +1 -1
- {scrapling-0.3.2 → scrapling-0.3.3}/setup.cfg +1 -1
- {scrapling-0.3.2 → scrapling-0.3.3}/LICENSE +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/MANIFEST.in +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/README.md +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/pyproject.toml +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/cli.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/__init__.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/_html_utils.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/_types.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/ai.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/custom_types.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/mixins.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/shell.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/storage.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/translator.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/utils/__init__.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/utils/_shell.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/utils/_utils.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/__init__.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/__init__.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_base.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_config_tools.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_page.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_validators.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/constants.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/static.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/__init__.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/navigator_plugins.js +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/notification_permission.js +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/playwright_fingerprint.js +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/screen_props.js +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/webdriver_fully.js +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/window_chrome.js +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/convertor.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/custom.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/fingerprints.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/navigation.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/fetchers.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/parser.py +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/py.typed +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/SOURCES.txt +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/dependency_links.txt +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/entry_points.txt +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/not-zip-safe +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/requires.txt +0 -0
- {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: scrapling
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.3
|
4
4
|
Summary: Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
|
5
5
|
Home-page: https://github.com/D4Vinci/Scrapling
|
6
6
|
Author: Karim Shoair
|
@@ -173,10 +173,6 @@ class StealthySession(StealthySessionMixin, SyncSession):
|
|
173
173
|
**self.launch_options
|
174
174
|
)
|
175
175
|
|
176
|
-
# Get the default page and close it
|
177
|
-
default_page = self.context.pages[0]
|
178
|
-
default_page.close()
|
179
|
-
|
180
176
|
if self.init_script: # pragma: no cover
|
181
177
|
self.context.add_init_script(path=self.init_script)
|
182
178
|
|
@@ -482,10 +478,6 @@ class AsyncStealthySession(StealthySessionMixin, AsyncSession):
|
|
482
478
|
**self.launch_options
|
483
479
|
)
|
484
480
|
|
485
|
-
# Get the default page and close it
|
486
|
-
default_page = self.context.pages[0]
|
487
|
-
await default_page.close()
|
488
|
-
|
489
481
|
if self.init_script: # pragma: no cover
|
490
482
|
await self.context.add_init_script(path=self.init_script)
|
491
483
|
|
@@ -168,10 +168,6 @@ class DynamicSession(DynamicSessionMixin, SyncSession):
|
|
168
168
|
else:
|
169
169
|
self.context = self.playwright.chromium.launch_persistent_context(user_data_dir="", **self.launch_options)
|
170
170
|
|
171
|
-
# Get the default page and close it
|
172
|
-
default_page = self.context.pages[0]
|
173
|
-
default_page.close()
|
174
|
-
|
175
171
|
if self.init_script: # pragma: no cover
|
176
172
|
self.context.add_init_script(path=self.init_script)
|
177
173
|
|
@@ -421,10 +417,6 @@ class AsyncDynamicSession(DynamicSessionMixin, AsyncSession):
|
|
421
417
|
user_data_dir="", **self.launch_options
|
422
418
|
)
|
423
419
|
|
424
|
-
# Get the default page and close it
|
425
|
-
default_page = self.context.pages[0]
|
426
|
-
await default_page.close()
|
427
|
-
|
428
420
|
if self.init_script: # pragma: no cover
|
429
421
|
await self.context.add_init_script(path=self.init_script)
|
430
422
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: scrapling
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.3
|
4
4
|
Summary: Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
|
5
5
|
Home-page: https://github.com/D4Vinci/Scrapling
|
6
6
|
Author: Karim Shoair
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[metadata]
|
2
2
|
name = scrapling
|
3
|
-
version = 0.3.
|
3
|
+
version = 0.3.3
|
4
4
|
author = Karim Shoair
|
5
5
|
author_email = karim.shoair@pm.me
|
6
6
|
description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/navigator_plugins.js
RENAMED
File without changes
|
{scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/notification_permission.js
RENAMED
File without changes
|
{scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/playwright_fingerprint.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|