mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-27 21:59:17 +01:00
this is why one should never make stuff from the raw-editor without prior checking
This commit is contained in:
parent
2558a339d7
commit
254765b072
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class GloboIE(InfoExtractor):
|
|||
'uploader': ('title', 'headline', {str}),
|
||||
'uploader_id': ('title', 'originProgramId', {str_or_none}),
|
||||
'episode_number': ('relatedEpisodeNumber', {int_or_none}),
|
||||
'season_number' ('relatedSeasonNumber', {int_or_none}),
|
||||
'season_number': ('relatedSeasonNumber', {int_or_none}),
|
||||
}),
|
||||
'formats': formats,
|
||||
'subtitles': subtitles,
|
||||
|
|
Loading…
Reference in a new issue