cleanup
This commit is contained in:
parent
a1d74cb361
commit
b836eddaa6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue