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:
parent
6c7d0de03e
commit
9d672d3bf3
1 changed files with 2 additions and 1 deletions
|
@ -469,7 +469,8 @@ def _extract_entry(self, entry):
|
|||
'title': ('titel', {str}),
|
||||
'description': ('beschreibung', {str}),
|
||||
'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):
|
||||
|
|
Loading…
Reference in a new issue