projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d9586
)
[ccma] Fix typo
author
Bob Poekert
<bob@poekert.com>
Sun, 12 Nov 2017 06:25:21 +0000
(22:25 -0800)
committer
Sergey M
<dstftw@gmail.com>
Sun, 12 Nov 2017 06:25:21 +0000
(13:25 +0700)
youtube_dl/extractor/ccma.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ccma.py
b/youtube_dl/extractor/ccma.py
index 39938c9acbae573b56346093fae599b669a09f7b..bec0a825a0df28e953aeee58c73ea5cbc6c0461b 100644
(file)
--- 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,
+ 'thum
b
nails': thumbnails,
'subtitles': subtitles,
'formats': formats,
}