Open LevanBokeria opened 1 year ago
Similar to Kat's other issue with the old download code.
Example image URL: 'http://ww2.bgbm.org/specimentool/Animals/Insects/Synanthedon_cf_vespiformis_Dürbye_Aserbaidschan_2010_2.jpg'
Try:
image_url = 'http://ww2.bgbm.org/specimentool/Animals/Insects/Synanthedon_cf_vespiformis_Dürbye_Aserbaidschan_2010_2.jpg' write_location = '"/Users/lbokeria/Desktop' urllib.request.urlretrieve( image_url, write_location )
Similar to Kat's other issue with the old download code.
Example image URL: 'http://ww2.bgbm.org/specimentool/Animals/Insects/Synanthedon_cf_vespiformis_Dürbye_Aserbaidschan_2010_2.jpg'
Try: