@@ -184,7 +184,7 @@ public class AsyncTask {
private String editVideos(String str){
- String replace = str.replace("http://icloud3d.net/", configConstant.REMOTE_DOMIAN);
+ String replace = str.replace("http://icloud3d.net", configConstant.REMOTE_DOMIAN);
return replace;
}