diff --git a/youtube_dl/extractor/rtp.py b/youtube_dl/extractor/rtp.py index 9ef84ac00..02d48d6fd 100644 --- a/youtube_dl/extractor/rtp.py +++ b/youtube_dl/extractor/rtp.py @@ -59,3 +59,7 @@ class RTPIE(InfoExtractor): 'description': description, 'thumbnail': thumbnail, } + +class RTPPlaylistIE(RTPIE): + _VALID_URL = r'https?://(?:www\.)?rtp\.pt/play/p(?P[0-9]+)/(?P[^/?#]+)/?' +