aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-02-13 07:45:32 +0600
committerSergey M․ <dstftw@gmail.com>2016-02-13 07:45:32 +0600
commit3e18700d45fe4117bd2560a58129e763c408b2ef (patch)
treeb49bf1a5d606009825d08636eeff9ffaaba0b030
parentf9f49d87c2d731e220ee4b5cf83fbbd17e3bfa5d (diff)
downloadyoutube-dl-3e18700d45fe4117bd2560a58129e763c408b2ef.tar.xz
[nbc] Correct test
-rw-r--r--youtube_dl/extractor/nbc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py
index 18d01f423..2202cfa33 100644
--- a/youtube_dl/extractor/nbc.py
+++ b/youtube_dl/extractor/nbc.py
@@ -57,7 +57,7 @@ class NBCIE(InfoExtractor):
{
# This video has expired but with an escaped embedURL
'url': 'http://www.nbc.com/parenthood/episode-guide/season-5/just-like-at-home/515',
- 'skip': 'Expired'
+ 'only_matching': True,
}
]