diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-02-13 07:45:32 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-02-13 07:45:32 +0600 |
commit | 3e18700d45fe4117bd2560a58129e763c408b2ef (patch) | |
tree | b49bf1a5d606009825d08636eeff9ffaaba0b030 | |
parent | f9f49d87c2d731e220ee4b5cf83fbbd17e3bfa5d (diff) |
[nbc] Correct test
-rw-r--r-- | youtube_dl/extractor/nbc.py | 2 |
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, } ] |