Update yt_dlp/extractor/cda.py

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
Paweł Kotiuk 2024-08-31 21:34:00 +02:00 committed by GitHub
parent 5593b95ab4
commit 0b058fd13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -387,7 +387,7 @@ def _real_extract(self, url):
webpage = self._download_webpage(url, folder_id)
title = self._html_search_meta('og:title', webpage, 'title')
title = self._og_search_title(webpage)
def extract_page_entries(url):
webpage = self._download_webpage(url, folder_id, f'Extracting videos list from {url}')