summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-03-31 20:14:37 +0600
committerSergey M․ <dstftw@gmail.com>2015-03-31 20:14:37 +0600
commitc89fbfb385c4989af3bf2eb45e300e01c385cfc7 (patch)
tree2d03677b3ec8cfef9e71740b85d5621fa45a45c0
parentfacecb84a11ba59a67d01c659ec3944179774418 (diff)
downloadyoutube-dl-c89fbfb385c4989af3bf2eb45e300e01c385cfc7.tar.gz
youtube-dl-c89fbfb385c4989af3bf2eb45e300e01c385cfc7.tar.xz
youtube-dl-c89fbfb385c4989af3bf2eb45e300e01c385cfc7.zip
[nbc] Remove redundant note
This is already supposed by `only_matching`
-rw-r--r--youtube_dl/extractor/nbc.py1
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,
     }]