79766255

Date: 2025-09-16 12:59:44
Score: 1
Natty:
Report link

I decided it myself and didn’t wait for help. I decided it myself, I didn't wait for help. Maybe it will be useful to someone

String html = scriptElements.html();
String string = "";
Matcher matcher = Pattern.compile("(?<=mp4_144\":\")[^\"]+").matcher(html);
if (matcher.find()) {
    string = matcher.group();
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Enjo Flash