[cleanup] Fix invalid info dict fields (#17007)

Authored by: seproDev
This commit is contained in:
sepro
2026-06-21 22:48:47 +00:00
committed by GitHub
parent da99b21b2d
commit 98036ccd4f
21 changed files with 52 additions and 43 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class TeamTreeHouseIE(InfoExtractor):
'_type': 'url_transparent',
'id': self._match_id(page_url),
'url': page_url,
'id_key': self.ie_key(),
'ie_key': self.ie_key(),
}
if extract_info:
entry.update(extract_info)