Update plugin.py
This commit is contained in:
parent
898beb4bc1
commit
ba24c919f8
|
@ -1523,7 +1523,7 @@ class SpiffyTitles(callbacks.Plugin):
|
|||
"""
|
||||
Retrieves value of <title> tag from HTML
|
||||
"""
|
||||
soup = BeautifulSoup(html, "lxml")
|
||||
soup = BeautifulSoup(html)
|
||||
|
||||
if soup is not None:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue