diff --git a/youtube_dl/extractor/veeps.py b/youtube_dl/extractor/veeps.py index 2d1fe64e3..6991808f2 100644 --- a/youtube_dl/extractor/veeps.py +++ b/youtube_dl/extractor/veeps.py @@ -15,6 +15,7 @@ class VeepsIE(InfoExtractor): _VALID_URL = r'https?://(?P[a-zA-Z0-9]+)\.veeps\.com/stream/(?P[0-9a-f]+)' _CSRF_TOKEN_RE = InfoExtractor._meta_regex('csrf-token') _M3U8_RE = r']+data-react-props=(?:\'|")[^>\'"]*stored_stream_asset":"(?P[^&>\'"]+)"[^>\'"]*(?:\'|")[^>]*>' + _NETRC_MACHINE = 'veeps' @classmethod def _match_channel(cls, url):