Browse Source

[ccma] Fix typo

master
Bob Poekert 7 years ago
committed by Sergey M
parent
commit
af85ce29c6
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/ccma.py

2
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,
}
Loading…
Cancel
Save