Exemple #1
0
 def getpath(self):
     return "/%s/%s.mp3" % (encode.encode_id(str(self.dfsId)), self.dfsId)
Exemple #2
0
	def getpath(self):
		return "/%s/%s.mp3" % (encode.encode_id(str(self.dfsId)), self.dfsId)
Exemple #3
0
 def geturl(self):
     return "http://m%s.music.126.net/%s/%s.mp3" % (random.randrange(
         1, 3), encode.encode_id(str(self.dfsId)), self.dfsId)
Exemple #4
0
	def geturl(self):
		return "http://m%s.music.126.net/%s/%s.mp3" % (random.randrange(1, 3), encode.encode_id(str(self.dfsId)) , self.dfsId)