Skip to content

Rewrite parsing using html.parser #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions