This commit is contained in:
slipinthedove 2024-12-21 00:49:53 -03:00
parent 5807662118
commit b0a3708308

View file

@ -61,30 +61,30 @@ class GloboIE(InfoExtractor):
'url': 'globo:3607726', 'url': 'globo:3607726',
'only_matching': True, 'only_matching': True,
}, },
{ {
'url': 'globo:8013907', # needs subscription to globoplay 'url': 'globo:8013907', # needs subscription to globoplay
'info_dict': { 'info_dict': {
'id': '8013907', 'id': '8013907',
'ext': 'mp4', 'ext': 'mp4',
'title': 'Capítulo de 14081989', 'title': 'Capítulo de 14081989',
'episode_number': 1 'episode_number': 1,
}, },
'params': { 'params': {
'skip_download': True, 'skip_download': True,
} },
}, },
{ {
'url': 'globo:12824146', 'url': 'globo:12824146',
'info_dict': { 'info_dict': {
'id': '12824146', 'id': '12824146',
'ext': 'mp4', 'ext': 'mp4',
'title': 'Acordo de damas', 'title': 'Acordo de damas',
'episode_number': 1, 'episode_number': 1,
'season_number': 2 'season_number': 2,
}, },
'params': { 'params': {
'skip_download': True 'skip_download': True,
} },
}] }]
def _real_extract(self, url): def _real_extract(self, url):