Esempio n. 1
0
 def list_hd(self, page):
     html = dreamfilm.hd_html(page)
     for name, url, thumb_url in dreamfilm.scrap_hd(html):
         self.add_movie_list_item(name, url, thumb_url)
     #self.add_menu_item('Nex', 'hd')
     self.xbmcplugin.endOfDirectory(self.handle)