예제 #1
0
 def getCategory(self):
     response = Request().get(self.domain)
     return Category().get(response), None
예제 #2
0
파일: plugin.py 프로젝트: chiennv97/bimozie
 def getCategory(self):
     response = Request().get(self.domain)
     return Category().get(response), Channel().get(response, 1)