mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
fixed typo
This commit is contained in:
parent
63ca9b183b
commit
a847d06337
@ -65,7 +65,7 @@ class RTPIE(InfoExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class RTPPlaylistIE(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):
|
def _get_program_id(self, url):
|
||||||
mobj = re.match(self._VALID_URL, url)
|
mobj = re.match(self._VALID_URL, url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user