Ejemplo n.º 1
0
 def test_lyricsfreak(self):
     html = Song.get_lyrics_or_chords('http://www.lyricsfreak.com/j/jethro+tull/locomotive+breath_20070951.html')
     self.assertIsNot(html, '')
Ejemplo n.º 2
0
 def test_letras(self):
     html = Song.get_lyrics_or_chords('https://m.letras.mus.br/jethro-tull/19894/')
     self.assertIsNot(html, '')
Ejemplo n.º 3
0
 def test_echords(self):
     html = Song.get_lyrics_or_chords('http://www.e-chords.com/chords/the-beatles/day-tripper')
     self.assertIsNot(html, '')
Ejemplo n.º 4
0
 def test_cifraclub(self):
     html = Song.get_lyrics_or_chords('https://www.cifraclub.com.br/jethro-tull/locomotive-breath/')
     self.assertIsNot(html, '')