From 436e02f50a5abe31f673408a10fa2f3d41343093 Mon Sep 17 00:00:00 2001 From: sepro Date: Sun, 17 Nov 2024 10:59:57 +0100 Subject: [PATCH] Fix playlist extraction --- yt_dlp/extractor/kenh14.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/kenh14.py b/yt_dlp/extractor/kenh14.py index be66adb1f1..13f174b3cb 100644 --- a/yt_dlp/extractor/kenh14.py +++ b/yt_dlp/extractor/kenh14.py @@ -141,8 +141,8 @@ class Kenh14PlaylistIE(InfoExtractor): return self.playlist_from_matches( get_elements_html_by_class('video-item', webpage), playlist_id, (clean_html(get_element_by_class('name', category_detail)) or unescapeHTML(embed_info.get('name'))), - getter=lambda x: 'https://video.kenh14.vn/video/{}.chn'.format(extract_attributes(x)['data-id']), - ie=Kenh14VideoIE.ie_key(), playlist_description=( + getter=lambda x: 'https://video.kenh14.vn/video/video-{}.chn'.format(extract_attributes(x)['data-id']), + ie=Kenh14VideoIE, playlist_description=( clean_html(get_element_by_class('description', category_detail)) or unescapeHTML(embed_info.get('alternateName'))), thumbnail=traverse_obj(