mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
sigh
This commit is contained in:
parent
5807662118
commit
b0a3708308
1 changed files with 8 additions and 8 deletions
|
@ -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 14⧸08⧸1989',
|
'title': 'Capítulo de 14⧸08⧸1989',
|
||||||
'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):
|
||||||
|
|
Loading…
Reference in a new issue