abstract-webtools 0.1.6.120__py3-none-any.whl → 0.1.6.121__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.
- abstract_webtools/abstract_usurpit.py +2 -1
- {abstract_webtools-0.1.6.120.dist-info → abstract_webtools-0.1.6.121.dist-info}/METADATA +1 -1
- {abstract_webtools-0.1.6.120.dist-info → abstract_webtools-0.1.6.121.dist-info}/RECORD +5 -5
- {abstract_webtools-0.1.6.120.dist-info → abstract_webtools-0.1.6.121.dist-info}/WHEEL +0 -0
- {abstract_webtools-0.1.6.120.dist-info → abstract_webtools-0.1.6.121.dist-info}/top_level.txt +0 -0
@@ -186,7 +186,8 @@ class usurpManager():
|
|
186
186
|
|
187
187
|
# Save the modified page
|
188
188
|
save_page(url, str(soup),self.OUTPUT_DIR)
|
189
|
-
|
189
|
+
else:
|
190
|
+
print(f"skippinng {page_full_path} because it already exists")
|
190
191
|
# Use your linkManager to find all domain links
|
191
192
|
link_mgr = linkManager(url=url)
|
192
193
|
all_domains = link_mgr.find_all_domain()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: abstract_webtools
|
3
|
-
Version: 0.1.6.
|
3
|
+
Version: 0.1.6.121
|
4
4
|
Summary: Abstract Web Tools is a Python package that provides various utility functions for web scraping tasks. It is built on top of popular libraries such as `requests`, `BeautifulSoup`, and `urllib3` to simplify the process of fetching and parsing web content.
|
5
5
|
Home-page: https://github.com/AbstractEndeavors/abstract_essentials/tree/main/abstract_webtools
|
6
6
|
Author: putkoff
|
@@ -1,6 +1,6 @@
|
|
1
1
|
abstract_webtools/__init__.py,sha256=zNMp-9f0Q6BXWxR-tgHrEqKP8GeXw9z7VYzbqIeEydo,132
|
2
2
|
abstract_webtools/abstract_userpit.py,sha256=Rg_0Orx79rxqEePt6Sf-evGslPq5KLlTiL-P2w1u6ng,6462
|
3
|
-
abstract_webtools/abstract_usurpit.py,sha256=
|
3
|
+
abstract_webtools/abstract_usurpit.py,sha256=IfCERQn6uvp5KuzAuxQY55qaLaZ9DN9gZvUGsUQRjss,9409
|
4
4
|
abstract_webtools/abstract_webtools.py,sha256=3NzGmJlZvrdVtEcUi2K5iUgWr1822IBPhIN9us2e2t0,3859
|
5
5
|
abstract_webtools/big_user_agent_list.py,sha256=5ZkrUWmfzYL5yaULREslh9ZiRQeITbSjqZlp2KQON3w,131923
|
6
6
|
abstract_webtools/domain_identifier.py,sha256=AvWlGD7C19rySa_J_Brxi3kz43LMWvGsshuuZNg7MvI,3320
|
@@ -42,7 +42,7 @@ abstract_webtools/managers/soupManager/soupManager.py,sha256=U3_o189-OWoBRaSCe2s
|
|
42
42
|
abstract_webtools/managers/urlManager/__init__.py,sha256=gaJCHeK91Z-eYsBnxgdhbIUten1-gbx-zqx70R6ag-Y,26
|
43
43
|
abstract_webtools/managers/urlManager/urlManager.py,sha256=vCFuLADmv3h7icaaoAsImGqb_49VizPY_ZvMl-C7PYk,7756
|
44
44
|
abstract_webtools/managers/videos/Heather brooke swallo from condom.mp4,sha256=h-bKFLAHt7pGLGu4EcMvSSox7BPRK0Nga3u813iMVKQ,8335544
|
45
|
-
abstract_webtools-0.1.6.
|
46
|
-
abstract_webtools-0.1.6.
|
47
|
-
abstract_webtools-0.1.6.
|
48
|
-
abstract_webtools-0.1.6.
|
45
|
+
abstract_webtools-0.1.6.121.dist-info/METADATA,sha256=qgke70iRJYCmxi1Rqe_DZ9-CaTFSy3paHMPr1miR3ls,7289
|
46
|
+
abstract_webtools-0.1.6.121.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
47
|
+
abstract_webtools-0.1.6.121.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
|
48
|
+
abstract_webtools-0.1.6.121.dist-info/RECORD,,
|
File without changes
|
{abstract_webtools-0.1.6.120.dist-info → abstract_webtools-0.1.6.121.dist-info}/top_level.txt
RENAMED
File without changes
|