Update wordpress-plugins-update.py

This commit is contained in:
Prince Chaddha
2024-06-18 20:35:49 +04:00
committed by GitHub
parent 8f419e4454
commit e14722ccd7

View File

@@ -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