Update wordpress-plugins-update.py
parent
8f419e4454
commit
e14722ccd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue