playlist class
This commit is contained in:
parent
65874699da
commit
0d71847280
@ -59,3 +59,7 @@ class RTPIE(InfoExtractor):
|
|||||||
'description': description,
|
'description': description,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class RTPPlaylistIE(RTPIE):
|
||||||
|
_VALID_URL = r'https?://(?:www\.)?rtp\.pt/play/p(?P<program_id>[0-9]+)/(?P<id>[^/?#]+)/?'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user