mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-02-18 18:17:55 +01:00
[dropout] fixed typo
This commit is contained in:
parent
62c7c8c6d4
commit
b6384bf9b1
@ -14,7 +14,7 @@ class DropoutIE(VHXEmbedIE):
|
|||||||
_NETRC_MACHINE = 'dropouttv'
|
_NETRC_MACHINE = 'dropouttv'
|
||||||
_LOGIN_URL = 'https://www.dropout.tv/login'
|
_LOGIN_URL = 'https://www.dropout.tv/login'
|
||||||
_LOGOUT_URL = 'https://www.dropout.tv/logout'
|
_LOGOUT_URL = 'https://www.dropout.tv/logout'
|
||||||
_VALID_URL = r'https://www\.dropout\.tv/(?:[^/]+/(?:season:[^/]/))?videos/(?P<id>.+)'
|
_VALID_URL = r'https://www\.dropout\.tv/(?:[^/]+/(?:season:[^/]/)?)?videos/(?P<id>.+)'
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
'url': 'https://www.dropout.tv/dimension-20-tiny-heist/season:1/videos/big-little-crimes',
|
'url': 'https://www.dropout.tv/dimension-20-tiny-heist/season:1/videos/big-little-crimes',
|
||||||
|
Loading…
Reference in New Issue
Block a user