|
|
@ -440,9 +440,16 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
|
|
|
'info_dict': {
|
|
|
|
'info_dict': {
|
|
|
|
'id': 'lqQg6PlCWgI',
|
|
|
|
'id': 'lqQg6PlCWgI',
|
|
|
|
'ext': 'mp4',
|
|
|
|
'ext': 'mp4',
|
|
|
|
|
|
|
|
'upload_date': '20120731',
|
|
|
|
|
|
|
|
'uploader_id': 'olympic',
|
|
|
|
|
|
|
|
'description': 'HO09 - Women - GER-AUS - Hockey - 31 July 2012 - London 2012 Olympic Games',
|
|
|
|
|
|
|
|
'uploader': 'Olympics',
|
|
|
|
|
|
|
|
'title': 'Hockey - Women - GER-AUS - London 2012 Olympic Games',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
'params': {
|
|
|
|
|
|
|
|
'skip_download': 'requires avconv',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
|
|