ScreenX 0.0.5__tar.gz → 0.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ScreenX
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: The Ultimate AI-Powered Web Automation & Scraping Bot
5
5
  Home-page: UNKNOWN
6
6
  Author: David C
@@ -12,7 +12,7 @@ def div_identifier(header,content, div_class):
12
12
 
13
13
  def element_miner(header, content, xpath, selector):
14
14
  try:
15
- element = extract_elements(Main_header = header, webcontent=content, xpath=xpath).json()[selector]
15
+ element = extract_elements(Main_header = header, webcontent=content, div_class=xpath).json()[selector]
16
16
  return element
17
17
  except Exception as e:
18
18
  print(f"Error: {e}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ScreenX
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: The Ultimate AI-Powered Web Automation & Scraping Bot
5
5
  Home-page: UNKNOWN
6
6
  Author: David C
@@ -6,7 +6,7 @@ with open("README.md", "r") as f:
6
6
  setup(
7
7
  # name="ScrapeX",
8
8
  name="ScreenX",
9
- version="0.0.5",
9
+ version="0.0.6",
10
10
  description='''The Ultimate AI-Powered Web Automation & Scraping Bot''',
11
11
  # package_dir={"": "ScreenX"},
12
12
  packages=find_packages(),
File without changes
File without changes
File without changes
File without changes