mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update wordpress-plugins-update.py
This commit is contained in:
2
.github/scripts/wordpress-plugins-update.py
vendored
2
.github/scripts/wordpress-plugins-update.py
vendored
@@ -43,7 +43,7 @@ for page_number in range(1, 11):
|
||||
|
||||
# Parse HTML
|
||||
soup = BeautifulSoup(html, 'html.parser')
|
||||
results = soup.find(class_="plugin-cards")
|
||||
results = soup.find(id="main")
|
||||
articles = results.find_all("div", class_="plugin-card")
|
||||
|
||||
# Setting the top tag
|
||||
|
||||
Reference in New Issue
Block a user