about summary refs log tree commit diff
path: root/youtube_dl/extractor/arte.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-07 02:10:16 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-07 02:10:16 +0600
commit1818e4c2b4e0f55169d65131f257bb87d1ce52d5 (patch)
tree14f1790afdcf237cb0864a638c41b69a9232b677 /youtube_dl/extractor/arte.py
parente7bd17373d90073792e6ca0dd7c5a650f14bf2e3 (diff)
downloadyoutube-dl-1818e4c2b4e0f55169d65131f257bb87d1ce52d5.tar.gz
youtube-dl-1818e4c2b4e0f55169d65131f257bb87d1ce52d5.tar.xz
youtube-dl-1818e4c2b4e0f55169d65131f257bb87d1ce52d5.zip
[arte] Fix typo
Diffstat (limited to 'youtube_dl/extractor/arte.py')
-rw-r--r--youtube_dl/extractor/arte.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py
index efde7e207..7f99effa9 100644
--- a/youtube_dl/extractor/arte.py
+++ b/youtube_dl/extractor/arte.py
@@ -122,7 +122,7 @@ class ArteTVPlus7IE(InfoExtractor):
                     compat_urllib_parse_urlparse(iframe_url).query)['json_url'][0]
         if json_url:
             return self._extract_from_json_url(json_url, video_id, lang)
-        # Differend kind of embed URL (e.g.
+        # Different kind of embed URL (e.g.
         # http://www.arte.tv/magazine/trepalium/fr/episode-0406-replay-trepalium)
         embed_url = self._search_regex(
             r'<iframe[^>]+src=(["\'])(?P<url>.+?)\1',