1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

[ie/ZDFChannel] fix TODO

Authored by: bashonly
This commit is contained in:
bashonly 2025-02-18 17:54:49 -06:00
parent 6c7d0de03e
commit 9d672d3bf3
No known key found for this signature in database
GPG key ID: 783F096F253D15B0

View file

@ -469,7 +469,8 @@ def _extract_entry(self, entry):
'title': ('titel', {str}), 'title': ('titel', {str}),
'description': ('beschreibung', {str}), 'description': ('beschreibung', {str}),
'duration': ('length', {float_or_none}), 'duration': ('length', {float_or_none}),
# TODO: seasonNumber and episodeNumber can be extracted but need to also be in ZDFIE 'season_number': ('seasonNumber', {int_or_none}),
'episode_number': ('episodeNumber', {int_or_none}),
})) }))
def _entries(self, data, document_id): def _entries(self, data, document_id):