From 83815e5a08d5320c657e6f75870b6624f3d90f6a Mon Sep 17 00:00:00 2001 From: dunnousername <12957182+dunnousername@users.noreply.github.com> Date: Sun, 28 Jun 2020 14:20:51 -0400 Subject: [PATCH] [Veeps] add _NETRC_MACHINE --- youtube_dl/extractor/veeps.py | 1 + 1 file changed, 1 insertion(+) 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):