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.
Files changed (51) hide show
  1. {scrapling-0.3.2/scrapling.egg-info → scrapling-0.3.3}/PKG-INFO +1 -1
  2. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/__init__.py +1 -1
  3. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_camoufox.py +0 -8
  4. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_controllers.py +0 -8
  5. {scrapling-0.3.2 → scrapling-0.3.3/scrapling.egg-info}/PKG-INFO +1 -1
  6. {scrapling-0.3.2 → scrapling-0.3.3}/setup.cfg +1 -1
  7. {scrapling-0.3.2 → scrapling-0.3.3}/LICENSE +0 -0
  8. {scrapling-0.3.2 → scrapling-0.3.3}/MANIFEST.in +0 -0
  9. {scrapling-0.3.2 → scrapling-0.3.3}/README.md +0 -0
  10. {scrapling-0.3.2 → scrapling-0.3.3}/pyproject.toml +0 -0
  11. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/cli.py +0 -0
  12. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/__init__.py +0 -0
  13. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/_html_utils.py +0 -0
  14. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/_types.py +0 -0
  15. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/ai.py +0 -0
  16. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/custom_types.py +0 -0
  17. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/mixins.py +0 -0
  18. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/shell.py +0 -0
  19. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/storage.py +0 -0
  20. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/translator.py +0 -0
  21. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/utils/__init__.py +0 -0
  22. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/utils/_shell.py +0 -0
  23. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/core/utils/_utils.py +0 -0
  24. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/__init__.py +0 -0
  25. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/__init__.py +0 -0
  26. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_base.py +0 -0
  27. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_config_tools.py +0 -0
  28. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_page.py +0 -0
  29. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/_browsers/_validators.py +0 -0
  30. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/constants.py +0 -0
  31. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/static.py +0 -0
  32. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/__init__.py +0 -0
  33. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/navigator_plugins.js +0 -0
  34. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/notification_permission.js +0 -0
  35. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/playwright_fingerprint.js +0 -0
  36. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/screen_props.js +0 -0
  37. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/webdriver_fully.js +0 -0
  38. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/bypasses/window_chrome.js +0 -0
  39. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/convertor.py +0 -0
  40. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/custom.py +0 -0
  41. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/fingerprints.py +0 -0
  42. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/engines/toolbelt/navigation.py +0 -0
  43. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/fetchers.py +0 -0
  44. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/parser.py +0 -0
  45. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling/py.typed +0 -0
  46. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/SOURCES.txt +0 -0
  47. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/dependency_links.txt +0 -0
  48. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/entry_points.txt +0 -0
  49. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/not-zip-safe +0 -0
  50. {scrapling-0.3.2 → scrapling-0.3.3}/scrapling.egg-info/requires.txt +0 -0
  51. {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.2
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,5 +1,5 @@
1
1
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
2
- __version__ = "0.3.2"
2
+ __version__ = "0.3.3"
3
3
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
4
4
 
5
5
 
@@ -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.2
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.2
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