Update wordpress-plugins-update.py

patch-4
Prince Chaddha 2024-06-18 20:35:49 +04:00 committed by GitHub
parent 8f419e4454
commit e14722ccd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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