softhauzpy 0.0.91__tar.gz → 0.0.92__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.
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/PKG-INFO +1 -1
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/setup.py +1 -1
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy/main.py +1 -1
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy.egg-info/PKG-INFO +1 -1
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/README.md +0 -0
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/setup.cfg +0 -0
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy/__init__.py +0 -0
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy.egg-info/SOURCES.txt +0 -0
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy.egg-info/dependency_links.txt +0 -0
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy.egg-info/requires.txt +0 -0
- {softhauzpy-0.0.91 → softhauzpy-0.0.92}/softhauzpy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: softhauzpy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.92
|
|
4
4
|
Summary: is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
|
|
5
5
|
Home-page: https://softhauz.ca
|
|
6
6
|
Author: Karen Urate
|
|
@@ -170,7 +170,7 @@ def extract_pure_text(
|
|
|
170
170
|
|
|
171
171
|
header = " ".join(header_parts)
|
|
172
172
|
result = {
|
|
173
|
-
"url": page_url if ((input_type == "url") or (input_type == "
|
|
173
|
+
"url": page_url if ((input_type == "url") or (input_type == "html_file")) else assigned_location,
|
|
174
174
|
"title": title,
|
|
175
175
|
"author": author,
|
|
176
176
|
"description": description,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: softhauzpy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.92
|
|
4
4
|
Summary: is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
|
|
5
5
|
Home-page: https://softhauz.ca
|
|
6
6
|
Author: Karen Urate
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|