I am using google custom search to retrieve images but I want to add From:
+ site name
I have the following which gives me the full url:
var imgurl = item.link;
Which that is: https://c1.staticflickr.com/2/1012/1362641756_69b7f29427_b.jpg
How do i only get the first part https://c1.staticflickr.com/
Those urls will be dynamic so i don't know if it will be http
or https