youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 3e18700d45fe4117bd2560a58129e763c408b2ef
parent f9f49d87c2d731e220ee4b5cf83fbbd17e3bfa5d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 13 Feb 2016 07:45:32 +0600

[nbc] Correct test

Diffstat:
Myoutube_dl/extractor/nbc.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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