[rte] Update _VALID_URL (Closes #7198)

This commit is contained in:
Sergey M․ 2015-10-17 01:08:23 +06:00
parent ba717dca97
commit 246ce10858
1 changed files with 1 additions and 1 deletions

View File

@ -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': {