[rte] Actually recognize https urls

There was a missing 's' before the '?'.
This commit is contained in:
Jaime Marquínez Ferrándiz 2015-10-17 11:53:59 +02:00
parent 36eb802baf
commit 6df7179e6c
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'https?://(?:www\.)?rte\.ie/player/[^/]{2,3}/show/[^/]+/(?P<id>[0-9]+)'
_TEST = {
'url': 'http://www.rte.ie/player/ie/show/iwitness-862/10478715/',
'info_dict': {