Exemplo n.º 1
0
    def __init__(self):
        """
        """

        BaseLyricSourcePlugin.__init__(self, id="xiami", name=_("Xiami"))
        self._search = {}
        self._download = {}
Exemplo n.º 2
0
    def __init__(self):
        """
        """

        BaseLyricSourcePlugin.__init__(self, id='xiami', name=_('Xiami'))
        self._search = {}
        self._download = {}
Exemplo n.º 3
0
    def __init__(self):
        """
        """

        BaseLyricSourcePlugin.__init__(self, id='xiami', name=_('Xiami'))
        self._search = {}
        self._download = {}
Exemplo n.º 4
0
    def __init__(self):
        """
        """

        BaseLyricSourcePlugin.__init__(self, id='netease', name=_('Netease'))
Exemplo n.º 5
0
 def __init__(self):
     
     BaseLyricSourcePlugin.__init__(self, id='viewlyrics', name='ViewLyrics')
Exemplo n.º 6
0
 def __init__(self):
     BaseLyricSourcePlugin.__init__(self, id='lrc123', name='LRC123')
Exemplo n.º 7
0
    def __init__(self):
        """
        """

        BaseLyricSourcePlugin.__init__(self, id="lrc123", name="LRC123")