1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-01-03 05:36:07 +00: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 @@ class CCMAIE(InfoExtractor):
'description': clean_html(informacio.get('descripcio')),
'duration': duration,
'timestamp': timestamp,
'thumnails': thumbnails,
'thumbnails': thumbnails,
'subtitles': subtitles,
'formats': formats,
}