Fix wordpress plugins update script

patch-4
y0no 2024-06-18 17:21:19 +02:00
parent 56ec740cec
commit 8e9ad033b2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ regex = r"https://wordpress.org/plugins/(\w.+)/"
ranking = 1
# Top 200 Wordpress Plugins
for page_number in range(2, 11):
for page_number in range(1, 11):
print(f"https://wordpress.org/plugins/browse/popular/page/{page_number}/")
html = requests.get(url=f"https://wordpress.org/plugins/browse/popular/page/{page_number}/", headers={