diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-03-07 02:10:16 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-03-07 02:10:16 +0600 |
commit | 1818e4c2b4e0f55169d65131f257bb87d1ce52d5 (patch) | |
tree | 14f1790afdcf237cb0864a638c41b69a9232b677 | |
parent | e7bd17373d90073792e6ca0dd7c5a650f14bf2e3 (diff) |
[arte] Fix typo
-rw-r--r-- | youtube_dl/extractor/arte.py | 2 |
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', |