this is why one should never make stuff from the raw-editor without prior checking

pull/11795/head^2
dove 3 weeks ago committed by GitHub
parent 2558a339d7
commit 254765b072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save