1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[arte] Fix typo

This commit is contained in:
Sergey M․ 2016-03-07 02:10:16 +06:00
parent e7bd17373d
commit 1818e4c2b4

View file

@ -122,7 +122,7 @@ class ArteTVPlus7IE(InfoExtractor):
compat_urllib_parse_urlparse(iframe_url).query)['json_url'][0] compat_urllib_parse_urlparse(iframe_url).query)['json_url'][0]
if json_url: if json_url:
return self._extract_from_json_url(json_url, video_id, lang) 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) # http://www.arte.tv/magazine/trepalium/fr/episode-0406-replay-trepalium)
embed_url = self._search_regex( embed_url = self._search_regex(
r'<iframe[^>]+src=(["\'])(?P<url>.+?)\1', r'<iframe[^>]+src=(["\'])(?P<url>.+?)\1',