예제 #1
0
 def list_top_series(self):
     html = dreamfilm.top_serie_html()
     for name, url, thumb_url in dreamfilm.scrap_top_list(html):
         self.add_movie_list_item(name, url, thumb_url)
     self.xbmcplugin.endOfDirectory(self.handle)