youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1818e4c2b4e0f55169d65131f257bb87d1ce52d5
parent e7bd17373d90073792e6ca0dd7c5a650f14bf2e3
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  7 Mar 2016 02:10:16 +0600

[arte] Fix typo

Diffstat:
Myoutube_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 @@ -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',