[ie/ctvnews] Expect type

Authored by: bashonly
This commit is contained in:
bashonly 2024-11-17 15:23:51 -06:00
parent fdb14d9438
commit df914c8327
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -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)