Skip to content

Commit

Permalink
Merge pull request #743 from mattdy/master
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored May 29, 2024
2 parents 8c9b67e + b543506 commit fe6574b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def parse_data(self, page: str, **kwargs) -> dict:

data = {"bins": []}

titles = [title.text for title in soup.select(".title")]
titles = [title.text for title in soup.select(".block-title")]
collection_tag = soup.body.find_all(
"div", {"class": "col-md-6 col-sm-6 col-xs-6"}, string="Next collection"
)
Expand Down

0 comments on commit fe6574b

Please sign in to comment.