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 }