Skip to content

Commit

Permalink
[ccma] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobpoekert authored and dstftw committed Nov 12, 2017
1 parent e4d9586 commit af85ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/ccma.py
Expand Up @@ -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,
}

0 comments on commit af85ce2

Please sign in to comment.