From 87c23f8e0297901e68cb1665bf8a2cf2b3e877cb Mon Sep 17 00:00:00 2001 From: martmists Date: Tue, 30 May 2017 19:40:52 +0000 Subject: [PATCH] Update newgrounds.py --- youtube_dl/extractor/newgrounds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/newgrounds.py b/youtube_dl/extractor/newgrounds.py index feb80b147..2ecaf9cf7 100644 --- a/youtube_dl/extractor/newgrounds.py +++ b/youtube_dl/extractor/newgrounds.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals from .common import InfoExtractor - +import re class NewgroundsIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?newgrounds\.com/(?:audio/listen|portal/view)/(?P[0-9]+)'