diff --git a/clean.py b/clean.py index ab91324..2816e05 100644 --- a/clean.py +++ b/clean.py @@ -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'] """