Update plugin.py

This commit is contained in:
Gordon Shumway 2020-02-03 22:34:31 -05:00 committed by GitHub
parent 898beb4bc1
commit ba24c919f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
"""