Skip to content

Commit

Permalink
Update clean.py
Browse files Browse the repository at this point in the history
fix for amd frontend change
  • Loading branch information
nunodxxd authored Jun 7, 2024
1 parent a5bd416 commit 66d2833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# old method
soup = BeautifulSoup(html, 'html.parser')
elements = soup.select('.container > div > div:nth-child(4) > div > a')
elements = soup.select('.container > div > div:nth-child(5) > div > a')
link = elements[0]['href']

"""
Expand Down

0 comments on commit 66d2833

Please sign in to comment.