From 1818e4c2b4e0f55169d65131f257bb87d1ce52d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 7 Mar 2016 02:10:16 +0600 Subject: [PATCH] [arte] Fix typo --- youtube_dl/extractor/arte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']+src=(["\'])(?P.+?)\1',