abstract-webtools 0.1.6.50__py3-none-any.whl → 0.1.6.51__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.
@@ -1,3 +1,3 @@
1
1
  from .abstract_webtools import get_url_mgr
2
2
  from .managers import *
3
-
3
+ from .abstract_usurpit import usurpManager,test_download
@@ -78,7 +78,7 @@ def save_asset(asset_url, base_url,output_dir,session):
78
78
  print(f"Saved asset: {asset_full_path}")
79
79
  except Exception as e:
80
80
  print(f"Failed to save asset {asset_url}: {e}")
81
- class siteManager():
81
+ class usurpManager():
82
82
  def __init__(self,url,output_dir=None,max_depth=None,wait_between_requests=None,operating_system=None, browser=None, version=None,user_agent=None,website_bot=None):
83
83
  self.url = url
84
84
  website_bot = website_bot or 'http://yourwebsite.com/bot'
@@ -165,5 +165,5 @@ def test_download(url,directory):
165
165
  url=url or 'https://algassert.com/quantum/2016/01/07/Delayed-Choice-Quantum-Erasure.html'
166
166
  output_dir= directory or os.path.join(os.getcwd(),'testit')
167
167
  os.makedirs(output_dir,exist_ok=True)
168
- site_mgr = siteManager(url,output_dir)
168
+ site_mgr = usurpManager(url,output_dir)
169
169
  site_mgr.main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: abstract_webtools
3
- Version: 0.1.6.50
3
+ Version: 0.1.6.51
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,5 +1,5 @@
1
- abstract_webtools/__init__.py,sha256=rPt-BXa6ksplRXmZoJtn-vMGEPZGpEwfxqqOqZo_EWk,68
2
- abstract_webtools/abstract_userpit.py,sha256=MbRWhO7vnjQ7oc-_yBE2Xy3Mje9bn29AyqHGmN-i188,6460
1
+ abstract_webtools/__init__.py,sha256=Bb8BHx0wYZjxAQc_RnNdw9-qTraQkWjTdwzlpRq6dY4,124
2
+ abstract_webtools/abstract_userpit.py,sha256=Rg_0Orx79rxqEePt6Sf-evGslPq5KLlTiL-P2w1u6ng,6462
3
3
  abstract_webtools/abstract_webtools.py,sha256=3NzGmJlZvrdVtEcUi2K5iUgWr1822IBPhIN9us2e2t0,3859
4
4
  abstract_webtools/big_user_agent_list.py,sha256=5ZkrUWmfzYL5yaULREslh9ZiRQeITbSjqZlp2KQON3w,131923
5
5
  abstract_webtools/main.py,sha256=_I7pPXPkoLZOoYGLQDrSLGhGuQt6-PVyXEHZSmglk2g,1329
@@ -36,7 +36,7 @@ abstract_webtools/managers/soupManager/soupManager.py,sha256=U3_o189-OWoBRaSCe2s
36
36
  abstract_webtools/managers/urlManager/__init__.py,sha256=gaJCHeK91Z-eYsBnxgdhbIUten1-gbx-zqx70R6ag-Y,26
37
37
  abstract_webtools/managers/urlManager/urlManager.py,sha256=vCFuLADmv3h7icaaoAsImGqb_49VizPY_ZvMl-C7PYk,7756
38
38
  abstract_webtools/managers/videos/Heather brooke swallo from condom.mp4,sha256=h-bKFLAHt7pGLGu4EcMvSSox7BPRK0Nga3u813iMVKQ,8335544
39
- abstract_webtools-0.1.6.50.dist-info/METADATA,sha256=8CRz-FrP_2OicBB78vMG02_SO_Gh5-G4PbKRLShbSXk,16029
40
- abstract_webtools-0.1.6.50.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
41
- abstract_webtools-0.1.6.50.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
42
- abstract_webtools-0.1.6.50.dist-info/RECORD,,
39
+ abstract_webtools-0.1.6.51.dist-info/METADATA,sha256=TtzlsxJA5LOLDdFCR-afNeQ28MWM5Xma7wZPY-WhKmY,16029
40
+ abstract_webtools-0.1.6.51.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
41
+ abstract_webtools-0.1.6.51.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
42
+ abstract_webtools-0.1.6.51.dist-info/RECORD,,