mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-27 10:54:34 +01:00
[dropout] fixed typo
This commit is contained in:
parent
62c7c8c6d4
commit
b6384bf9b1
@ -14,7 +14,7 @@ class DropoutIE(VHXEmbedIE):
|
||||
_NETRC_MACHINE = 'dropouttv'
|
||||
_LOGIN_URL = 'https://www.dropout.tv/login'
|
||||
_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 = [
|
||||
{
|
||||
'url': 'https://www.dropout.tv/dimension-20-tiny-heist/season:1/videos/big-little-crimes',
|
||||
|
Loading…
Reference in New Issue
Block a user