diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-31 20:14:37 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-31 20:14:37 +0600 |
commit | c89fbfb385c4989af3bf2eb45e300e01c385cfc7 (patch) | |
tree | 2d03677b3ec8cfef9e71740b85d5621fa45a45c0 | |
parent | facecb84a11ba59a67d01c659ec3944179774418 (diff) |
[nbc] Remove redundant note
This is already supposed by `only_matching`
-rw-r--r-- | youtube_dl/extractor/nbc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py index b7f6a5366..ecd0ac8b1 100644 --- a/youtube_dl/extractor/nbc.py +++ b/youtube_dl/extractor/nbc.py @@ -62,7 +62,6 @@ class NBCSportsVPlayerIE(InfoExtractor): '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', 'only_matching': True, }] |