Example #1
0
 def create_downloads_from_list(self, list):
     downloads = []
     for download in list:
         downloads.append(Download.create_from_dict(download))
     return downloads