Example #1
0
 def get_dest_files(self, exts=None):
     """ Returns the filenames on disk to which this Download saves
     @return A list of (filename-in-torrent, disk filename) tuples.
     """
     return DownloadImpl.get_dest_files(self, exts)
Example #2
0
 def get_dest_files(self, exts = None):
     """ Returns the filenames on disk to which this Download saves
     @return A list of (filename-in-torrent, disk filename) tuples.
     """
     return DownloadImpl.get_dest_files(self, exts)