Browse Source

[ccma] Fix typo

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

+ 1
- 1
youtube_dl/extractor/ccma.py View File

@ -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