fraudcrawler 0.5.2__py3-none-any.whl → 0.5.5__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.
Potentially problematic release.
This version of fraudcrawler might be problematic. Click here for more details.
- fraudcrawler/scraping/search.py +2 -2
- {fraudcrawler-0.5.2.dist-info → fraudcrawler-0.5.5.dist-info}/METADATA +1 -1
- {fraudcrawler-0.5.2.dist-info → fraudcrawler-0.5.5.dist-info}/RECORD +6 -6
- {fraudcrawler-0.5.2.dist-info → fraudcrawler-0.5.5.dist-info}/LICENSE +0 -0
- {fraudcrawler-0.5.2.dist-info → fraudcrawler-0.5.5.dist-info}/WHEEL +0 -0
- {fraudcrawler-0.5.2.dist-info → fraudcrawler-0.5.5.dist-info}/entry_points.txt +0 -0
fraudcrawler/scraping/search.py
CHANGED
|
@@ -232,7 +232,7 @@ class SerpAPIGoogle(SerpAPI):
|
|
|
232
232
|
@property
|
|
233
233
|
def _engine(self) -> str:
|
|
234
234
|
"""The search engine name used in the SerpAPI request."""
|
|
235
|
-
return "
|
|
235
|
+
return "google"
|
|
236
236
|
|
|
237
237
|
@staticmethod
|
|
238
238
|
def _extract_search_results_urls(data: dict) -> List[str]:
|
|
@@ -305,7 +305,7 @@ class SerpAPIGoogleShopping(SerpAPI):
|
|
|
305
305
|
@property
|
|
306
306
|
def _engine(self) -> str:
|
|
307
307
|
"""The search engine name used in the SerpAPI request."""
|
|
308
|
-
return "
|
|
308
|
+
return "google_shopping"
|
|
309
309
|
|
|
310
310
|
@staticmethod
|
|
311
311
|
def _extract_search_results_urls(data: dict) -> List[str]:
|
|
@@ -11,12 +11,12 @@ fraudcrawler/processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
11
11
|
fraudcrawler/processing/processor.py,sha256=Qq8QcTlqfnzFi1t-1KkncXxaIszUO7pGK3LXTdHkDnM,7638
|
|
12
12
|
fraudcrawler/scraping/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
fraudcrawler/scraping/enrich.py,sha256=M4ErLF7q-5EKfEd-dIDS73mZc-aPFp5pJbgdRKCO3f8,13112
|
|
14
|
-
fraudcrawler/scraping/search.py,sha256=
|
|
14
|
+
fraudcrawler/scraping/search.py,sha256=nNkLgkF12AFS9A5vPs8yCb7irqxn6hiNWhS8Ku28oO0,24062
|
|
15
15
|
fraudcrawler/scraping/url.py,sha256=5Z3hPW73E-TLhM-Zha8OTcUOumc_rcx64R0fT9z2Hi8,1748
|
|
16
16
|
fraudcrawler/scraping/zyte.py,sha256=GqvVWA1AWVoClAwd-hQ9iynsT0dOb7R0ntaLK5XVivM,8340
|
|
17
17
|
fraudcrawler/settings.py,sha256=uwXMOQpuwyWkuMU0asYGtBlL_qJj8F-Xkg4dUaCmDxE,3670
|
|
18
|
-
fraudcrawler-0.5.
|
|
19
|
-
fraudcrawler-0.5.
|
|
20
|
-
fraudcrawler-0.5.
|
|
21
|
-
fraudcrawler-0.5.
|
|
22
|
-
fraudcrawler-0.5.
|
|
18
|
+
fraudcrawler-0.5.5.dist-info/LICENSE,sha256=B-3FuHfe3S0fWAlKlceskPcRhzXq81g-rJ-ddUYb4O8,1062
|
|
19
|
+
fraudcrawler-0.5.5.dist-info/METADATA,sha256=-dCc4r4EoyCuBqcgCZeh8yFZeJVwv2pZcgtW_40SEZs,6642
|
|
20
|
+
fraudcrawler-0.5.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
21
|
+
fraudcrawler-0.5.5.dist-info/entry_points.txt,sha256=1Befm7cM6945y2AA1z9V4gZV63mtSWcAs7ypvgux_Xg,79
|
|
22
|
+
fraudcrawler-0.5.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|