1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

fixed typo

This commit is contained in:
nimeir 2019-04-22 01:53:20 +01:00
parent 63ca9b183b
commit a847d06337

View File

@ -65,7 +65,7 @@ class RTPIE(InfoExtractor):
class RTPPlaylistIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?rtp\.pt/play/p(?P<program_id>[0-9]+)]+)(?!.)'
_VALID_URL = r'https?://(?:www\.)?rtp\.pt/play/p(?P<program_id>[0-9]+)(?!.+)'
def _get_program_id(self, url):
mobj = re.match(self._VALID_URL, url)