mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
[Veeps] add _NETRC_MACHINE
This commit is contained in:
parent
d46b850f96
commit
83815e5a08
@ -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":"(?P<url>[^&>\'"]+)"[^>\'"]*(?:\'|")[^>]*>'
|
||||
_NETRC_MACHINE = 'veeps'
|
||||
|
||||
@classmethod
|
||||
def _match_channel(cls, url):
|
||||
|
Loading…
Reference in New Issue
Block a user