1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 10:29:35 +02:00

[ccma] Fix typo

This commit is contained in:
Bob Poekert 2017-11-11 22:25:21 -08:00 committed by Sergey M
parent e4d9586562
commit af85ce29c6

View File

@ -93,7 +93,7 @@ def _real_extract(self, url):
'description': clean_html(informacio.get('descripcio')),
'duration': duration,
'timestamp': timestamp,
'thumnails': thumbnails,
'thumbnails': thumbnails,
'subtitles': subtitles,
'formats': formats,
}