abstract-webtools 0.1.4.12__py3-none-any.whl → 0.1.4.13__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 +3 -3
- {abstract_webtools-0.1.4.12.dist-info → abstract_webtools-0.1.4.13.dist-info}/METADATA +1 -1
- {abstract_webtools-0.1.4.12.dist-info → abstract_webtools-0.1.4.13.dist-info}/RECORD +6 -6
- {abstract_webtools-0.1.4.12.dist-info → abstract_webtools-0.1.4.13.dist-info}/LICENSE +0 -0
- {abstract_webtools-0.1.4.12.dist-info → abstract_webtools-0.1.4.13.dist-info}/WHEEL +0 -0
- {abstract_webtools-0.1.4.12.dist-info → abstract_webtools-0.1.4.13.dist-info}/top_level.txt +0 -0
@@ -528,11 +528,11 @@ class SafeRequest:
|
|
528
528
|
except requests.Timeout as e:
|
529
529
|
logging.error(f"Request to {cleaned_url} timed out: {e}")
|
530
530
|
except requests.ConnectionError:
|
531
|
-
logging.error(f"Connection error for URL {
|
531
|
+
logging.error(f"Connection error for URL {self.url_manager.correct_url}.")
|
532
532
|
except requests.Timeout:
|
533
|
-
logging.error(f"Request timeout for URL {
|
533
|
+
logging.error(f"Request timeout for URL {self.url_manager.correct_url}.")
|
534
534
|
except requests.RequestException as e:
|
535
|
-
logging.error(f"Request exception for URL {
|
535
|
+
logging.error(f"Request exception for URL {self.url_manager.correct_url}: {e}")
|
536
536
|
|
537
537
|
logging.error(f"Failed to retrieve content from {self.url_manager.correct_url} after {self.max_retries} retries.")
|
538
538
|
return None
|
@@ -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.13
|
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,11 +1,11 @@
|
|
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=70_WHKr-QMyDKN7JvPmz0ghl1bvvfMaEYfP6blMCCyI,40210
|
4
4
|
abstract_webtools/abstract_webtools2.py,sha256=dlhhgmUTaN_NgkT6GcJMVBLuXjmW38gAOeCrKxYqytk,30685
|
5
5
|
abstract_webtools/grab_source_gui.py,sha256=w7vDsEu1IfOIzcsfWeP2IpdS3yhFA_x5IVIeLFlfppw,14708
|
6
6
|
abstract_webtools/main.py,sha256=_I7pPXPkoLZOoYGLQDrSLGhGuQt6-PVyXEHZSmglk2g,1329
|
7
|
-
abstract_webtools-0.1.4.
|
8
|
-
abstract_webtools-0.1.4.
|
9
|
-
abstract_webtools-0.1.4.
|
10
|
-
abstract_webtools-0.1.4.
|
11
|
-
abstract_webtools-0.1.4.
|
7
|
+
abstract_webtools-0.1.4.13.dist-info/LICENSE,sha256=g3WEJFiVS27HyCGRTwKSsMLyciMaGFdWcZGOe1QalZk,3877
|
8
|
+
abstract_webtools-0.1.4.13.dist-info/METADATA,sha256=84w2lGu0T9Pqsv59ITVr_2Sev6VGWh34n5XWXagJUpE,8963
|
9
|
+
abstract_webtools-0.1.4.13.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
10
|
+
abstract_webtools-0.1.4.13.dist-info/top_level.txt,sha256=2DMJ7RmjTcjCsa-uwAV0K6eXXlIIkFDEjBLg_uyCmCI,18
|
11
|
+
abstract_webtools-0.1.4.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|