kopia lustrzana https://github.com/yt-dlp/yt-dlp
[rte] Update _VALID_URL (Closes #7198)
rodzic
ba717dca97
commit
246ce10858
|
@ -9,7 +9,7 @@ from ..utils import (
|
||||||
|
|
||||||
|
|
||||||
class RteIE(InfoExtractor):
|
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 = {
|
_TEST = {
|
||||||
'url': 'http://www.rte.ie/player/de/show/10363114/',
|
'url': 'http://www.rte.ie/player/de/show/10363114/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Ładowanie…
Reference in New Issue