Friday, June 27, 2025
31.1 C
Singapore

K-pop star arrested for filming and sharing sex video

K-pop star Jung Joon-young has been arrested, hours after he apologised for filming and distributing illicit sex videos, in a scandal that has rocked South Korea’s entertainment industry.

The singer-songwriter last week admitted to filming himself having sex and sharing the footage without his partners’ consent.

The videos of at least 10 women were shared through mobile chat rooms in 2015 with recipients including fellow K-pop star Seungri of BIGBANG.

The Seoul Central District Court issued the arrest warrant late Thursday, hours after Jung appeared at a hearing and apologised for committing “unforgivable crimes”, the South’s Yonhap news agency reported.

“I am sorry. I made a big and inexcusable mistake, and I admit my guilt,” he said.

“I will live my days repenting for the sins.”

Following the hearing, the 30-year-old was led away in handcuffs and taken to a police station to await the court’s decision on the warrant.

Jung announced his retirement from the entertainment industry last week and two other male singers have also quit after admitting they watched the illicit videos.

See also  Foreigner working in Singapore says he can't save money and make future plans despite working hard because "the cost of living is over the top"

South Korea has been battling a growing epidemic of so-called “molka”, or spycam videos — mostly of women, secretly filmed by men in schools, toilets and offices.

“Revenge porn” — videos taken of sexual relations without the partner’s consent — is believed to be equally widespread.

Thousands of women protested in Seoul last year on several occasions against the videos as part of the country’s growing #MeToo movement.

kjk/amu/aph

© Agence France-Presse

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });