This commit is contained in:
Gordon Shumway 2019-03-16 11:09:15 -04:00 committed by GitHub
parent a1d74cb361
commit b836eddaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class Lyrics(callbacks.Plugin):
header = {'User-Agent':str(ua.random)}
data = requests.get(searchurl, headers=header)
soup = BeautifulSoup(data.text)
soup.prettify()
url = soup.find('cite').getText()
title = soup.find("h3").getText()
url = "http://{0}".format(url)