aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/m6.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/m6.py')
-rw-r--r--youtube_dl/extractor/m6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/m6.py b/youtube_dl/extractor/m6.py
index 3d806323a..7e025831b 100644
--- a/youtube_dl/extractor/m6.py
+++ b/youtube_dl/extractor/m6.py
@@ -27,7 +27,7 @@ class M6IE(InfoExtractor):
video_id = mobj.group('id')
rss = self._download_xml('http://ws.m6.fr/v1/video/info/m6/bonus/%s' % video_id, video_id,
- 'Downloading video RSS')
+ 'Downloading video RSS')
title = rss.find('./channel/item/title').text
description = rss.find('./channel/item/description').text