Skip to content

Implement parse_quotes (BeautifulSoup) #26

@ThomasKarpinski

Description

@ThomasKarpinski

Create the parsing function to extract structured data from the raw HTML content. Tasks:

  • Implement parse_quotes(html) using BeautifulSoup.
  • Extract the quote text, author, and list of tags for all quotes on the page.
  • Return the data as a list of Quote objects.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions