Skip to content

beautifulsoup throwing warning  #15

@pyMixin

Description

@pyMixin

The code that caused this warning is on line 15 of the file tester.py. To get rid of this warning, change code that looks like this:

BeautifulSoup(YOUR_MARKUP})

to this:

BeautifulSoup(YOUR_MARKUP, "lxml")

FIX for line # 119: html = bs4.BeautifulSoup(requests.get(url).text,"html.parser")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions