Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Scraping Question
#1
How do you scrape CVE-2022-24266 from this ?

[<a href="/cve/CVE-2022-24266/" title="CVE-2022-24266 security vulnerability details">CVE-2022-24266</a>]

I'm using BeautifulSoup for this btw
Reply
#2

  1. post your code, working or not
  2. or a minimum, the URL
  3. Have you created the soup?
    is so, title = soupname.find('a', {"title": "CVE-2022-24266 security vulnerability details"})
    should work
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020