Skip to content

Rewrite parsing using html.parser #2

@aviaryan

Description

@aviaryan

Right now parsing is being done using regex.
We should use the inbuilt html.parser instead.

Python 2: https://docs.python.org/2/library/htmlparser.html
Python 3: https://docs.python.org/3/library/html.parser.html

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions