mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-11 19:33:57 +00: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
@ -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…
x
Reference in New Issue
Block a user