mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-24 01:14:32 +01:00
fixed login
This commit is contained in:
parent
7781e2710d
commit
34e46f3bca
@ -31,6 +31,7 @@ import re
|
|||||||
|
|
||||||
class IntlDropoutIE(VHXEmbedIE):
|
class IntlDropoutIE(VHXEmbedIE):
|
||||||
IE_DESC = 'International Dropout.tv'
|
IE_DESC = 'International Dropout.tv'
|
||||||
|
_NETRC_MACHINE = 'intl.dropout.tv'
|
||||||
_LOGIN_URL = 'https://intl.dropout.tv/login'
|
_LOGIN_URL = 'https://intl.dropout.tv/login'
|
||||||
_LOGOUT_URL = 'https://intl.dropout.tv/logout'
|
_LOGOUT_URL = 'https://intl.dropout.tv/logout'
|
||||||
_VALID_URL = r'https://intl\.dropout\.tv/(?P<id>.+)'
|
_VALID_URL = r'https://intl\.dropout\.tv/(?P<id>.+)'
|
||||||
|
Loading…
Reference in New Issue
Block a user