mirror of https://github.com/yt-dlp/yt-dlp.git
[nbc] Remove redundant note
This is already supposed by `only_matching`
This commit is contained in:
parent
facecb84a1
commit
c89fbfb385
|
@ -62,7 +62,6 @@ class NBCSportsVPlayerIE(InfoExtractor):
|
||||||
'title': 'Tyler Kalinoski hits buzzer-beater to lift Davidson',
|
'title': 'Tyler Kalinoski hits buzzer-beater to lift Davidson',
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
'note': 'This video is already expired. It\'s for testing _VALID_URL',
|
|
||||||
'url': 'http://vplayer.nbcsports.com/p/BxmELC/nbc_embedshare/select/_hqLjQ95yx8Z',
|
'url': 'http://vplayer.nbcsports.com/p/BxmELC/nbc_embedshare/select/_hqLjQ95yx8Z',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in New Issue