From bb15ee2c051c0386f59bff45c8a0908d044712b0 Mon Sep 17 00:00:00 2001 From: kaspi Date: Fri, 23 Oct 2015 01:03:52 -0400 Subject: [PATCH] test --- youtube_dl/extractor/npr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/npr.py b/youtube_dl/extractor/npr.py index 0e4146c05..73a8cc3b5 100644 --- a/youtube_dl/extractor/npr.py +++ b/youtube_dl/extractor/npr.py @@ -68,4 +68,4 @@ class NprIE(InfoExtractor): return { '_type': 'playlist', 'id' : video_id, 'title' : album_title, - 'entries': entries } \ No newline at end of file + 'entries': entries }