название видео в заголовке и над плеером
This commit is contained in:
@@ -89,7 +89,8 @@ public class Onlinelife implements KinoWarez {
|
||||
|
||||
if (jsonObj.has("file")) {
|
||||
String fileMp4 = jsonObj.get("file").getAsString().substring("http://".length());
|
||||
return "{\"file\":\"/proxy/onlinelife/" + fileMp4 + "\"}";
|
||||
String title = jsonObj.get("comment").getAsString();
|
||||
return "{\"file\":\"/proxy/onlinelife/" + fileMp4 + "\",\"title\":\"" + title + "\"}";
|
||||
} else if (jsonObj.has("pl")) {
|
||||
browser.setEncoding("utf-8");
|
||||
return replaceToProxy(browser.get(jsonObj.get("pl").getAsString()));
|
||||
|
||||
Reference in New Issue
Block a user