def get_video_link(self):
if not self._read_sources():
dialog = xbmcgui.Dialog()
dialog.notification(self._strings['notfound'], "", xbmcgui.NOTIFICATION_ERROR)
return None
return self._select_source()
文章目录