mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 23:33:50 +01:00
lyrics: update unit tests
This commit is contained in:
parent
41495e58e0
commit
7d0744d46b
1 changed files with 3 additions and 2 deletions
|
|
@ -207,8 +207,9 @@ DEFAULT_SOURCES = [
|
|||
dict(DEFAULT_SONG, url=u'http://lyrics.wikia.com/',
|
||||
path=u'The_Beatles:Lady_Madonna'),
|
||||
dict(DEFAULT_SONG, url='http://www.lyrics.com/',
|
||||
path=u'lady-madonna-lyrics-the-beatles.html')
|
||||
|
||||
path=u'lady-madonna-lyrics-the-beatles.html'),
|
||||
dict(DEFAULT_SONG, url='https://www.musixmatch.com/',
|
||||
path=u'lyrics/The-Beatles/Lady-Madonna'),
|
||||
]
|
||||
|
||||
# Every source entered in default beets google custom search engine
|
||||
|
|
|
|||
Loading…
Reference in a new issue