abstract-webtools 0.1.4.18__py3-none-any.whl → 0.1.4.19__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_webtools.py +2 -0
- {abstract_webtools-0.1.4.18.dist-info → abstract_webtools-0.1.4.19.dist-info}/METADATA +1 -1
- {abstract_webtools-0.1.4.18.dist-info → abstract_webtools-0.1.4.19.dist-info}/RECORD +6 -6
- {abstract_webtools-0.1.4.18.dist-info → abstract_webtools-0.1.4.19.dist-info}/LICENSE +0 -0
- {abstract_webtools-0.1.4.18.dist-info → abstract_webtools-0.1.4.19.dist-info}/WHEEL +0 -0
- {abstract_webtools-0.1.4.18.dist-info → abstract_webtools-0.1.4.19.dist-info}/top_level.txt +0 -0
@@ -819,6 +819,8 @@ class SoupManager:
|
|
819
819
|
class_name, class_items = self.find_class_name(class_items)
|
820
820
|
class_value, class_items = self.eat_till_quote(class_items)
|
821
821
|
if class_name and class_value:
|
822
|
+
class_name=eatAll(class_name,['',' ','\n','\t'])
|
823
|
+
class_value=eatAll(class_value,['',' ','\n','\t'])
|
822
824
|
if class_name not in self.attribute_tracker_js:
|
823
825
|
self.attribute_tracker_js[class_name] = {"class_values":[],"attributions":[]}
|
824
826
|
if class_name not in self.class_names:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: abstract-webtools
|
3
|
-
Version: 0.1.4.
|
3
|
+
Version: 0.1.4.19
|
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,13 +1,13 @@
|
|
1
1
|
abstract_webtools/__init__.py,sha256=2SWEfdPDHqqjUYsOQYlaOHF644ZYcO160nWKiAjga4w,34
|
2
2
|
abstract_webtools/abstract_crawler.py,sha256=e8jVVv1_EB8poqlrdQaJ19z9Z0t8un5uc-DKnj1Ud5s,8002
|
3
|
-
abstract_webtools/abstract_webtools.py,sha256
|
3
|
+
abstract_webtools/abstract_webtools.py,sha256=-qEohNdulJUsgYD0zHEYzjMkOjKcLFdiIyc66VQEU-s,50533
|
4
4
|
abstract_webtools/abstract_webtools2.py,sha256=dlhhgmUTaN_NgkT6GcJMVBLuXjmW38gAOeCrKxYqytk,30685
|
5
5
|
abstract_webtools/dfgdsf.py,sha256=T1pj-ne_qVfaAdu1MIdtW3q3UZqNP78Kt0OMhz4Musk,1355
|
6
6
|
abstract_webtools/grab_source_gui.py,sha256=Wz-FKLOuPQlBYz3kojXihpMbS4rqv4NWGr9ezF-Jt2g,16356
|
7
7
|
abstract_webtools/main.py,sha256=_I7pPXPkoLZOoYGLQDrSLGhGuQt6-PVyXEHZSmglk2g,1329
|
8
8
|
abstract_webtools/sou.py,sha256=8HjmcpXJFi_kC2O-SVGebUIFY5I5B9bPP9L8BAiWhfk,4526
|
9
|
-
abstract_webtools-0.1.4.
|
10
|
-
abstract_webtools-0.1.4.
|
11
|
-
abstract_webtools-0.1.4.
|
12
|
-
abstract_webtools-0.1.4.
|
13
|
-
abstract_webtools-0.1.4.
|
9
|
+
abstract_webtools-0.1.4.19.dist-info/LICENSE,sha256=g3WEJFiVS27HyCGRTwKSsMLyciMaGFdWcZGOe1QalZk,3877
|
10
|
+
abstract_webtools-0.1.4.19.dist-info/METADATA,sha256=lUrX03XDYH7mGTAdwnShDKgaXipFu8HXgsCO5TE6chg,8963
|
11
|
+
abstract_webtools-0.1.4.19.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
12
|
+
abstract_webtools-0.1.4.19.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
|
13
|
+
abstract_webtools-0.1.4.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|