Browse Source

[arte] Fix typo

totalwebcasting
Sergey M․ 8 years ago
parent
commit
1818e4c2b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/arte.py

+ 1
- 1
youtube_dl/extractor/arte.py View File

@ -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',


Loading…
Cancel
Save