projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683d892
)
[arte:+7] Fix typo in _VALID_URL
author
Sergey M․
<dstftw@gmail.com>
Thu, 28 Apr 2016 22:46:23 +0000
(
04:46
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 28 Apr 2016 22:46:23 +0000
(
04:46
+0600)
youtube_dl/extractor/arte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/arte.py
b/youtube_dl/extractor/arte.py
index a9e3266dcb138794774e30ad2c0af0dea645463f..881cacfabae42a9e18b67ba74b0f20ddb00b6050 100644
(file)
--- a/
youtube_dl/extractor/arte.py
+++ b/
youtube_dl/extractor/arte.py
@@
-63,7
+63,7
@@
class ArteTvIE(InfoExtractor):
class ArteTVPlus7IE(InfoExtractor):
IE_NAME = 'arte.tv:+7'
- _VALID_URL = r'https?://(?:www\.)?arte\.tv/guide/(?P<lang>fr|de|en|es)/(?:(?:sendungen|emissions|embed)/)?(?P<id>[^/]+)/(?P<name>[^/?#&
+]
)'
+ _VALID_URL = r'https?://(?:www\.)?arte\.tv/guide/(?P<lang>fr|de|en|es)/(?:(?:sendungen|emissions|embed)/)?(?P<id>[^/]+)/(?P<name>[^/?#&
]+
)'
@classmethod
def _extract_url_info(cls, url):