diff options
author | Bob Poekert <bob@poekert.com> | 2017-11-11 22:25:21 -0800 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2017-11-12 13:25:21 +0700 |
commit | af85ce29c61749676ab934a2b297505ab33bf4c7 (patch) | |
tree | 6b463dfedb3fc8d041fa75a61225c212d2b1324e /youtube_dl | |
parent | e4d9586562d24cbbea6ee07162290ec602399f37 (diff) |
[ccma] Fix typo
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/ccma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ccma.py b/youtube_dl/extractor/ccma.py index 39938c9ac..bec0a825a 100644 --- a/youtube_dl/extractor/ccma.py +++ b/youtube_dl/extractor/ccma.py @@ -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, } |