mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
[MicrosoftStream] Fix typo
This commit is contained in:
parent
67db51cdfe
commit
5e7738a0df
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ class MicrosoftStreamIE(MicrosoftStreamBaseIE):
|
|||
_TEXTTRACKS_RESPONSE = None
|
||||
_VIDEO_ID = None
|
||||
|
||||
_TEST = [{
|
||||
_TESTS = [{
|
||||
'url': 'https://web.microsoftstream.com/video/c883c6a5-9895-4900-9a35-62f4b5d506c9',
|
||||
'info_dict': {
|
||||
'id': 'c883c6a5-9895-4900-9a35-62f4b5d506c9',
|
||||
|
@ -245,7 +245,7 @@ class MicrosoftStreamChannelIE(MicrosoftStreamBaseIE):
|
|||
_NETRC_MACHINE = 'microsoftstream'
|
||||
_CHANNEL_ID = None
|
||||
|
||||
_TEST = [{
|
||||
_TESTS = [{
|
||||
'url': 'https://web.microsoftstream.com/channel/c883c6a5-9895-4900-9a35-62f4b5d506c9',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue