abstract-webtools 0.1.6.152__py3-none-any.whl → 0.1.6.153__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/url_grabber.py +1 -1
- {abstract_webtools-0.1.6.152.dist-info → abstract_webtools-0.1.6.153.dist-info}/METADATA +1 -1
- {abstract_webtools-0.1.6.152.dist-info → abstract_webtools-0.1.6.153.dist-info}/RECORD +5 -5
- {abstract_webtools-0.1.6.152.dist-info → abstract_webtools-0.1.6.153.dist-info}/WHEEL +0 -0
- {abstract_webtools-0.1.6.152.dist-info → abstract_webtools-0.1.6.153.dist-info}/top_level.txt +0 -0
abstract_webtools/url_grabber.py
CHANGED
@@ -215,7 +215,7 @@ def url_grabber_while(window,initial_url="www.example.com"):
|
|
215
215
|
url_grab=True
|
216
216
|
if event == 'get soup':
|
217
217
|
tags_js = get_attrs(values)
|
218
|
-
all_desired=soup_manager.find_tags_by_attributes(tag=tags_js['tag'], attr=tags_js['attribute'],attr_values=tags_js['
|
218
|
+
all_desired=soup_manager.find_tags_by_attributes(tag=tags_js['tag'], attr=tags_js['attribute'],attr_values=tags_js['input'])
|
219
219
|
if urlManager(url=url).url:
|
220
220
|
if url != url_mgr.url or url == initial_url:
|
221
221
|
url_mgr = urlManager(url=url)
|
@@ -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.153
|
4
4
|
Summary: Utilities for fetching/parsing web content with requests/urllib3/BS4 and helpers.
|
5
5
|
Home-page: https://github.com/AbstractEndeavors/abstract_webtools
|
6
6
|
Author: putkoff
|
@@ -8,7 +8,7 @@ abstract_webtools/find_dirs.py,sha256=BlE4ruzMABqmv03NcutZ1j5N3pCc-Q4uNEAMpNolZC
|
|
8
8
|
abstract_webtools/k2s_downloader.py,sha256=t0tCKAfDNQGn9tKh3eg0XVU0bY-MmYITwJa3ANf7090,6988
|
9
9
|
abstract_webtools/main.py,sha256=_I7pPXPkoLZOoYGLQDrSLGhGuQt6-PVyXEHZSmglk2g,1329
|
10
10
|
abstract_webtools/soup_gui.py,sha256=n95YAps1R6DpMwR4UbthSqQby0C5WHUa9tsW-f2qpLg,5184
|
11
|
-
abstract_webtools/url_grabber.py,sha256
|
11
|
+
abstract_webtools/url_grabber.py,sha256=-QUENEmimMPrJ6Skg5-bPXl-Bp0VxbelWL6fQgR3o1I,13595
|
12
12
|
abstract_webtools/url_grabber_new.py,sha256=xb23qo4anOY0Ax3CAfaHJ8s5VEz61Sinh-XpEDFW7Is,3621
|
13
13
|
abstract_webtools/managers/__init__.py,sha256=RXQAK5z9nYlocM91P2OC4jR352-MiqT5bAi4xZl7_FU,470
|
14
14
|
abstract_webtools/managers/allss.py,sha256=IBhlyRQHfK-BtwUnSEbIPqlI1MtZ8-XsdaHv0b91HQ0,269
|
@@ -47,7 +47,7 @@ abstract_webtools/managers/soupManager/soupManager.py,sha256=6vWYnZGuimStbNiuH_V
|
|
47
47
|
abstract_webtools/managers/urlManager/__init__.py,sha256=gaJCHeK91Z-eYsBnxgdhbIUten1-gbx-zqx70R6ag-Y,26
|
48
48
|
abstract_webtools/managers/urlManager/urlManager (Copy).py,sha256=vCFuLADmv3h7icaaoAsImGqb_49VizPY_ZvMl-C7PYk,7756
|
49
49
|
abstract_webtools/managers/urlManager/urlManager.py,sha256=vY4KQXtcrlC2YtlultxQpVe581l5kAuT5VGA0WrI16g,8945
|
50
|
-
abstract_webtools-0.1.6.
|
51
|
-
abstract_webtools-0.1.6.
|
52
|
-
abstract_webtools-0.1.6.
|
53
|
-
abstract_webtools-0.1.6.
|
50
|
+
abstract_webtools-0.1.6.153.dist-info/METADATA,sha256=ENDlCW7dsBPA6z16s3-aHzcFRsEny_jodY-9dNARfSo,16573
|
51
|
+
abstract_webtools-0.1.6.153.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
52
|
+
abstract_webtools-0.1.6.153.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
|
53
|
+
abstract_webtools-0.1.6.153.dist-info/RECORD,,
|
File without changes
|
{abstract_webtools-0.1.6.152.dist-info → abstract_webtools-0.1.6.153.dist-info}/top_level.txt
RENAMED
File without changes
|