Skip to content

Commit

Permalink
let beautifulsoup decide which parser to choose - hope it will be lxm…
Browse files Browse the repository at this point in the history
…l if installed
  • Loading branch information
Henri Wahl committed Jan 17, 2016
1 parent b1c11b1 commit b45d90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seafadm
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def GetSoup(url, data=None):
"""
get HTML content as BeautifulSoup object
"""
return bs4.BeautifulSoup(GetURL(url, data), "html.parser")
return bs4.BeautifulSoup(GetURL(url, data))


def GetData(data_url, mode="simple", section=""):
Expand Down

0 comments on commit b45d90c

Please sign in to comment.