static S snippetImageURL_http(S snippetID) { ret snippetImageURL_http(snippetID, "png"); } static S snippetImageURL_http(S snippetID, S contentType) { ret replacePrefix("https://", "http://", snippetImageURL(snippetID, contentType)).replace(":8443", ":8080"); }