projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba717dc
)
[rte] Update _VALID_URL (Closes #7198)
author
Sergey M․
<dstftw@gmail.com>
Fri, 16 Oct 2015 19:08:23 +0000
(
01:08
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 16 Oct 2015 19:08:23 +0000
(
01:08
+0600)
youtube_dl/extractor/rte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rte.py
b/youtube_dl/extractor/rte.py
index 04158b9931c09d9d028175dc895e90cf7da6a7f3..427c70866d1015293c160f1041680174d9f6d13e 100644
(file)
--- a/
youtube_dl/extractor/rte.py
+++ b/
youtube_dl/extractor/rte.py
@@
-9,7
+9,7
@@
from ..utils import (
class RteIE(InfoExtractor):
- _VALID_URL = r'http?://(?:www\.)?rte\.ie/player/[^/]{2,3}/show/
(?P<id>[0-9]+)/
'
+ _VALID_URL = r'http?://(?:www\.)?rte\.ie/player/[^/]{2,3}/show/
[^/]+/(?P<id>[0-9]+)
'
_TEST = {
'url': 'http://www.rte.ie/player/de/show/10363114/',
'info_dict': {