[booblyrics] able to search by artist or songtitle
This commit is contained in:
parent
74e6e30b55
commit
0628802b72
6 changed files with 66 additions and 18 deletions
|
|
@ -42,5 +42,5 @@ class SeeklyricsBackend(BaseBackend, ICapLyrics):
|
|||
def get_lyrics(self, id):
|
||||
return self.browser.get_lyrics(id)
|
||||
|
||||
def iter_lyrics(self, pattern):
|
||||
return self.browser.iter_lyrics(quote_plus(pattern.encode('iso-8859-1')))
|
||||
def iter_lyrics(self, criteria, pattern):
|
||||
return self.browser.iter_lyrics(criteria,quote_plus(pattern.encode('iso-8859-1')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue