[Veeps] add _NETRC_MACHINE

This commit is contained in:
dunnousername 2020-06-28 14:20:51 -04:00
parent d46b850f96
commit 83815e5a08
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class VeepsIE(InfoExtractor):
_VALID_URL = r'https?://(?P<channel>[a-zA-Z0-9]+)\.veeps\.com/stream/(?P<id>[0-9a-f]+)'
_CSRF_TOKEN_RE = InfoExtractor._meta_regex('csrf-token')
_M3U8_RE = r'<div[^>]+data-react-props=(?:\'|")[^>\'"]*stored_stream_asset&quot;:&quot;(?P<url>[^&>\'"]+)&quot;[^>\'"]*(?:\'|")[^>]*>'
_NETRC_MACHINE = 'veeps'
@classmethod
def _match_channel(cls, url):