Przeglądaj źródła

[ccma] Fix typo

Bob Poekert 8 lat temu
rodzic
commit
af85ce29c6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      youtube_dl/extractor/ccma.py

+ 1 - 1
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,
         }