diff options
Diffstat (limited to 'yt_dlp/extractor/ctvnews.py')
-rw-r--r-- | yt_dlp/extractor/ctvnews.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/ctvnews.py b/yt_dlp/extractor/ctvnews.py index c3ddcdbee..6d33f85e4 100644 --- a/yt_dlp/extractor/ctvnews.py +++ b/yt_dlp/extractor/ctvnews.py @@ -176,7 +176,7 @@ class CTVNewsIE(InfoExtractor): self._ninecninemedia_url_result(clip_id) for clip_id in traverse_obj(webpage, ( {find_element(tag='jasper-player-container', html=True)}, - {extract_attributes}, 'axis-ids', {json.loads}, ..., 'axisId')) + {extract_attributes}, 'axis-ids', {json.loads}, ..., 'axisId', {str})) ] return self.playlist_result(entries, page_id) |