mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2025-01-01 12:46:11 +00:00
13 lines
212 B
Python
13 lines
212 B
Python
|
class Plugin:
|
||
|
def __init__(self):
|
||
|
pass
|
||
|
|
||
|
def setup(self):
|
||
|
pass
|
||
|
|
||
|
def parseLink(self, link):
|
||
|
pass
|
||
|
|
||
|
def generateDownloadObject(self, dz, link, bitrate, listener):
|
||
|
pass
|