Skip to content

Commit

Permalink
Update _basheqtvzqwz4vp6ks5lm2ocq7i6tozqgf6vjcasj4ezmsy4bkpshhyd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
usmancout committed Feb 28, 2025
1 parent f63b7b6 commit 62824c0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ def parse_leak_data(self, page: Page):
deadline_element = page.query_selector('.deadline:first-of-type')
deadline = deadline_element.inner_text().replace("Deadline: ", "").strip() if deadline_element else "N/A"

views_element = page.query_selector('.deadline:last-of-type')
views = views_element.inner_text().replace("Views: ", "").strip() if views_element else "N/A"

country_element = page.query_selector('.count__text')
country = country_element.inner_text().strip() if country_element else "N/A"

Expand Down Expand Up @@ -118,7 +115,6 @@ def parse_leak_data(self, page: Page):
m_important_content=description,
m_dumplink=dumps,
m_weblink=web_link,
m_industry=views,
m_leak_date=deadline,
m_logo_or_images=image_urls,
m_country_name=country,
Expand Down

0 comments on commit 62824c0

Please sign in to comment.