diff options
| -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,          }      ]  | 
