Results 1 comments of Dan Gold

ah I see how it works. I did something like this locally and got it to work. ``` image_to_search = image_src.split('.')[0] # remove the file extension image_to_search = image_to_search[1..-1] #...