ADVERTISEMENT

K-dramas 'Young Lady and Gentleman,' 'Jirisan' top weekly TV ratings in Korea

Published Nov 22, 2021 04:18 pm

The Saturday-Sunday dramas “Young Lady and Gentleman” and “Jirisan” topped the nationwide weekly TV ratings in South Korea.

Nielsen Korea released the weekly rankings for shows on terrestrial channels and cable TV for the period Nov. 15 to 21.

(Clockwise from top left) “Young Lady and Gentleman,” "Now, We are Breaking Up," "The King's Affection" and "Jirisan" (Twitter, iQiyi)

Under terrestrial channels, KBS2’s 50-episode “Young Lady and Gentleman,” which stars Ji Hyun-woo, Lee Se-hee and Cha Hwa-yeon, topped the weekly rating for the period, garnering an average rating of 29.1 percent.

KBS2’s 100-episode drama “Red Shoes,” starring Choi Myung-gil, So Yi-hyun and Park Yoon-jae,” placed second in the weekly ratings with 17.1 percent.

Other programs in the top 20 are “2 Days & 1 Night” at No. 6 with 9.3 percent and “King of Mask Singer” at No. 16 with 7.5 percent and the SBS drama “Now, We are Breaking Up,” Song Hye-kyo and Jang Ki-yong at No.15 with 7.6%.

On the other hand, tvN’s “Jirisan,” which stars Jun Ji-hyun and Ju Ji-hoon, is No. 1 in the weekly ratings among cable TV shows with a rating of 8.009 percent.

“You Quiz on the Block” is No. 5 with 5.122 percent while “Amazing Saturday” placed ninth with 2.758 percent.

Here are the top 20 terrestrial TV programs based on Nielsen Korea’s weekly TV ratings from Nov. 11 to 21:

1. “Young Lady and Gentleman” (KBS2, drama) - 29.1%

2. “Red Shoes” (KBS2, drama) -17.1%

3. “The All-Round Wife” (KBS1, drama) - 13.4%

4. “Mom’s Diary” (SBS, reality) - 12.5%

5 . “2 Days & 1 Night” (KBS2, reality) - 10.2%

6. “KBS News 9” (KBS1, news) - 9.3%

7. “Screening Humanity” (KBS1) - 9.1%

8. “AM Plaza” (KBS1) - 8.7%

9. “TV Animal Farm” (SBS) - 8.3%

9. “Woorimal Battle” (KBS1) - 8.3%

11. “Gayo Stage” (KBS1) - 8.1%

12. “The King’s Affection” (KBS2) - 8%

12. “Hometown Report” (KBS1) - 8%

14. “Immortal Songs: Singing the Legend” (KBS2) - 7.9%

15. “Now, We are Breaking Up” (SBS) - 7.6%

16. “King of Mask Singer” (MBC) - 7.5%

17. “Mr. House Husband” (KBS2) - 7.4%

17. “The Second Husband” (MBC) - 7.4%

19. “The Red Sleeve” (MBC) - 7.3%

20. “KBS News 7” (KBS1) - 7.1%

Here are the top 10 cable TV programs based on Nielsen Korea’s weekly TV ratings from Nov. 11 to 21:

1. “Jirisan” (tvN, drama) - 8.009%

2. “2022 Qatar World Cup Final Qualifier” (tvN) - 6.304%

3. “Three Meals a Day” (tvN) - 5.401%

4. “Secret Royal Inspector Joy” (tvN) - 5.161%

5. “You Quiz on the Block” (tvN) - 5.122%

6. “House on Wheels 3” (tvN) - 4.726%

7. “Happiness” (tvN) - 3.314%

8. “Secret Zoo” (tvN) 2.924%

9. “Amazing Saturday” (tvN) - 2.758%

10. “Racket Boys” (tvN) - 2.416%

Related Tags

Jirisan Now We Are Breaking Up Korean dramas The Kings Affection
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.