1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[MicrosoftStream] Fix typo

This commit is contained in:
Nick Lai 2020-04-20 03:15:53 +08:00
parent 67db51cdfe
commit 5e7738a0df
No known key found for this signature in database
GPG key ID: AF5E3B79EE6B1CC4

View file

@ -177,7 +177,7 @@ class MicrosoftStreamIE(MicrosoftStreamBaseIE):
_TEXTTRACKS_RESPONSE = None _TEXTTRACKS_RESPONSE = None
_VIDEO_ID = None _VIDEO_ID = None
_TEST = [{ _TESTS = [{
'url': 'https://web.microsoftstream.com/video/c883c6a5-9895-4900-9a35-62f4b5d506c9', 'url': 'https://web.microsoftstream.com/video/c883c6a5-9895-4900-9a35-62f4b5d506c9',
'info_dict': { 'info_dict': {
'id': 'c883c6a5-9895-4900-9a35-62f4b5d506c9', 'id': 'c883c6a5-9895-4900-9a35-62f4b5d506c9',
@ -245,7 +245,7 @@ class MicrosoftStreamChannelIE(MicrosoftStreamBaseIE):
_NETRC_MACHINE = 'microsoftstream' _NETRC_MACHINE = 'microsoftstream'
_CHANNEL_ID = None _CHANNEL_ID = None
_TEST = [{ _TESTS = [{
'url': 'https://web.microsoftstream.com/channel/c883c6a5-9895-4900-9a35-62f4b5d506c9', 'url': 'https://web.microsoftstream.com/channel/c883c6a5-9895-4900-9a35-62f4b5d506c9',
'only_matching': True, 'only_matching': True,
}, { }, {