projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7bd173
)
[arte] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Sun, 6 Mar 2016 20:10:16 +0000
(
02:10
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 6 Mar 2016 20:10:16 +0000
(
02:10
+0600)
youtube_dl/extractor/arte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/arte.py
b/youtube_dl/extractor/arte.py
index efde7e207bc8d166e80f2a26429797684535d114..7f99effa9de6d7dbbe5a43bb5be527a514f81e3c 100644
(file)
--- 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)
- # Differen
d
kind of embed URL (e.g.
+ # Differen
t
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',