From 607d65fbceebe7df6d45bb02d6eab378896f099b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 26 Dec 2015 03:17:56 +0600 Subject: [PATCH] [ign] flake8 --- youtube_dl/extractor/ign.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/ign.py b/youtube_dl/extractor/ign.py index 6160f03d1..a2e18c8a7 100644 --- a/youtube_dl/extractor/ign.py +++ b/youtube_dl/extractor/ign.py @@ -109,7 +109,7 @@ class IGNIE(InfoExtractor): if page_type != 'video': multiple_urls = re.findall( r']*value="[^"]*?url=(https?://www\.ign\.com/videos/.*?)["&]', - webpage) + webpage) if multiple_urls: entries = [self.url_result(u, ie='IGN') for u in multiple_urls] return { @@ -209,7 +209,7 @@ class PCMagIE(IGNIE): 'upload_date': '20150106', 'uploader_id': 'cozzipix@gmail.com', } - },{ + }, { 'url': 'http://www.pcmag.com/article2/0,2817,2470156,00.asp', 'md5': '94130c1ca07ba0adb6088350681f16c1', 'info_dict': {