Untitled

Anonymous
plain_text
10/11/2022 10:16 AM
524 B
23
Indexable
if (epg.isCurrent()) {
            Calendar current = Calendar.getInstance();

            long seconds = TimeUnit.MILLISECONDS.toSeconds(current.getTimeInMillis() - epg.getStart());

            if (channelCid != null) {
                epgRepresentation.url = epgRepresentation.url.replaceAll("(?<=" + channelCid + "/)(.*?)(?=\\.m3u8)", "rewind-" + seconds);
            }
        }
Editor is loading...